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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

