[pkg-java] r18623 - trunk/velocity-tools/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Dec 1 21:54:19 UTC 2014


Author: ebourg-guest
Date: 2014-12-01 21:54:19 +0000 (Mon, 01 Dec 2014)
New Revision: 18623

Added:
   trunk/velocity-tools/debian/velocity-tools-view.pom
Modified:
   trunk/velocity-tools/debian/changelog
   trunk/velocity-tools/debian/libvelocity-tools-java.poms
   trunk/velocity-tools/debian/rules
Log:
Install the Maven artifacts for velocity-tools-view (Closes: #738111)



Modified: trunk/velocity-tools/debian/changelog
===================================================================
--- trunk/velocity-tools/debian/changelog	2014-11-30 18:05:58 UTC (rev 18622)
+++ trunk/velocity-tools/debian/changelog	2014-12-01 21:54:19 UTC (rev 18623)
@@ -1,6 +1,7 @@
 velocity-tools (2.0-3) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Install the Maven artifacts for velocity-tools-view (Closes: #738111)
   * debian/control:
     - Standards-Version updated to 3.9.6 (no changes)
     - Use canonical URLs for the Vcs-* fields

Modified: trunk/velocity-tools/debian/libvelocity-tools-java.poms
===================================================================
--- trunk/velocity-tools/debian/libvelocity-tools-java.poms	2014-11-30 18:05:58 UTC (rev 18622)
+++ trunk/velocity-tools/debian/libvelocity-tools-java.poms	2014-12-01 21:54:19 UTC (rev 18623)
@@ -1 +1,2 @@
 pom.xml
+debian/velocity-tools-view.pom

Modified: trunk/velocity-tools/debian/rules
===================================================================
--- trunk/velocity-tools/debian/rules	2014-11-30 18:05:58 UTC (rev 18622)
+++ trunk/velocity-tools/debian/rules	2014-12-01 21:54:19 UTC (rev 18623)
@@ -21,8 +21,7 @@
 	mh_installpoms -plib$(DEB_SOURCE_PACKAGE)-java
 	mh_installjar -plib$(DEB_SOURCE_PACKAGE)-java -l pom.xml -n$(DEB_SOURCE_PACKAGE)-generic dist/$(DEB_SOURCE_PACKAGE)-generic-$(DEB_UPSTREAM_VERSION).jar
 	# View JAR
-	dh_install -plib$(DEB_SOURCE_PACKAGE)-java dist/$(DEB_SOURCE_PACKAGE)-view-$(DEB_UPSTREAM_VERSION).jar usr/share/java
-	dh_link -plib$(DEB_SOURCE_PACKAGE)-java usr/share/java/$(DEB_SOURCE_PACKAGE)-view-$(DEB_UPSTREAM_VERSION).jar usr/share/java/$(DEB_SOURCE_PACKAGE)-view.jar
+	mh_installjar -plib$(DEB_SOURCE_PACKAGE)-java -l debian/velocity-tools-view.pom -n$(DEB_SOURCE_PACKAGE)-view dist/$(DEB_SOURCE_PACKAGE)-view-$(DEB_UPSTREAM_VERSION).jar
 
 clean::
 	-rm -rf debian/tmp

Added: trunk/velocity-tools/debian/velocity-tools-view.pom
===================================================================
--- trunk/velocity-tools/debian/velocity-tools-view.pom	                        (rev 0)
+++ trunk/velocity-tools/debian/velocity-tools-view.pom	2014-12-01 21:54:19 UTC (rev 18623)
@@ -0,0 +1,6 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>velocity-tools</groupId>
+  <artifactId>velocity-tools-view</artifactId>
+  <version>2.0</version>
+</project>




More information about the pkg-java-commits mailing list