[bnd] 05/05: Force name of bnd library installed in /usr/share/java to be bnd.jar instead of bndlib.jar

Miguel Landaeta nomadium at moszumanska.debian.org
Tue Mar 10 18:12:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomadium pushed a commit to annotated tag debian/0.0.337.2-3
in repository bnd.

commit 3db53312b46b317df1d6e11aa0bd73946cbb8905
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date:   Fri Aug 14 14:23:18 2009 +0000

    Force name of bnd library installed in /usr/share/java
    to be bnd.jar instead of bndlib.jar
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3022f4f..a815abf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bnd (0.0.337.2-3) unstable; urgency=low
+
+  * Force name of bnd library installed in /usr/share/java
+    to be bnd.jar instead of bndlib.jar 
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Fri, 14 Aug 2009 14:38:12 +0100
+
 bnd (0.0.337.2-2) unstable; urgency=low
 
   [Ludovic Claude]
diff --git a/debian/rules b/debian/rules
index abd2b82..b5c6fc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ install/$(PACKAGE)::
 
 binary-post-install/$(PACKAGE)::
 	mh_installpoms -p$(PACKAGE)
-	mh_installjar -p$(PACKAGE) -l src/main/resources/pom.xml target/bnd.jar
+	mh_installjar -p$(PACKAGE) -l --usj-name=bnd src/main/resources/pom.xml target/bnd.jar
 	dh_install -p$(PACKAGE) debian/bnd.sh /usr/bin/
 	mv $(DEB_DESTDIR)/usr/bin/bnd.sh $(DEB_DESTDIR)/usr/bin/bnd
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bnd.git



More information about the pkg-java-commits mailing list