[pkg-java] r18835 - trunk/geronimo-javamail-1.4-spec-java/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 2 09:37:18 UTC 2015


Author: ebourg-guest
Date: 2015-09-02 09:37:18 +0000 (Wed, 02 Sep 2015)
New Revision: 18835

Modified:
   trunk/geronimo-javamail-1.4-spec-java/debian/changelog
   trunk/geronimo-javamail-1.4-spec-java/debian/rules
Log:
Fixed the build error caused by the geronimo-osgi-support update (Closes: #793582)



Modified: trunk/geronimo-javamail-1.4-spec-java/debian/changelog
===================================================================
--- trunk/geronimo-javamail-1.4-spec-java/debian/changelog	2015-09-02 09:25:42 UTC (rev 18834)
+++ trunk/geronimo-javamail-1.4-spec-java/debian/changelog	2015-09-02 09:37:18 UTC (rev 18835)
@@ -1,6 +1,8 @@
 geronimo-javamail-1.4-spec (1.7.1-3) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Fixed the build error caused by the geronimo-osgi-support update
+    (Closes: #793582)
   * debian/control:
     - Standards-Version updated to 3.9.6 (no changes)
     - Use canonical URLs for the Vcs-* fields

Modified: trunk/geronimo-javamail-1.4-spec-java/debian/rules
===================================================================
--- trunk/geronimo-javamail-1.4-spec-java/debian/rules	2015-09-02 09:25:42 UTC (rev 18834)
+++ trunk/geronimo-javamail-1.4-spec-java/debian/rules	2015-09-02 09:37:18 UTC (rev 18835)
@@ -18,7 +18,7 @@
                         -DartifactId=$(PACKAGE) \
                         -DsourceVersion=$(REQUIRED_JVM_VERSION) \
                         -DtargetVersion=$(REQUIRED_JVM_VERSION)
-DEB_JARS             := geronimo-osgi-locator-1.0 osgi.core osgi.compendium
+DEB_JARS             := geronimo-osgi-locator osgi.core osgi.compendium
 
 get-orig-source:
 	echo "Getting version $(VERSION) from $(SVN)"




More information about the pkg-java-commits mailing list