Author: ludovicc-guest
Date: 2010-12-03 22:38:38 +0000 (Fri, 03 Dec 2010)
New Revision: 13139

Modified:
   trunk/bcel/debian/changelog
   trunk/bcel/debian/control
   trunk/bcel/debian/libbcel-java.poms
   trunk/bcel/debian/rules
Log:
* Add version constraint on newer maven-repo-helper
* d/rules: use mh_install instead of mh_installpoms + mh_installjar
* Add --has-package-version switch in libbcel-java.poms and other
  options for mh_install

Modified: trunk/bcel/debian/changelog
===================================================================
--- trunk/bcel/debian/changelog 2010-12-03 16:52:32 UTC (rev 13138)
+++ trunk/bcel/debian/changelog 2010-12-03 22:38:38 UTC (rev 13139)
@@ -1,3 +1,12 @@
+bcel (5.2-9) UNRELEASED; urgency=low
+
+  * Add version constraint on newer maven-repo-helper
+  * d/rules: use mh_install instead of mh_installpoms + mh_installjar
+  * Add --has-package-version switch in libbcel-java.poms and other
+    options for mh_install
+
+ -- Ludovic Claude <ludovic.cla...@laposte.net>  Fri, 03 Dec 2010 23:16:07 
+0200
+
 bcel (5.2-8) experimental; urgency=low
 
   * Team upload.

Modified: trunk/bcel/debian/control
===================================================================
--- trunk/bcel/debian/control   2010-12-03 16:52:32 UTC (rev 13138)
+++ trunk/bcel/debian/control   2010-12-03 22:38:38 UTC (rev 13139)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Michael Koch <konque...@gmx.de>, Torsten Werner <twer...@debian.org>
-Build-Depends-Indep: maven-repo-helper, default-jdk, default-jdk-doc, 
javahelper (>= 0.32~)
+Build-Depends-Indep: maven-repo-helper (>= 1.5), default-jdk, default-jdk-doc, 
javahelper (>= 0.32~)
 Build-Depends: ant (>= 1.6.5), cdbs (>= 0.4.5.3), debhelper (>= 7)
 Standards-Version: 3.9.1
 Homepage: http://jakarta.apache.org/bcel/

Modified: trunk/bcel/debian/libbcel-java.poms
===================================================================
--- trunk/bcel/debian/libbcel-java.poms 2010-12-03 16:52:32 UTC (rev 13138)
+++ trunk/bcel/debian/libbcel-java.poms 2010-12-03 22:38:38 UTC (rev 13139)
@@ -1 +1 @@
-debian/pom.xml --no-parent
+debian/pom.xml --no-parent --has-package-version --java-lib 
--artifact=target/bcel-*.jar

Modified: trunk/bcel/debian/rules
===================================================================
--- trunk/bcel/debian/rules     2010-12-03 16:52:32 UTC (rev 13138)
+++ trunk/bcel/debian/rules     2010-12-03 22:38:38 UTC (rev 13139)
@@ -12,8 +12,7 @@
 DEB_ANT_BUILD_TARGET := dist
 
 install/lib$(PACKAGE)-java::
-       mh_installpoms -plib$(PACKAGE)-java
-       mh_installjar -plib$(PACKAGE)-java -l debian/pom.xml 
target/bcel-$(VERSION).jar usr/share/ant/lib/bcel.jar
+       mh_install
 
 clean::
        rm -rf target dist


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to