diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | pdebuild | 2 |
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 @@ -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 |