[libstax2-api-java] 03/08: Remove traces of tarball sanitizer, which is not required anymore.
Giovanni Mascellani
gio at moszumanska.debian.org
Sat Sep 10 16:44:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
gio pushed a commit to branch master
in repository libstax2-api-java.
commit 1704e10121d34926e34b1fe968baf8d886c65940
Author: Giovanni Mascellani <gio at debian.org>
Date: Sat Sep 10 12:28:43 2016 +0200
Remove traces of tarball sanitizer, which is not required anymore.
---
debian/changelog | 1 +
debian/orig-tar.sh | 12 ------------
debian/rules | 3 ---
3 files changed, 1 insertion(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8c2df95..3c9a22c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libstax2-api-java (4.0.0-1) UNRELEASED; urgency=medium
+ Update Vcs-* fields accordingly.
* Update project homepage and debian/watch URL.
* New upstream release.
+ * Remove traces of tarball sanitizer, which is not required anymore.
-- Giovanni Mascellani <gio at debian.org> Wed, 10 Aug 2016 23:52:23 +0200
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 15d5544..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-
-TAR=../libstax2-api-java_$2.orig.tar.gz
-
-# 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 99ed11f..f748256 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,3 @@ configure/libstax2-api-java::
install/libstax2-api-java::
mh_install -plibstax2-api-java
-
-get-orig-source:
- uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libstax2-api-java.git
More information about the pkg-java-commits
mailing list