[joda-convert] 01/04: Removed debian/orig-tar.sh
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jul 4 09:22:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository joda-convert.
commit 92acd0369b0b5a5344ad827d92c9849e470db097
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Jul 4 11:14:34 2017 +0200
Removed debian/orig-tar.sh
---
debian/changelog | 7 +++++++
debian/orig-tar.sh | 18 ------------------
debian/rules | 2 +-
debian/watch | 3 +--
4 files changed, 9 insertions(+), 21 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1b8d282..c13b9d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+joda-convert (1.8.1-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Removed debian/orig-tar.sh
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 04 Jul 2017 11:14:16 +0200
+
joda-convert (1.8.1-2) unstable; urgency=medium
* Build depend on junit4 instead of junit
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 8bc2066..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-VERSION=$2
-TAR=../joda-convert_$VERSION.orig.tar.gz
-DIR=joda-convert-$VERSION
-
-# clean up the upstream tarball
-tar -zxf $3
-GZIP=--best tar -zcvf $TAR --exclude '*.jar' $DIR
-rm -rf $DIR
-
-# 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 5a6351f..1a38d46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
dh $@
get-orig-source:
- uscan --download-current-version --force-download --rename
+ uscan --download-current-version --force-download --rename --repack --compression xz
diff --git a/debian/watch b/debian/watch
index 09d429e..29d5641 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
version=3
-https://github.com/JodaOrg/joda-convert/releases \
- /JodaOrg/joda-convert/archive/v([0-9].+)\.tar\.gz debian debian/orig-tar.sh
+https://github.com/JodaOrg/joda-convert/tags .*/archive/v([0-9].+)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/joda-convert.git
More information about the pkg-java-commits
mailing list