This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libkryo-java.
commit fd0335b6429c19317cda204bcc98de80ed3a8562 Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 9 13:05:09 2015 +0200 Removed the 'shaded' classifier on the reflectasm dependency --- debian/changelog | 1 + debian/maven.rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index b0299a4..73262f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libkryo-java (2.20-5) unstable; urgency=medium * Team upload. * Ignore the parent pom + * Removed the 'shaded' classifier on the reflectasm dependency -- Emmanuel Bourg <[email protected]> Tue, 09 Jun 2015 09:10:44 +0200 diff --git a/debian/maven.rules b/debian/maven.rules new file mode 100644 index 0000000..02bea6d --- /dev/null +++ b/debian/maven.rules @@ -0,0 +1 @@ +com.esotericsoftware.reflectasm reflectasm jar s/.*/debian/ s/shaded// * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libkryo-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

