[libwoodstox-java] 03/07: Remove traces of tarball sanitizer, which is not required anymore.

Giovanni Mascellani gio at moszumanska.debian.org
Sat Sep 10 16:44:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

gio pushed a commit to branch master
in repository libwoodstox-java.

commit 14448a8fe84024cd7d4e1b2d2ed60209b3254f31
Author: Giovanni Mascellani <gio at debian.org>
Date:   Sat Sep 10 12:27:55 2016 +0200

    Remove traces of tarball sanitizer, which is not required anymore.
---
 debian/changelog   |  1 +
 debian/orig-tar.sh | 18 ------------------
 debian/rules       |  3 ---
 3 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4aa35cb..cac5d76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libwoodstox-java (1:5.0.3-2) 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>  Fri, 12 Aug 2016 10:57:33 +0200
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 7f2f883..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-
-TAR=../libwoodstox-java_$2.orig.tar.gz
-DIR=woodstox-$2
-
-# clean up the upstream tarball
-tar -x -z -f $TAR
-tar -c -z -f $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 5abe372..0150bc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,3 @@ configure/libwoodstox-java::
 
 install/libwoodstox-java::
 	mh_install -plibwoodstox-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/libwoodstox-java.git



More information about the pkg-java-commits mailing list