This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libsequence-library-java.
commit 495a6ffe4eb331bc5de7e43f0dc7c614d121c16a Author: Emmanuel Bourg <[email protected]> Date: Wed Nov 4 16:34:49 2015 +0100 Added debian/orig-tar.sh to checkout and package the new releases --- debian/changelog | 7 +++++++ debian/orig-tar.sh | 15 +++++++++++++++ debian/watch | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f32e713..8acb0fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libsequence-library-java (1.0.2-3) UNRELEASED; urgency=medium + + * Team upload. + * Added debian/orig-tar.sh to checkout and package the new releases + + -- Emmanuel Bourg <[email protected]> Wed, 04 Nov 2015 16:34:08 +0100 + libsequence-library-java (1.0.2-2) unstable; urgency=medium * Team upload. diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh new file mode 100755 index 0000000..2018e68 --- /dev/null +++ b/debian/orig-tar.sh @@ -0,0 +1,15 @@ +#!/bin/sh -e + +PACKAGE=$(dpkg-parsechangelog -S Source) +VERSION=$2 +DIR=${PACKAGE}-${VERSION} +TAR=../${PACKAGE}_${VERSION}.orig.tar.xz + +svn export http://svn.svnkit.com/repos/3rdparty/de.regnis.q.sequence/tags/$VERSION $DIR +tar -c -J -f $TAR \ + --exclude '*.jar' \ + --exclude '.settings' \ + --exclude 'gradle' \ + --exclude 'gradlew*' \ + $DIR +rm -rf $DIR $3 diff --git a/debian/watch b/debian/watch index 39d361e..cffcc4b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://svn.svnkit.com/repos/3rdparty/de.regnis.q.sequence/tags/ (\d.*)/ +http://svn.svnkit.com/repos/3rdparty/de.regnis.q.sequence/tags/ (\d.*)/ debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libsequence-library-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

