This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjsr305-java.
commit 159c0b1636ba13c034bb934f3d0a085223d149e8 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 28 13:15:12 2015 +0200 Replaced the duplicate jar jsr305-0.1-SNAPSHOT.jar with a link to /usr/share/java/jsr305.jar --- debian/changelog | 8 ++++++++ debian/rules | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index b131529..9dc35f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libjsr305-java (0.1~+svn49-9) unstable; urgency=medium + + * Team upload. + * Replaced the duplicate jar jsr305-0.1-SNAPSHOT.jar with a link + to /usr/share/java/jsr305.jar + + -- Emmanuel Bourg <[email protected]> Tue, 28 Jul 2015 13:14:23 +0200 + libjsr305-java (0.1~+svn49-8) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index cf77880..6b4b698 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,7 @@ override_jh_installlibs: cp ri/pom.xml debian/pom.xml mh_installpom -plib$(PACKAGE)-java --no-parent --rules=debian/maven-compat.rules debian/pom.xml mh_installjar -plib$(PACKAGE)-java --rules=debian/maven-compat.rules debian/pom.xml $(PACKAGE).jar + dh_link -plib$(PACKAGE)-java /usr/share/java/jsr305.jar usr/share/maven-repo/org/jsr-305/jsr305/0.1-SNAPSHOT/jsr305-0.1-SNAPSHOT.jar mh_installpoms -plib$(PACKAGE)-java mh_installjar -plib$(PACKAGE)-java --usj-version=$(DEB_UPSTREAM_VERSION) \ -l ri/pom.xml $(PACKAGE).jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjsr305-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

