[23355] in Source-Commits
/svn/athena r23009 - trunk/debathena/third/common
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Sun Jun 8 18:48:34 2008
Date: Sun, 8 Jun 2008 18:48:02 -0400 (EDT)
From: ghudson@MIT.EDU
Message-Id: <200806082248.SAA20002@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: ghudson
Date: 2008-06-08 18:48:01 -0400 (Sun, 08 Jun 2008)
New Revision: 23009
Modified:
trunk/debathena/third/common/debathenificator.sh
Log:
In debathenificator, use pbuilder-satisfydepends instead of apt-get
build-dep. Works around a problem where "apt-get build-dep lprng"
fails on Feisty due to apt being picky about build dependencies on
virtual packages (specifically, libwrap-dev).
Tested successfully against all of the existing debathenify packages.
Modified: trunk/debathena/third/common/debathenificator.sh
===================================================================
--- trunk/debathena/third/common/debathenificator.sh 2008-06-06 04:46:56 UTC (rev 23008)
+++ trunk/debathena/third/common/debathenificator.sh 2008-06-08 22:48:01 UTC (rev 23009)
@@ -60,8 +60,8 @@
dch_done=
hack_package
[ -n "$dch_done" ]
- schroot -r -c "$sid" -u root -- apt-get -q -y build-dep "$name"
- schroot -r -c "$sid" -u root -- apt-get -q -y install devscripts
+ schroot -r -c "$sid" -u root -- apt-get -q -y install devscripts pbuilder
+ schroot -r -c "$sid" -u root -- /usr/lib/pbuilder/pbuilder-satisfydepends
schroot -r -c "$sid" -- debuild -S -sa -us -uc -i -I.svn
)
[ $? -eq 0 ] || {