Author: drazzib
Date: 2011-06-13 17:26:29 +0000 (Mon, 13 Jun 2011)
New Revision: 13796

Added:
   trunk/commons-daemon/debian/libcommons-daemon-java.poms
Modified:
   trunk/commons-daemon/debian/changelog
   trunk/commons-daemon/debian/control
   trunk/commons-daemon/debian/rules
Log:
* Publish commons daemon JAR into /usr/share/maven-repo.
* d/control: Bump Standards-Version to 3.9.2: no changes needed.

Modified: trunk/commons-daemon/debian/changelog
===================================================================
--- trunk/commons-daemon/debian/changelog       2011-06-13 05:07:21 UTC (rev 
13795)
+++ trunk/commons-daemon/debian/changelog       2011-06-13 17:26:29 UTC (rev 
13796)
@@ -1,3 +1,10 @@
+commons-daemon (1.0.5-2) unstable; urgency=low
+
+  * Publish commons daemon JAR into /usr/share/maven-repo.
+  * d/control: Bump Standards-Version to 3.9.2: no changes needed.
+
+ -- Damien Raude-Morvan <[email protected]>  Mon, 13 Jun 2011 19:25:17 +0200
+
 commons-daemon (1.0.5-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/commons-daemon/debian/control
===================================================================
--- trunk/commons-daemon/debian/control 2011-06-13 05:07:21 UTC (rev 13795)
+++ trunk/commons-daemon/debian/control 2011-06-13 17:26:29 UTC (rev 13796)
@@ -5,9 +5,9 @@
 Uploaders: Michael Koch <[email protected]>, Marcus Better <[email protected]>,
  Damien Raude-Morvan <[email protected]>
 Build-Depends: debhelper (>= 7.0.50~), autoconf, autotools-dev, default-jdk,
- xsltproc, docbook-xsl, ant, libcap-dev [linux-any]
+ xsltproc, docbook-xsl, ant, libcap-dev [linux-any], maven-repo-helper
 Build-Conflicts: autoconf2.13
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://commons.apache.org/daemon/
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/commons-daemon/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-daemon/

Added: trunk/commons-daemon/debian/libcommons-daemon-java.poms
===================================================================
--- trunk/commons-daemon/debian/libcommons-daemon-java.poms                     
        (rev 0)
+++ trunk/commons-daemon/debian/libcommons-daemon-java.poms     2011-06-13 
17:26:29 UTC (rev 13796)
@@ -0,0 +1 @@
+pom.xml --no-parent

Modified: trunk/commons-daemon/debian/rules
===================================================================
--- trunk/commons-daemon/debian/rules   2011-06-13 05:07:21 UTC (rev 13795)
+++ trunk/commons-daemon/debian/rules   2011-06-13 17:26:29 UTC (rev 13796)
@@ -46,8 +46,8 @@
 
 override_dh_auto_install:
        dh_auto_install
-       dh_install -plib$(PKGNAME)-java dist/$(PKGNAME)-$(VERSION).jar 
$(JAVALIBDIR)
-       dh_link -plib$(PKGNAME)-java $(JAVALIBDIR)/$(PKGNAME)-$(VERSION).jar 
$(JAVALIBDIR)/$(PKGNAME).jar
+       mh_installpoms -plib$(PKGNAME)-java
+       mh_installjar -plib$(PKGNAME)-java -l pom.xml 
dist/$(PKGNAME)-$(VERSION).jar
 
 get-orig-source:
        uscan --force-download --rename


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to