[mongo-java-driver] 02/02: Exclude the Gradle wrapper from the upstream tarball
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Dec 7 09:04:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository mongo-java-driver.
commit 21e20e83c2158f4cd6258d5f9403947c1cf834ef
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Dec 7 09:59:13 2015 +0100
Exclude the Gradle wrapper from the upstream tarball
---
debian/changelog | 1 +
debian/orig-tar.sh | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 71d394c..2750812 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
mongo-java-driver (2.12.4-2) UNRELEASED; urgency=medium
* Build with the DH sequencer instead of CDBS
+ * Exclude the Gradle wrapper from the upstream tarball
-- Emmanuel Bourg <ebourg at apache.org> Mon, 07 Dec 2015 09:28:14 +0100
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index a526935..d6c6625 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -7,5 +7,5 @@ TAR=../mongo-java-driver_${VERSION}.orig.tar.xz
tar -xf $3
rm $3
-XZ_OPT=--best tar -c -v -J -f $TAR --exclude '*.jar' $DIR
+XZ_OPT=--best tar -c -v -J -f $TAR --exclude '*.jar' --exclude 'gradlew*' --exclude 'gradle/wrapper' $DIR
rm -Rf $DIR
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mongo-java-driver.git
More information about the pkg-java-commits
mailing list