[Pkg-xfce-commits] r3193 - scripts/pbuilder
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Apr 25 05:34:59 UTC 2009
Author: corsac
Date: 2009-04-25 17:34:59 +0000 (Sat, 25 Apr 2009)
New Revision: 3193
Modified:
scripts/pbuilder/pdebuild.conf
Log:
support DISTRIBUTION in pdebuild.conf, easier for backporting stuff
Modified: scripts/pbuilder/pdebuild.conf
===================================================================
--- scripts/pbuilder/pdebuild.conf 2009-04-25 17:34:07 UTC (rev 3192)
+++ scripts/pbuilder/pdebuild.conf 2009-04-25 17:34:59 UTC (rev 3193)
@@ -2,15 +2,16 @@
#PDEBUILD_PBUILDER=cowbuilder
BASEDIR=$HOME/debian/pkg-xfce
-DESKTOPDIR=$BASEDIR/desktop/trunk
+DESKTOPDIR=$BASEDIR/desktop/branches/lenny-backports
GOODIESDIR=$BASEDIR/goodies/trunk
SCRIPTSDIR=$BASEDIR/scripts
+DISTRIBUTION=sid
arch="amd64"
#arch="i386" can be useful
PBUILDERDIR=$BASEDIR/scripts/pbuilder/xfce
-BASETGZ=$PBUILDERDIR/base-$arch.tgz
+BASETGZ=$PBUILDERDIR/base-${DISTRIBUTION}-$arch.tgz
#PBUILDERSATISFYDEPENDSCMD=/usr/lib/pbuilder/pbuilder-satisfydepends-experimental
BUILDPLACE=$PBUILDERDIR
More information about the Pkg-xfce-commits
mailing list