[pkg-java] r16470 - in trunk/apache-log4j1.2/debian: . patches

Emmanuel Bourg ebourg-guest at alioth.debian.org
Tue Apr 2 13:43:12 UTC 2013


Author: ebourg-guest
Date: 2013-04-02 13:43:12 +0000 (Tue, 02 Apr 2013)
New Revision: 16470

Modified:
   trunk/apache-log4j1.2/debian/changelog
   trunk/apache-log4j1.2/debian/control
   trunk/apache-log4j1.2/debian/patches/build_fix.patch
   trunk/apache-log4j1.2/debian/watch
Log:
New upstream release (1.2.17), Fixed the watch file

Modified: trunk/apache-log4j1.2/debian/changelog
===================================================================
--- trunk/apache-log4j1.2/debian/changelog	2013-04-02 04:46:38 UTC (rev 16469)
+++ trunk/apache-log4j1.2/debian/changelog	2013-04-02 13:43:12 UTC (rev 16470)
@@ -1,9 +1,15 @@
-apache-log4j1.2 (1.2.16-4) UNRELEASED; urgency=low
+apache-log4j1.2 (1.2.17-1) experimental; urgency=low
 
   * Team upload.
+  * New upstream release
+  * Refreshed the patch
+  * debian/watch: Fixed the URL
+  * Updated Standards-Version to 3.9.2 (no changes)
+
+  [ Tony Mancill ]
   * Remove Michael Koch from Uploaders. (Closes: #653986)
 
- -- tony mancill <tmancill at debian.org>  Sun, 01 Jan 2012 16:35:36 -0800
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 02 Apr 2013 15:23:23 +0200
 
 apache-log4j1.2 (1.2.16-3) unstable; urgency=low
 

Modified: trunk/apache-log4j1.2/debian/control
===================================================================
--- trunk/apache-log4j1.2/debian/control	2013-04-02 04:46:38 UTC (rev 16469)
+++ trunk/apache-log4j1.2/debian/control	2013-04-02 13:43:12 UTC (rev 16470)
@@ -6,10 +6,11 @@
  Kumar Appaiah <akumar at debian.org>,
  Torsten Werner <twerner at debian.org>,
  Ludovic Claude <ludovic.claude at laposte.net>,
- Jakub Adam <jakub.adam at ktknet.cz>
+ Jakub Adam <jakub.adam at ktknet.cz>,
+ Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant, libgnujaf-java,
  libgnumail-java, maven-repo-helper, default-jdk-doc, libjboss-jmx-java, bnd
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Homepage: http://logging.apache.org/log4j/1.2/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/apache-log4j1.2
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/apache-log4j1.2

Modified: trunk/apache-log4j1.2/debian/patches/build_fix.patch
===================================================================
--- trunk/apache-log4j1.2/debian/patches/build_fix.patch	2013-04-02 04:46:38 UTC (rev 16469)
+++ trunk/apache-log4j1.2/debian/patches/build_fix.patch	2013-04-02 13:43:12 UTC (rev 16470)
@@ -1,16 +1,5 @@
 --- a/build.xml
 +++ b/build.xml
-@@ -99,8 +99,8 @@
-   <!-- Directory for temporary files. -->
-   <property name="dist.tmp" value="${dist.dir}/tmp"/>
-   
--  <property name="javac.source" value="1.2"/>
--  <property name="javac.target" value="1.1"/>
-+  <property name="javac.source" value="1.3"/>
-+  <property name="javac.target" value="1.3"/>
-   
-   <!--  destination for generated documentation on Apache web host  -->
-   <property name="apache.javadoc_dest" value="/www/logging.apache.org/log4j/docs"/>
 @@ -167,12 +167,12 @@
          <and>
              <available classname="javax.management.MBeanInfo"

Modified: trunk/apache-log4j1.2/debian/watch
===================================================================
--- trunk/apache-log4j1.2/debian/watch	2013-04-02 04:46:38 UTC (rev 16469)
+++ trunk/apache-log4j1.2/debian/watch	2013-04-02 13:43:12 UTC (rev 16470)
@@ -1,2 +1,2 @@
 version=3
-http://www.apache.org/dist/logging/log4j/(1.2.[\d]+)/apache-log4j-(1.2.[\d]+).tar.gz debian debian/orig-tar.sh
+http://archive.apache.org/dist/logging/log4j/(1.2.[\d]+)/log4j-(1.2.[\d]+).tar.gz debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list