This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-interpolation.
commit 36f5ca1bd1a3768ae210a64beb83985a181b8600 Author: Torsten Werner <[email protected]> Date: Sun Dec 7 21:29:06 2008 +0000 add some compatibility symlinks --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 16baed7..01a36d4 100755 --- a/debian/rules +++ b/debian/rules @@ -22,3 +22,5 @@ DEST := $(REPO)/org/codehaus/plexus binary-post-install/lib$(PACKAGE)-java:: dh_install build/*.jar $(DEST)/$(PACKAGE)/$(VERSION)/ install -m644 pom.xml $(DEB_DESTDIR)$(DEST)/$(PACKAGE)/$(VERSION)/$(PACKAGE)-$(VERSION).pom + dh_link $(DEST)/$(PACKAGE)/$(VERSION)/$(PACKAGE)-$(VERSION).jar /usr/share/java/$(PACKAGE).jar + dh_link $(DEST)/$(PACKAGE)/$(VERSION)/$(PACKAGE)-$(VERSION).jar /usr/share/maven2/lib/$(PACKAGE).jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-interpolation.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

