This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository mockito.
commit 8d302c74730fe6f4d273700e2ab5e30b1c2fa611 Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 28 12:13:17 2016 +0200 debian/copyright: Added exclude rules for the 1.10.x releases --- debian/changelog | 1 + debian/copyright | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8aa649a..868f403 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ mockito (1.9.5+ds-4) UNRELEASED; urgency=medium * Depend on libasm-java (>= 5.0) instead of libasm4-java * Depend on libcglib-java (>= 3.1) instead of libcglib3-java * Standards-Version updated to 3.9.8 + * debian/copyright: Added exclude rules for the 1.10.x releases -- Emmanuel Bourg <[email protected]> Tue, 28 Jun 2016 10:23:11 +0200 diff --git a/debian/copyright b/debian/copyright index 2b04c03..16a4034 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,9 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Mockito Source: https://github.com/mockito/mockito +Files-Excluded: *.jar + javadoc/* + cglib-and-asm/* Files: * Copyright: 2007, Mockito contributors -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mockito.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

