[pkg-java] r16952 - trunk/commons-configuration/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Mon Jul 1 15:50:01 UTC 2013
Author: ebourg-guest
Date: 2013-07-01 15:50:01 +0000 (Mon, 01 Jul 2013)
New Revision: 16952
Added:
trunk/commons-configuration/debian/libcommons-configuration-java.classpath
Modified:
trunk/commons-configuration/debian/changelog
trunk/commons-configuration/debian/control
trunk/commons-configuration/debian/rules
Log:
Added the classpath attribute to the jar manifest
Modified: trunk/commons-configuration/debian/changelog
===================================================================
--- trunk/commons-configuration/debian/changelog 2013-07-01 15:26:53 UTC (rev 16951)
+++ trunk/commons-configuration/debian/changelog 2013-07-01 15:50:01 UTC (rev 16952)
@@ -1,19 +1,21 @@
commons-configuration (1.9-1) unstable; urgency=low
* New upstream release
- * Added new build dependencies (libjavacc-maven-plugin-java, junit4)
- * Upgraded the dependency on the Servlet API (2.5 -> 3.0)
- * Removed the dependency on the Activation Framework (glassfish-activation)
- * Replaced the dependency on glassfish-mail with libgnumail-java
- * Removed the unused dependencies:
- liblog4j1.2-java-doc, libmaven-assembly-plugin-java
- * Replaced the dependency on libcommons-jexl-java by libcommons-jexl2-java
- * Updated Standards-Version to 3.9.4 (no changes)
+ * debian/control:
+ - Updated Standards-Version to 3.9.4 (no changes)
+ - Use canonical URLs for the Vcs-* fields
+ - Added new build dependencies (libjavacc-maven-plugin-java, junit4)
+ - Upgraded the dependency on the Servlet API (2.5 -> 3.0)
+ - Removed the dependency on the Activation Framework (glassfish-activation)
+ - Replaced the dependency on glassfish-mail with libgnumail-java
+ - Removed the unused dependencies:
+ liblog4j1.2-java-doc, libmaven-assembly-plugin-java
+ - Replaced the dependency on libcommons-jexl-java by libcommons-jexl2-java
* debian/watch: Changed to point the official Apache distribution server
* Removed the obsolete file debian/ant.properties
- * Use canonical URLs for the Vcs-* fields
* Installed the upstream changelog in the binary packages
* Added the report plugins to maven.ignoreRules
+ * Added the classpath attribute to the jar manifest
-- Emmanuel Bourg <ebourg at apache.org> Mon, 01 Jul 2013 16:29:44 +0200
Modified: trunk/commons-configuration/debian/control
===================================================================
--- trunk/commons-configuration/debian/control 2013-07-01 15:26:53 UTC (rev 16951)
+++ trunk/commons-configuration/debian/control 2013-07-01 15:50:01 UTC (rev 16952)
@@ -5,7 +5,7 @@
Uploaders: Torsten Werner <twerner at debian.org>,
Damien Raude-Morvan <drazzib at debian.org>,
Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper
+Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper, javahelper
Build-Depends-Indep: ant,
default-jdk-doc,
libgnumail-java,
Added: trunk/commons-configuration/debian/libcommons-configuration-java.classpath
===================================================================
--- trunk/commons-configuration/debian/libcommons-configuration-java.classpath (rev 0)
+++ trunk/commons-configuration/debian/libcommons-configuration-java.classpath 2013-07-01 15:50:01 UTC (rev 16952)
@@ -0,0 +1 @@
+usr/share/java/commons-configuration.jar commons-logging.jar commons-lang.jar commons-beanutils.jar commons-codec.jar commons-collections3.jar commons-digester.jar commons-jexl2.jar commons-jxpath.jar commons-vfs2.jar
Modified: trunk/commons-configuration/debian/rules
===================================================================
--- trunk/commons-configuration/debian/rules 2013-07-01 15:26:53 UTC (rev 16951)
+++ trunk/commons-configuration/debian/rules 2013-07-01 15:50:01 UTC (rev 16952)
@@ -11,6 +11,9 @@
DEB_MAVEN_DOC_TARGET := javadoc:aggregate
DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt
+binary-post-install/lib$(PACKAGE)-java::
+ jh_classpath -plib$(PACKAGE)-java
+
binary-post-install/lib$(PACKAGE)-java-doc::
dh_install -plib$(PACKAGE)-java-doc $(API_DOCS) usr/share/doc/lib$(PACKAGE)-java/api/
More information about the pkg-java-commits
mailing list