[Pkg-xfce-commits] r1517 - scripts/pbuilder-stable
corsac at alioth.debian.org
corsac at alioth.debian.org
Fri Dec 28 17:07:26 UTC 2007
Author: corsac
Date: 2007-12-28 17:07:26 +0000 (Fri, 28 Dec 2007)
New Revision: 1517
Modified:
scripts/pbuilder-stable/pdebuild-sources.sh
scripts/pbuilder-stable/pdebuild.conf
scripts/pbuilder-stable/pdebuild.wrapper
Log:
stable is etch
backports need to be passed -sa -v“version in stable”
Modified: scripts/pbuilder-stable/pdebuild-sources.sh
===================================================================
--- scripts/pbuilder-stable/pdebuild-sources.sh 2007-12-28 03:49:56 UTC (rev 1516)
+++ scripts/pbuilder-stable/pdebuild-sources.sh 2007-12-28 17:07:26 UTC (rev 1517)
@@ -20,7 +20,7 @@
export PKGXFCEBASEDIR=$BASEDIR
-DESKTOPDIR=$BASEDIR/desktop/branches/sarge-backports
+DESKTOPDIR=$BASEDIR/desktop/branches/etch-backports
GOODIESDIR=$BASEDIR/goodies
SCRIPTSDIR=$BASEDIR/scripts
Modified: scripts/pbuilder-stable/pdebuild.conf
===================================================================
--- scripts/pbuilder-stable/pdebuild.conf 2007-12-28 03:49:56 UTC (rev 1516)
+++ scripts/pbuilder-stable/pdebuild.conf 2007-12-28 17:07:26 UTC (rev 1517)
@@ -6,13 +6,12 @@
BASETGZ=$PBUILDERDIR/base.tgz
BUILDPLACE=$PBUILDERDIR/build
BUILDRESULT=$PBUILDERDIR/build
-DISTRIBUTION=sarge
+DISTRIBUTION=etch
HOOKDIR=$BASEDIR/scripts/pbuilder-stable/hooks
APTCACHE=$BUILDPLACE
-MIRRORSITE=http://mirror.ipv6.ssi.corp/debian
-#MIRRORSITE=http://ftp.fr.debian.org/debian
+MIRRORSITE=http://ftp.fr.debian.org/debian
USEPROC=yes
USEDEVPTS=yes
Modified: scripts/pbuilder-stable/pdebuild.wrapper
===================================================================
--- scripts/pbuilder-stable/pdebuild.wrapper 2007-12-28 03:49:56 UTC (rev 1516)
+++ scripts/pbuilder-stable/pdebuild.wrapper 2007-12-28 17:07:26 UTC (rev 1517)
@@ -4,5 +4,6 @@
pdebuild --configfile $D/pdebuild.conf \
--logfile $D/xfce/log/`basename $(pwd)`-buildd.log \
+ --debbuildopts '-sa -v4.3.99.1-2' \
-- --othermirror "deb file:/var/cache/apt/archives ./" \
- --override-config --distribution sarge
+ --override-config --distribution etch
More information about the Pkg-xfce-commits
mailing list