aboutsummaryrefslogtreecommitdiff
path: root/pdebuild
diff options
context:
space:
mode:
authordancer <dancer>2001-12-12 09:24:49 +0000
committerdancer <dancer>2001-12-12 09:24:49 +0000
commitaefb9966ddbb0305ede4990c80f01681e3dab98b (patch)
tree5336039fd2a21529c6ce9a403b4e5fca70042c75 /pdebuild
parent967f7a33f2a4009060343d536aaa1d4ce3dce18d (diff)
downloadpbuilder-aefb9966ddbb0305ede4990c80f01681e3dab98b.tar
pbuilder-aefb9966ddbb0305ede4990c80f01681e3dab98b.tar.gz
update, fixing a bug with handling packages with an epoch, with pbuilder
Diffstat (limited to 'pdebuild')
-rw-r--r--pdebuild2
1 files changed, 1 insertions, 1 deletions
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