aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--debian/changelog2
-rwxr-xr-xpbuilder-buildpackage1
3 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ab3084..38352dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2002-02-24 Junichi Uekawa <dancer@debian.org>
+ * pbuilder-buildpackage: add runhooks
+
* pbuilder-runhooks: add quoting.
* pbuilder.1: added notes of hooks
diff --git a/debian/changelog b/debian/changelog
index 4d06117..5224c9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ pbuilder (0.24) unstable; urgency=low
will allow running bash inside the chroot.
(closes: #134757)
- -- Junichi Uekawa <dancer@debian.org> Sun, 24 Feb 2002 16:54:36 +0900
+ -- Junichi Uekawa <dancer@debian.org> Sun, 24 Feb 2002 20:37:35 +0900
pbuilder (0.23) unstable; urgency=low
diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage
index c2b386a..96ddf18 100755
--- a/pbuilder-buildpackage
+++ b/pbuilder-buildpackage
@@ -201,6 +201,7 @@ function createbuilduser () {
}
. /usr/lib/pbuilder/pbuilder-checkparams
+. /usr/lib/pbuilder/pbuilder-runhooks
PACKAGENAME="$1"
CHROOTEXEC="chroot $BUILDPLACE "