aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rwxr-xr-xpbuilder-buildpackage2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 4c0fe2b..7ae9373 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-pbuilder (0.73) UNRELEASED; urgency=low
+pbuilder (0.73) unstable; urgency=low
* versioned dependency on rootstrap 0.3.9-1 which handles newer
user-mode-linux.
* Fix ordering of running D hooks; D hooks should be ran before
checking build-dependency. Apparently broken since 0.67
- -- Junichi Uekawa <dancer@debian.org> Sat, 19 Apr 2003 10:47:58 +0900
+ -- Junichi Uekawa <dancer@debian.org> Sun, 20 Apr 2003 01:56:17 +0900
pbuilder (0.72) unstable; urgency=low
diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage
index 9e2eb09..19eefba 100755
--- a/pbuilder-buildpackage
+++ b/pbuilder-buildpackage
@@ -65,8 +65,8 @@ fi
recover_aptcache
echo "Installing the build-deps"
-trap saveaptcache_umountproc_cleanbuildplace exit
executehooks "D"
+trap saveaptcache_umountproc_cleanbuildplace exit
checkbuilddep "$PACKAGENAME"
save_aptcache
trap umountproc_cleanbuildplace exit