[libcommons-logging-java] 20/66: * New version
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jan 12 10:57:41 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libcommons-logging-java.
commit 0b5d34fe42b5529478a3bcfc4007e3c4e26b9efa
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date: Thu Jul 2 12:44:19 2009 +0000
* New version
---
debian/changelog | 16 ++++++++++++----
debian/control | 7 ++++---
2 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cb13f44..eaf9aa4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
-
- [ Emmanuel Bourg ]
+ * 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 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
diff --git a/debian/control b/debian/control
index 23a0e49..2997d7f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,9 @@ Section: java
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 @@ Description: commmon wrapper interface for several logging APIs
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-logging-java.git
More information about the pkg-java-commits
mailing list