This is an automated email from the git hooks/post-receive script. fnatter-guest pushed a commit to branch master in repository byte-buddy.
commit 5f999b8db040ad202759b38ec9105ff1e8444e29 Author: Felix Natter <[email protected]> Date: Sat Jul 29 12:59:31 2017 +0200 exclude precompiled content --- debian/copyright | 6 +++++- debian/rules | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/copyright b/debian/copyright index aa0c6de..ac1cc9f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,9 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Byte Buddy (parent) +Upstream-Name: Rafael Winterhalter Source: http://bytebuddy.net +Files-Excluded: .mvn/* + byte-buddy-gradle-plugin/gradle/wrapper/* + byte-buddy-dep/src/test/resources/net/bytebuddy/test/precompiled/*.class Files: * Copyright: 2014-2017 Rafael Winterhalter <[email protected]> @@ -9,6 +12,7 @@ License: Apache-2.0 Files: debian/* Copyright: 2017 Ying-Chun Liu (PaulLiu) <[email protected]> 2017 DT42.io + 2017 Felix Natter <[email protected]> License: Apache-2.0 License: Apache-2.0 diff --git a/debian/rules b/debian/rules index 5985cac..d7a1619 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ dh $@ get-orig-source: - uscan --download-current-version --force-download --no-symlink + uscan --force-download --rename --repack -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/byte-buddy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

