[pkg-java] r8772 - trunk/libcommons-logging-java/debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Thu Jul 2 12:44:20 UTC 2009


Author: ludovicc-guest
Date: 2009-07-02 12:44:19 +0000 (Thu, 02 Jul 2009)
New Revision: 8772

Modified:
   trunk/libcommons-logging-java/debian/changelog
   trunk/libcommons-logging-java/debian/control
Log:
* New version

Modified: trunk/libcommons-logging-java/debian/changelog
===================================================================
--- trunk/libcommons-logging-java/debian/changelog	2009-07-02 12:24:27 UTC (rev 8771)
+++ trunk/libcommons-logging-java/debian/changelog	2009-07-02 12:44:19 UTC (rev 8772)
@@ -1,12 +1,20 @@
-libcommons-logging-java (1.1.1-3.1) UNRELEASED; urgency=low
+libcommons-logging-java (1.1.1-3.1) unstable; urgency=low
 
+  [Ludovic Claude]
   * Non-maintainer upload.
+  * Remove Depends: on the Java runtimes for the java-doc package
+  * Add ${misc:Depends} on both Depends: attributes to fix Linitian warnings
+  * Add the Maven POM to the package,
+  * Add a Build-Depends-Indep dependency on maven-repo-helper
+  * Use mh_installpom and mh_installjar to install the POM and the jar to the
+    Maven repository
+  * debian/rules: Add the manifest to the jar
 
-  [ Emmanuel Bourg ]
+  [ Emmanuel Bourg and Sylvestre Ledru ]
   * Update of the URLs
   * Rename Jakarta Commons to Apache Commons
 
- -- Sylvestre Ledru <sylvestre.ledru at inria.fr>  Wed, 17 Jun 2009 10:52:15 +0200
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 02 Jul 2009 12:21:41 +0100
 
 libcommons-logging-java (1.1.1-3) unstable; urgency=low
 

Modified: trunk/libcommons-logging-java/debian/control
===================================================================
--- trunk/libcommons-logging-java/debian/control	2009-07-02 12:24:27 UTC (rev 8771)
+++ trunk/libcommons-logging-java/debian/control	2009-07-02 12:44:19 UTC (rev 8772)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <abdyk at debian.org>, Michael Koch <konqueror at gmx.de>, Kumar Appaiah <akumar at debian.org>, Varun Hiremath <varun at debian.org>
-Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: ant-optional, liblogkit-java, liblog4j1.2-java, default-jdk, junit, libservlet2.3-java
+Build-Depends: debhelper (>= 5), cdbs, default-jdk
+Build-Depends-Indep: ant-optional, maven-repo-helper, 
+ liblogkit-java, liblog4j1.2-java, junit, libservlet2.3-java
 Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-logging-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-logging-java
@@ -22,7 +23,7 @@
 Package: libcommons-logging-java-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java1-runtime-headless | java2-runtime-headless
+Depends: ${misc:Depends}
 Description: commmon wrapper interface for several logging APIs (documentation)
  Provides a simple, component oriented interface together with wrappers for 
  several existing java logging systems. The user can choose at runtime which




More information about the pkg-java-commits mailing list