[lombok] 02/04: exclude Windows .dll binaries from source tarball
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Tue Dec 15 14:47:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
eighthave pushed a commit to branch master
in repository lombok.
commit c027be80d4a700a55b7156a4581898e082ed601c
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Tue Dec 15 14:58:16 2015 +0100
exclude Windows .dll binaries from source tarball
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index 8cf007e..b4e0867 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,5 +22,6 @@ get-orig-source:
--rename \
--repack \
--exclude-file 'lombok*/website/*' \
+ --exclude-file '*.dll' \
--compression xz \
$(newtarball)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok.git
More information about the pkg-java-commits
mailing list