[Pkg-xfce-commits] r3480 - scripts/pbuilder

Yves-Alexis Perez corsac at alioth.debian.org
Sun Sep 6 03:51:41 UTC 2009


Author: corsac
Date: 2009-09-06 15:51:40 +0000 (Sun, 06 Sep 2009)
New Revision: 3480

Modified:
   scripts/pbuilder/pdebuild.conf
   scripts/pbuilder/pdebuild.wrapper
Log:
upload

Modified: scripts/pbuilder/pdebuild.conf
===================================================================
--- scripts/pbuilder/pdebuild.conf	2009-09-04 22:19:42 UTC (rev 3479)
+++ scripts/pbuilder/pdebuild.conf	2009-09-06 15:51:40 UTC (rev 3480)
@@ -1,12 +1,14 @@
 # read pbuilderrc.5 document for notes on specific options.
 #PDEBUILD_PBUILDER=cowbuilder
 
-BASEDIR=$HOME/svn/pkg-xfce
+BASEDIR=$HOME/debian/pkg-xfce
 DESKTOPDIR=$BASEDIR/desktop/trunk
+#DESKTOPDIR=$BASEDIR/desktop/branches/lenny-backports
 GOODIESDIR=$BASEDIR/goodies/trunk
+#GOODIESDIR=$BASEDIR/goodies/branches/old
 SCRIPTSDIR=$BASEDIR/scripts
 
-DISTRIBUTION=squeeze
+DISTRIBUTION=sid
 arch="amd64"
 #arch="i386" can be useful
 
@@ -36,3 +38,9 @@
 #Useful for creating a chroot with another arch
 #DEBOOTSTRAPOPTS[0]="--variant=buildd"
 #DEBOOTSTRAPOPTS[1]="--arch=i386"
+
+#export CCACHE_DIR="$PBUILDERDIR/ccache"
+#export PATH="/usr/lib/ccache:${PATH}"
+#EXTRAPACKAGES=ccache
+#BINDMOUNTS="$BINDMOUNTS ${CCACHE_DIR}"
+

Modified: scripts/pbuilder/pdebuild.wrapper
===================================================================
--- scripts/pbuilder/pdebuild.wrapper	2009-09-04 22:19:42 UTC (rev 3479)
+++ scripts/pbuilder/pdebuild.wrapper	2009-09-06 15:51:40 UTC (rev 3480)
@@ -4,4 +4,5 @@
 
 pdebuild --configfile $D/pdebuild.conf \
 	--logfile $D/xfce/log/${pkg}_${version}_${arch}.log
+# -- --debbuildopts '-v0.2.12-3~bpo50+1 -sa' 
 #-- --debbuildopts -b




More information about the Pkg-xfce-commits mailing list