[pkg-java] r10026 - trunk/bnd/debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Fri Aug 14 14:23:18 UTC 2009


Author: ludovicc-guest
Date: 2009-08-14 14:23:18 +0000 (Fri, 14 Aug 2009)
New Revision: 10026

Modified:
   trunk/bnd/debian/changelog
   trunk/bnd/debian/rules
Log:
Force name of bnd library installed in /usr/share/java
to be bnd.jar instead of bndlib.jar 

Modified: trunk/bnd/debian/changelog
===================================================================
--- trunk/bnd/debian/changelog	2009-08-14 13:53:55 UTC (rev 10025)
+++ trunk/bnd/debian/changelog	2009-08-14 14:23:18 UTC (rev 10026)
@@ -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]

Modified: trunk/bnd/debian/rules
===================================================================
--- trunk/bnd/debian/rules	2009-08-14 13:53:55 UTC (rev 10025)
+++ trunk/bnd/debian/rules	2009-08-14 14:23:18 UTC (rev 10026)
@@ -18,7 +18,7 @@
 
 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
 




More information about the pkg-java-commits mailing list