Package: maint-guide Version: 1.2.27 The online HTML version of Section 6.4 [1] contains the following code snippet:
su -c lintian -i -I --show-overrides /tmp/buildd/*.changes - pbuilder # use this version if you don't want lintian to fail the build #su -c lintian -i -I --show-overrides /tmp/buildd/*.changes; : - pbuilder This doesn't work -- somewhere it seems the quotes around the command to 'su -c' was lost. It should say: su -c "lintian -i -I --show-overrides /tmp/buildd/*.changes" - pbuilder # use this version if you don't want lintian to fail the build #su -c "lintian -i -I --show-overrides /tmp/buildd/*.changes; :" - pbuilder Thanks, /Simon [1] http://www.debian.org/doc/manuals/maint-guide/build.en.html#pbuilder -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

