diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/pbuilder-test/03_pbuilder_build | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index e88514b..f83b117 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -pbuilder (0.171) UNRELEASED; urgency=low +pbuilder (0.171) unstable; urgency=low * add example configuration file for ccache. * Bug fix: "$HOME/.pbuilderrc example for use in using multiple pbuilder setups", thanks to Andres Mejia (Closes: #432277). - -- Junichi Uekawa <dancer@debian.org> Fri, 27 Jul 2007 07:31:45 +0900 + -- Junichi Uekawa <dancer@debian.org> Wed, 01 Aug 2007 21:19:09 +0900 pbuilder (0.170) unstable; urgency=low diff --git a/debian/pbuilder-test/03_pbuilder_build b/debian/pbuilder-test/03_pbuilder_build index 80119bf..4d67076 100755 --- a/debian/pbuilder-test/03_pbuilder_build +++ b/debian/pbuilder-test/03_pbuilder_build @@ -6,5 +6,4 @@ cp /etc/apt/sources.list{,-} sed 's/#deb-src/deb-src/' < /etc/apt/sources.list- > /etc/apt/sources.list apt-get update apt-get source dsh -pbuilder build dsh*dsc - +LD_PRELOAD= pbuilder build dsh*dsc |