aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--pdebuild2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 68d671a..243d6fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pbuilder (0.13) unstable; urgency=low
+
+ * pdebuild could not handle packages with an epoch. Fixed.
+
+ -- Junichi Uekawa <dancer@debian.org> Wed, 12 Dec 2001 18:17:55 +0900
+
pbuilder (0.12) unstable; urgency=low
* The last version had a typo... bug 120057 was the one to close, not
diff --git a/pdebuild b/pdebuild
index 8f769de..1c620c0 100644
--- a/pdebuild
+++ b/pdebuild
@@ -4,5 +4,5 @@ set -e
test -d ./debian
. /usr/lib/pbuilder/pbuilder-checkparams
$BUILDSOURCEROOTCMD dpkg-buildpackage -S -us -uc || true
-$PBUILDERROOTCMD pbuilder build "$@" ../$(dpkg-parsechangelog|sed -n 's/^Source: //p')_$(dpkg-parsechangelog|sed -n 's/^Version: //p').dsc
+$PBUILDERROOTCMD pbuilder build "$@" ../$(dpkg-parsechangelog|sed -n 's/^Source: //p')_$(dpkg-parsechangelog|sed -n 's/^Version: \(.*:\|\)//p').dsc