This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository guava-libraries.
commit 429daca2326ff557b57790e6c774fec2820092ef Author: Emmanuel Bourg <[email protected]> Date: Thu Sep 12 01:21:47 2013 +0200 Added a Maven publish rule to take over the artifact of Google Collections (Closes: #712453) --- debian/changelog | 2 ++ debian/maven.publishedRules | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index bada244..0a052dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ guava-libraries (15.0-1) UNRELEASED; urgency=low * debian/rules: Removed the get-orig-pom target * debian/control: Use canonical URLs for the Vcs-* fields * Use XZ compression for the upstream tarball + * Added a Maven publish rule to take over the artifact + of Google Collections (Closes: #712453) -- Emmanuel Bourg <[email protected]> Wed, 26 Jun 2013 19:17:42 +0200 diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules index b1a6f3d..7dd91ea 100644 --- a/debian/maven.publishedRules +++ b/debian/maven.publishedRules @@ -1,2 +1,4 @@ com.google.guava guava s/jar/bundle/ s/.*/debian/ * * +s/com.google.collections/com.google.guava/ s/google-collections/guava/ s/jar/bundle/ s/.*/debian/ * * +s/com.google.code.google-collections/com.google.guava/ s/google-collect/guava/ s/jar/bundle/ s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/guava-libraries.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

