[libcommons-logging-java] 25/66: libcommons-logging-java (1.1.1-5) unstable; urgency=low

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 88783143d0f02ff566ff23c0c52687e9c92dff8b
Author: Michael Koch <konqueror at gmx.de>
Date:   Sat Sep 26 11:19:07 2009 +0000

    libcommons-logging-java (1.1.1-5) unstable; urgency=low
    
      * Build-Depends on libservlet2.5-java instead of libservlet2.3-java.
      * Remove Suggests on libservlet2.3-java and libservlet2.4-java.
      * Build-Depends on debhelper >= 7.
      * Updated Standards-Version to 3.8.3.
    
     -- Michael Koch <konqueror at gmx.de>  Sat, 26 Sep 2009 13:02:56 +0200
---
 debian/ant.properties |  2 +-
 debian/changelog      |  9 +++++++++
 debian/compat         |  2 +-
 debian/control        | 10 ++++------
 debian/rules          |  2 +-
 5 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/debian/ant.properties b/debian/ant.properties
index 9b939c6..03cc8e0 100644
--- a/debian/ant.properties
+++ b/debian/ant.properties
@@ -3,5 +3,5 @@ log4j12.jar=/usr/share/java/log4j-1.2.jar
 logkit.jar=/usr/share/java/logkit.jar
 avalon-framework.jar=/usr/share/java/avalon-framework.jar
 junit.jar=/usr/share/java/junit.jar
-servletapi.jar=/usr/share/java/servlet-2.3.jar
+servletapi.jar=/usr/share/java/servlet-api-2.5.jar
 test.failonerror=false
diff --git a/debian/changelog b/debian/changelog
index 1a25a69..2b17a94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libcommons-logging-java (1.1.1-5) unstable; urgency=low
+
+  * Build-Depends on libservlet2.5-java instead of libservlet2.3-java.
+  * Remove Suggests on libservlet2.3-java and libservlet2.4-java.
+  * Build-Depends on debhelper >= 7.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de>  Sat, 26 Sep 2009 13:02:56 +0200
+
 libcommons-logging-java (1.1.1-4) unstable; urgency=low
 
   * Upload to unstable.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index a0254c0..84e7457 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +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, default-jdk
-Build-Depends-Indep: ant-optional, maven-repo-helper, 
- liblogkit-java, liblog4j1.2-java, junit, libservlet2.3-java
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant-optional
+Build-Depends-Indep: maven-repo-helper, liblogkit-java, liblog4j1.2-java, junit, libservlet2.5-java
+Standards-Version: 3.8.3
 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
 Homepage: http://commons.apache.org/logging
@@ -14,8 +13,7 @@ Homepage: http://commons.apache.org/logging
 Package: libcommons-logging-java
 Architecture: all
 Depends: ${misc:Depends}, default-jre-headless | java1-runtime-headless | java2-runtime-headless
-Suggests: libservlet2.3-java | libservlet2.4-java | libservlet2.5-java,
- liblog4j1.2-java, liblogkit-java, libavalon-framework-java, libcommons-logging-java-doc
+Suggests: libservlet2.5-java, liblog4j1.2-java, liblogkit-java, libavalon-framework-java, libcommons-logging-java-doc
 Description: commmon wrapper interface for several logging APIs
  Provides a simple, component oriented interface together with wrappers for 
  several existing java logging systems. The user can choose at runtime which
diff --git a/debian/rules b/debian/rules
index 5d01787..8b88552 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ PACKAGE              := $(DEB_SOURCE_PACKAGE)
 VERSION              := $(DEB_UPSTREAM_VERSION)
 JAVA_HOME		     := /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET := dist
-DEB_JARS		     := commons-logging log4j-1.2 logkit avalon-framework servlet-2.3 junit ant-junit
+DEB_JARS		     := commons-logging log4j-1.2 logkit avalon-framework servlet-api-2.5 junit ant-junit
 
 makebuilddir/lib$(PACKAGE)-java::
 	# copy MANIFEST.MF to src/main/resources/META-INF/ to include it in the jar

-- 
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