aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/pbuilder-doc.xml4
-rw-r--r--Makefile2
-rw-r--r--examples/B90linda6
-rw-r--r--examples/B90lintian6
-rw-r--r--pbuilderrc.52
5 files changed, 10 insertions, 10 deletions
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" "."