From 264a89010552aa48a372cc56efc3d5ff88f9f1db Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 26 May 2010 18:52:57 +1200 Subject: [PATCH] Use a native Debian package. Since the packaging is part of the upstream source, there's no point in having a Debian version. Signed-off-by: Galen Charlton --- debian/build-git-snapshot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/build-git-snapshot b/debian/build-git-snapshot index 9bdd365ac9..bcf71d4bdd 100755 --- a/debian/build-git-snapshot +++ b/debian/build-git-snapshot @@ -34,7 +34,7 @@ newversion() { } adjust_debian_changelog() { - dch -v "$1-1" "Building git snapshot." + dch -v "$1" "Building git snapshot." dch -r "Building git snapshot." } @@ -44,7 +44,7 @@ reset_debian_changelog() { build_package() { git archive --format=tar --prefix="koha-$1/" HEAD | - gzip -9 > "../koha_$1.orig.tar.gz" + gzip -9 > "../koha_$1.tar.gz" debuild -us -uc } -- 2.20.1