This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jatl.
commit d16ad720204af6d2709533a0050e05fedac272c9 Author: Emmanuel Bourg <[email protected]> Date: Sun Oct 30 00:26:12 2016 +0200 Removed debian/orig-tar.sh --- debian/changelog | 1 + debian/orig-tar.sh | 18 ------------------ debian/rules | 2 +- debian/watch | 2 +- 4 files changed, 3 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index 83dbad8..eeac74c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ jatl (0.2.2-3) UNRELEASED; urgency=medium * Fixed the Vcs-* fields * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 + * Removed debian/orig-tar.sh -- Emmanuel Bourg <[email protected]> Sun, 30 Oct 2016 00:16:53 +0200 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index cc7c109..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -e - -VERSION=$2 -TAR=../jatl_$VERSION.orig.tar.xz - -wget http://jatl.googlecode.com/archive/jatl-$VERSION.zip -unzip jatl-$VERSION.zip -rm jatl-$VERSION.zip -XZ_OPT=--best tar -c -J -f $TAR --exclude '.hg*' jatl-* -rm -rf jatl-* $3 - -# move to directory 'tarballs' -if [ -r .svn/deb-layout ]; then - . .svn/deb-layout - mv $TAR $origDir - echo "moved $TAR to $origDir" -fi - diff --git a/debian/rules b/debian/rules index 2080551..1a38d46 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ dh $@ get-orig-source: - uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename + uscan --download-current-version --force-download --rename --repack --compression xz diff --git a/debian/watch b/debian/watch index b1adf4e..e4ef840 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://github.com/agentgt/jatl/tags .*/jatl-([\d\.]+).tar.gz debian debian/orig-tar.sh +https://github.com/agentgt/jatl/tags .*/jatl-([\d\.]+).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jatl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

