From f4f2ddf5361259bb3e91d6b33db32ad8053ceb8b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 21 Aug 2012 21:35:07 +0200 Subject: improve quilt builder, open issue: we force to include orig tarballs in uploads, this fails on uploads with the same upstream version --- bin/build-package | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/build-package') diff --git a/bin/build-package b/bin/build-package index 59da3ea..8545b6b 100755 --- a/bin/build-package +++ b/bin/build-package @@ -199,6 +199,7 @@ build_packages() { SA_OPTION="" # we always build native packages for our repos + SA_OPTION="" test -f debian/source/format && cat debian/source/format | egrep '^3.0.*\(quilt\)$' >/dev/null && { git fetch origin upstream:upstream UPSTREAM_VERSION=$(dpkg-parsechangelog | grep Version: | cut -d " " -f2 | sed -e 's/-.*//' -e 's/^.*://') -- cgit v1.2.3