This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 706fc840b66b21bf9a63f0b4f1332cbd8a2a54d1 Author: gregor herrmann <[email protected]> Date: Mon Jan 14 18:23:44 2013 +0100 also remove gradle/ during repacking Git-Dch: Ignore --- debian/changelog | 2 +- debian/copyright | 2 +- debian/repack.local | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1fa5af9..5718e4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,7 @@ jabref (2.9.2+ds-1) UNRELEASED; urgency=low * Update years opf packaging copyright. * Add a new patch to add back a removed file. * Update filenames in debian/jabref.{install,links}. - * Repacking framework: also remove the buildlib directory. + * Repacking framework: also remove the buildlib and gradle directories. * debian/{rules,control}: activate unit tests. -- gregor herrmann <[email protected]> Mon, 14 Jan 2013 17:32:26 +0100 diff --git a/debian/copyright b/debian/copyright index 6f36bd8..2c468d8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JabRef Upstream-Contact: Morten Alver, Nizar Batada Source: http://jabref.sourceforge.net/ -Comment: The +ds version is created by removing lib/ and buildlib/: +Comment: The +ds version is created by removing lib/, buildlib/, gradle/: contain sourceless pre-compiled libraries which are not used anyway Files: * diff --git a/debian/repack.local b/debian/repack.local index 3e6d3a0..2419b79 100644 --- a/debian/repack.local +++ b/debian/repack.local @@ -2,3 +2,4 @@ requires_version 2 SUFFIX=+ds rm lib rm buildlib +rm gradle -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

