[groovy2] 02/02: Removed the unused debian/orig-tar.sh script

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon May 2 15:56:48 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository groovy2.

commit 4ff14536bdd194555ccd8a17a6ec6d29299effa1
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon May 2 17:56:27 2016 +0200

    Removed the unused debian/orig-tar.sh script
---
 debian/changelog   |  1 +
 debian/orig-tar.sh | 18 ------------------
 2 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a55966b..d1b1d0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ groovy (2.4.5-2) UNRELEASED; urgency=medium
   * Standards-Version updated to 3.9.8 (no changes)
   * Use secure Vcs-* URLs
   * Updated debian/watch to track the latest releases
+  * Removed the unused debian/orig-tar.sh script
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 02 May 2016 14:33:20 +0200
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index f36ae96..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-TAR=../groovy_$2+dfsg.orig.tar.xz
-DIR=groovy-$2
-
-# clean up the upstream tarball
-unzip $3
-rm -rf $DIR/build
-XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.pdf' --exclude '*.class' $DIR --numeric-owner --owner 0 --group 0
-rm -rf $3 $DIR
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-  . .svn/deb-layout
-  mv $TAR $origDir
-  echo "moved $TAR to $origDir"
-fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/groovy2.git



More information about the pkg-java-commits mailing list