[pkg-java] r18351 - trunk/libitext1-java/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Sep 7 22:00:31 UTC 2014


Author: ebourg-guest
Date: 2014-09-07 22:00:30 +0000 (Sun, 07 Sep 2014)
New Revision: 18351

Modified:
   trunk/libitext1-java/debian/changelog
   trunk/libitext1-java/debian/control
   trunk/libitext1-java/debian/rules
Log:
Removed the unused build dependency on libservlet2.5-java



Modified: trunk/libitext1-java/debian/changelog
===================================================================
--- trunk/libitext1-java/debian/changelog	2014-09-07 21:54:35 UTC (rev 18350)
+++ trunk/libitext1-java/debian/changelog	2014-09-07 22:00:30 UTC (rev 18351)
@@ -1,8 +1,10 @@
 libitext1-java (1.4-6) UNRELEASED; urgency=low
 
   * Team upload.
-  * Bump Standards-Version to 3.9.5. No changes were required.
-  * Removed Michael Koch from the uploaders list (Closes: #654070)
+  * debian/control:
+    - Removed the unused build dependency on libservlet2.5-java
+    - Standards-Version updated to 3.9.5 (no changes)
+    - Removed Michael Koch from the uploaders list (Closes: #654070)
   * Switch to debhelper level 9
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 08 Apr 2013 01:12:09 +0200

Modified: trunk/libitext1-java/debian/control
===================================================================
--- trunk/libitext1-java/debian/control	2014-09-07 21:54:35 UTC (rev 18350)
+++ trunk/libitext1-java/debian/control	2014-09-07 22:00:30 UTC (rev 18351)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk
-Build-Depends-Indep: libservlet2.5-java, maven-repo-helper
+Build-Depends-Indep: libservlet3.1-java, maven-repo-helper
 Standards-Version: 3.9.5
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libitext1-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libitext1-java/

Modified: trunk/libitext1-java/debian/rules
===================================================================
--- trunk/libitext1-java/debian/rules	2014-09-07 21:54:35 UTC (rev 18350)
+++ trunk/libitext1-java/debian/rules	2014-09-07 22:00:30 UTC (rev 18351)
@@ -6,7 +6,7 @@
 PACKAGE			     := $(DEB_SOURCE_PACKAGE)
 VERSION			     := $(DEB_UPSTREAM_VERSION)
 JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_JARS             := servlet-2.3.jar ant-optional $(ANT_HOME)/lib/ant-launcher.jar
+DEB_JARS             := ant-optional $(ANT_HOME)/lib/ant-launcher.jar
 DEB_ANT_BUILD_TARGET := jar
 DEB_ANT_CLEAN_TARGET :=
 




More information about the pkg-java-commits mailing list