From db1ece26a6f045b53c9e7411fa1e69a87f4609a4 Mon Sep 17 00:00:00 2001
From: Junichi Uekawa <dancer@netfort.gr.jp>
Date: Thu, 6 Mar 2008 20:46:11 +0900
Subject: remove linda and use lintian, linda is now gone.

---
 Documentation/pbuilder-doc.xml | 4 ++--
 Makefile                       | 2 +-
 examples/B90linda              | 6 ------
 examples/B90lintian            | 6 ++++++
 pbuilderrc.5                   | 2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 examples/B90linda
 create mode 100644 examples/B90lintian

diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml
index ff2a029..527baa3 100644
--- a/Documentation/pbuilder-doc.xml
+++ b/Documentation/pbuilder-doc.xml
@@ -430,8 +430,8 @@
 	</listitem>
 
 	<listitem>
-	  <para>Automatically running lintian/linda (distributed as an example in
-	    <filename>/usr/share/doc/pbuilder/examples/B90linda</filename>).</para>
+	  <para>Automatically running lintian (distributed as an example in
+	    <filename>/usr/share/doc/pbuilder/examples/B90lintian</filename>).</para>
 	</listitem>
 	<listitem>
 	  <para>Automatic debian-test of the package?
diff --git a/Makefile b/Makefile
index 945b0e0..680b84c 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ install:
 	$(INSTALL_FILE) pbuilder-uml.conf $(DESTDIR)/etc/pbuilder
 	$(INSTALL_FILE) pbuilder-uml.conf $(DESTDIR)/usr/share/pbuilder
 	$(INSTALL_FILE) examples/pbuilderrc.ccache $(DESTDIR)/usr/share/doc/pbuilder/examples
-	$(INSTALL_EXECUTABLE) examples/B90linda $(DESTDIR)/usr/share/doc/pbuilder/examples
+	$(INSTALL_EXECUTABLE) examples/B90lintian $(DESTDIR)/usr/share/doc/pbuilder/examples
 	$(INSTALL_EXECUTABLE) examples/B91dpkg-i $(DESTDIR)/usr/share/doc/pbuilder/examples
 	$(INSTALL_EXECUTABLE) examples/B92test-pkg $(DESTDIR)/usr/share/doc/pbuilder/examples
 	$(INSTALL_EXECUTABLE) examples/C10shell $(DESTDIR)/usr/share/doc/pbuilder/examples
diff --git a/examples/B90linda b/examples/B90linda
deleted file mode 100644
index 47f8fd5..0000000
--- a/examples/B90linda
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-# example file to be used with --hookdir
-#
-# run linda on generated deb files
-apt-get install -y --force-yes linda
-linda /tmp/buildd/*.deb
diff --git a/examples/B90lintian b/examples/B90lintian
new file mode 100644
index 0000000..57fcfc4
--- /dev/null
+++ b/examples/B90lintian
@@ -0,0 +1,6 @@
+#!/bin/bash
+# example file to be used with --hookdir
+#
+# run lintian on generated deb files
+apt-get install -y --force-yes lintian
+lintian /tmp/buildd/*.deb
diff --git a/pbuilderrc.5 b/pbuilderrc.5
index d356274..f11b907 100644
--- a/pbuilderrc.5
+++ b/pbuilderrc.5
@@ -194,7 +194,7 @@ and
 .B "debootstrap"
 
 .TP
-.BI "EXTRAPACKAGES=" """ccache linda XXX"""
+.BI "EXTRAPACKAGES=" """ccache lintian XXX"""
 Specifies extra packages which the system should install
 in the chroot on 
 .BR "pbuilder create" "."
-- 
cgit v1.2.3