[Pbuilder-maint] pbuilder CVS update: pbuilder/examples B91debc
B90list-missing
pbuilder CVS Commit
pbuilder-maint at lists.alioth.debian.org
Wed Dec 21 11:57:27 UTC 2005
User: dancer
Date: 05/12/21 11:57:27
Added: examples B91debc B90list-missing
Log:
use readlink -f instead of -e.
add q-funk's script.
Revision Changes Path
1.1 pbuilder/examples/B91debc
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/examples/B91debc?annotate=1.1&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/examples/B91debc?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
-----------------------------------
Index: B91debc
===================================================================
#!/bin/bash
# 343894: a script to run debc command, contributed from q-funk.
apt-get install -y --force-yes devscripts
cd /tmp/buildd/*/debian
cd ..
debc
#EOF
1.1 pbuilder/examples/B90list-missing
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/examples/B90list-missing?annotate=1.1&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/examples/B90list-missing?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
-----------------------------------
Index: B90list-missing
===================================================================
#!/bin/bash
# 343894: script from q-funk.
# Depends on CDBS module in debian/rules:
# include /usr/share/cdbs/1/rules/utils.mk
echo "I: checking for missing files."
cd /tmp/buildd/*/debian
cd ..
fakeroot debian/rules list-missing
#EOF
More information about the Pbuilder-maint
mailing list