[Pbuilder-maint] pbuilder CVS update: pbuildd/scripts/cb
autotools-dev dbs dbs.diff doxygen freetype freetype.diff
libselinux libselinux.diff libtasn1-2 opensp xfonts-encodings
pbuilder CVS Commit
pbuilder-maint at lists.alioth.debian.org
Tue May 2 13:21:32 UTC 2006
User: schepler
Date: 06/05/02 13:21:32
Modified: scripts/cb doxygen opensp
Added: scripts/cb xfonts-encodings
Removed: scripts/cb autotools-dev dbs dbs.diff freetype freetype.diff
libselinux libselinux.diff libtasn1-2
Log:
* More syntax fixes.
* Remove several obsolete cb scripts.
* New xfonts-encoding cb script.
Revision Changes Path
1.2 +2 -2 pbuildd/scripts/cb/doxygen
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/doxygen?annotate=1.2&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/doxygen?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/doxygen.diff?r1=1.2&r2=1.1&cvsroot=
-----------------------------------
Index: doxygen
===================================================================
RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/doxygen,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- doxygen 3 Apr 2006 09:01:32 -0000 1.1
+++ doxygen 2 May 2006 13:21:32 -0000 1.2
@@ -1,6 +1,6 @@
#! /bin/sh -e
-# For the doxygen -> qt-x11-free -> mysql-dfsg -> doxygen
+# For the doxygen -> qt-x11-free -> mysql-dfsg-5.0 -> doxygen
# circular dependency
. /var/cache/pbuildd/scripts/cb-functions
@@ -9,7 +9,7 @@
tetex-bin tetex-extra gs
inst_src doxygen
-if ! $CHROOTEXEC /bin/bash -c "cd /tmp/doxygen/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
+if ! $CHROOTEXEC /bin/bash -c "cd /tmp/doxygen/*/; $SUTOUSER \"dpkg-buildpackage -d -uc -us $DEBBUILDOPTS\""; then
echo "pbuilder: Failed autobuilding of package" >&2
exit 1
fi
1.2 +1 -1 pbuildd/scripts/cb/opensp
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/opensp?annotate=1.2&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/opensp?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/opensp.diff?r1=1.2&r2=1.1&cvsroot=
-----------------------------------
Index: opensp
===================================================================
RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/opensp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opensp 3 Apr 2006 09:01:32 -0000 1.1
+++ opensp 2 May 2006 13:21:32 -0000 1.2
@@ -8,7 +8,7 @@
inst_pkgs debhelper dh-buildinfo
inst_src opensp
-if ! $CHROOTEXEC /bin/bash -c "cd /tmp/opensp/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
+if ! $CHROOTEXEC /bin/bash -c "cd /tmp/opensp/*/; $SUTOUSER \"dpkg-buildpackage -d -uc -us $DEBBUILDOPTS\""; then
echo "pbuilder: Failed autobuilding of package" >&2
exit 1
fi
1.1 pbuildd/scripts/cb/xfonts-encodings
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/xfonts-encodings?annotate=1.1&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/xfonts-encodings?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
-----------------------------------
Index: xfonts-encodings
===================================================================
#! /bin/sh -e
# For xfonts-encodings -> xutils ->b xfonts-utils ->b xfonts-encodings.
test -d /var/cache/pbuildd/pool/x/xfonts-utils
test -d /var/cache/pbuildd/pool/x/xutils
. /var/cache/pbuildd/scripts/cb-functions
inst_pkgs debhelper pkg-config
$CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/x/xutils/xutils_*.deb /var/cache/pbuildd/pool/x/xfonts-utils/xfonts-utils_*.deb
$CHROOTEXEC apt-get -y --force-yes -f install </dev/null
$CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/x/xutils/xutils_*.deb /var/cache/pbuildd/pool/x/xfonts-utils/xfonts-utils_*.deb
inst_src xfonts-encodings
if ! $CHROOTEXEC /bin/bash -c "cd /tmp/xfonts-encodings/*; $SUTOUSER \"dpkg-buildpackage -d -uc -us $DEBBUILDOPTS\""; then
echo "pbuilder: Failed autobuilding of package" >&2
exit 1
fi
pkgs_done xfonts-encodings
More information about the Pbuilder-maint
mailing list