[X2Go-Commits] buildscripts.git - master (branch) updated: f4f2ddf5361259bb3e91d6b33db32ad8053ceb8b
X2Go dev team
git-admin at x2go.org
Fri Jul 19 14:00:44 CEST 2013
The branch, master has been updated
via f4f2ddf5361259bb3e91d6b33db32ad8053ceb8b (commit)
from d114903e52e532fcb1587ceaf5eadbe9d26e45ac (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f4f2ddf5361259bb3e91d6b33db32ad8053ceb8b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Aug 21 21:35:07 2012 +0200
improve quilt builder, open issue: we force to include orig tarballs in uploads, this fails on uploads with the same upstream version
-----------------------------------------------------------------------
Summary of changes:
bin/build-package | 1 +
1 file changed, 1 insertion(+)
The diff of changes is:
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/^.*://')
hooks/post-receive
--
buildscripts.git (X2Go packaging scripts)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "buildscripts.git" (X2Go packaging scripts).
More information about the x2go-commits
mailing list