This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-classworlds2.
commit 09be1d6b613d3e36da2468b9ada2de750c94a9af Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 23 10:50:45 2013 +0200 Removed the unused debian/orig-tar.sh script --- debian/changelog | 1 + debian/orig-tar.exclude | 2 -- debian/orig-tar.sh | 10 ---------- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index ff26b80..fb9cf1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ plexus-classworlds2 (2.4-2) UNRELEASED; urgency=low * Build depend on debhelper >= 9 * debian/copyright: Updated to the Copyright Format 1.0 * debian/rules: Improved the clean target to allow rebuilds + * Removed the unused debian/orig-tar.sh script -- Emmanuel Bourg <[email protected]> Wed, 23 Oct 2013 00:42:07 +0200 diff --git a/debian/orig-tar.exclude b/debian/orig-tar.exclude deleted file mode 100644 index 1262bf2..0000000 --- a/debian/orig-tar.exclude +++ /dev/null @@ -1,2 +0,0 @@ -*.jar -*.class \ No newline at end of file diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index da263c8..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -VERSION=$2 -TAR=../plexus-classworlds2_$VERSION.orig.tar.gz -DIR=plexus-classworlds2-$VERSION - -tar xzf $3 -mv sonatype-sisu-* $DIR -GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR -rm -rf $DIR -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-classworlds2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

