[SCM] lucene-solr packaging branch, master, updated. upstream/3.6.0-25-ga342d32
James Page
james.page at ubuntu.com
Tue May 29 17:53:25 UTC 2012
The following commit has been merged in the master branch:
commit a8dfec1cd74f8fa3f90fd89cf06817bbb22a652d
Author: James Page <james.page at ubuntu.com>
Date: Tue May 29 17:28:06 2012 +0100
Add +dfsg to orig.tar.gz when repacking
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 3f603cf..a821bb6 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -2,6 +2,7 @@
VERSION=$2
TAR=../lucene-solr_$VERSION.orig.tar.gz
+NEWTAR=../lucene-solr_$VERSION+dfsg.orig.tar.gz
DIR=lucene-solr-$VERSION
mkdir -p $DIR
@@ -14,7 +15,7 @@ find $DIR -name \*.war -delete
fgrep -lR "Generated By:JavaCC:" $DIR | xargs -n5 rm
# Repack excluding stuff we don't need
-GZIP=--best tar -czf $TAR $DIR
+GZIP=--best tar -czf $NEWTAR $DIR
rm -rf $DIR
--
lucene-solr packaging
More information about the pkg-java-commits
mailing list