diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2008-03-06 20:46:11 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2008-03-06 20:46:11 +0900 |
commit | db1ece26a6f045b53c9e7411fa1e69a87f4609a4 (patch) | |
tree | 539f504f0decaa57c8ebb3b219ca6fed8897f44e | |
parent | 30e8500073c101f656311906f5a00f0ccc0e8546 (diff) | |
download | pbuilder-db1ece26a6f045b53c9e7411fa1e69a87f4609a4.tar pbuilder-db1ece26a6f045b53c9e7411fa1e69a87f4609a4.tar.gz |
remove linda and use lintian, linda is now gone.
-rw-r--r-- | Documentation/pbuilder-doc.xml | 4 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | examples/B90linda | 6 | ||||
-rw-r--r-- | examples/B90lintian | 6 | ||||
-rw-r--r-- | pbuilderrc.5 | 2 |
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? @@ -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" "." |