[pkg-java] r18911 - in tags/apache-log4j1.2: . 1.2.17-7/debian

Markus Koschany apo-guest at moszumanska.debian.org
Tue Nov 17 17:42:52 UTC 2015


Author: apo-guest
Date: 2015-11-17 17:42:52 +0000 (Tue, 17 Nov 2015)
New Revision: 18911

Added:
   tags/apache-log4j1.2/1.2.17-7/
   tags/apache-log4j1.2/1.2.17-7/debian/README.Debian
   tags/apache-log4j1.2/1.2.17-7/debian/changelog
   tags/apache-log4j1.2/1.2.17-7/debian/control
   tags/apache-log4j1.2/1.2.17-7/debian/liblog4j1.2-java-doc.doc-base
   tags/apache-log4j1.2/1.2.17-7/debian/rules
Removed:
   tags/apache-log4j1.2/1.2.17-7/debian/README.Debian
   tags/apache-log4j1.2/1.2.17-7/debian/changelog
   tags/apache-log4j1.2/1.2.17-7/debian/control
   tags/apache-log4j1.2/1.2.17-7/debian/liblog4j1.2-java-doc.doc-base
   tags/apache-log4j1.2/1.2.17-7/debian/rules
Log:
[svn-buildpackage] Tagging apache-log4j1.2 1.2.17-7

Deleted: tags/apache-log4j1.2/1.2.17-7/debian/README.Debian
===================================================================
--- trunk/apache-log4j1.2/debian/README.Debian	2015-11-17 16:55:35 UTC (rev 18909)
+++ tags/apache-log4j1.2/1.2.17-7/debian/README.Debian	2015-11-17 17:42:52 UTC (rev 18911)
@@ -1,70 +0,0 @@
-apache-log4j1.2 for Debian
---------------------------
-
-This is the apache logging library version 1.2. If your package depends on it
-please use the /usr/share/java/log4j-1.2.jar symlink.
-
-Some information from the INSTALL documentation:
-
-You can now test your installation by first compiling the following
-simple program.
-
-    import org.apache.log4j.Logger;
-    import org.apache.log4j.BasicConfigurator;
-    
-    public class Hello {
-    
-      static Logger logger = Logger.getLogger(Hello.class);
-    
-      public
-      static
-      void main(String argv[]) {
-        BasicConfigurator.configure();
-        logger.debug("Hello world.");
-        logger.info("What a beautiful day.");
-      }
-    }
-
-   After compilation, try it out by issuing the command
-
-      java Hello
-
-   You should see log statements appearing on the console.
-
-Refer to the javadoc documentation and the user manual on how to
-include log statements in your own code.
-
-
-==================   
-log4j dependencies
-==================
-   
-Log4j is based on JDK 1.1 with the following additional requirements:
-
-    ----------------------------
-    Package org.apache.log4j.xml 
-    ----------------------------
-
-    The DOMConfigurator is based on the DOM Level 1 API. The
-    DOMConfigurator.configure(Element) method will work with any
-    XML parser that will pass it a DOM tree.
-    
-    The DOMConfigurator.configure(String filename) method and its variants
-    require a JAXP compatible XMLparser, for example the Apache Xerces
-    parser. Compiling the DOMConfigurator requires the presence of a
-    JAXP parser in the classpath.  
-
-    ------------
-    SMTPAppender
-    ------------
-
-    The SMTPAppender relies on the JavaMail API. It has been tested with
-    JavaMail API version 1.2. The JavaMail API requires the
-    JavaBeans Activation Framework package. You can download the
-    JavaMail API at:
-
-        http://java.sun.com/products/javamail/
-
-    or just apt-get install libgnumail-java in Debian :-)
-
- -- Benoit Joly <benoit at kaitain.dune.local>, Sat Apr 12 18:36:10 2003

Copied: tags/apache-log4j1.2/1.2.17-7/debian/README.Debian (from rev 18910, trunk/apache-log4j1.2/debian/README.Debian)
===================================================================
--- tags/apache-log4j1.2/1.2.17-7/debian/README.Debian	                        (rev 0)
+++ tags/apache-log4j1.2/1.2.17-7/debian/README.Debian	2015-11-17 17:42:52 UTC (rev 18911)
@@ -0,0 +1,70 @@
+apache-log4j1.2 for Debian
+--------------------------
+
+This is the apache logging library version 1.2. If your package depends on it
+please use the /usr/share/java/log4j-1.2.jar symlink.
+
+Some information from the INSTALL documentation:
+
+You can now test your installation by first compiling the following
+simple program.
+
+    import org.apache.log4j.Logger;
+    import org.apache.log4j.BasicConfigurator;
+
+    public class Hello {
+
+      static Logger logger = Logger.getLogger(Hello.class);
+
+      public
+      static
+      void main(String argv[]) {
+        BasicConfigurator.configure();
+        logger.debug("Hello world.");
+        logger.info("What a beautiful day.");
+      }
+    }
+
+   After compilation, try it out by issuing the command
+
+      java Hello
+
+   You should see log statements appearing on the console.
+
+Refer to the javadoc documentation and the user manual on how to
+include log statements in your own code.
+
+
+==================
+log4j dependencies
+==================
+
+Log4j is based on JDK 1.1 with the following additional requirements:
+
+    ----------------------------
+    Package org.apache.log4j.xml
+    ----------------------------
+
+    The DOMConfigurator is based on the DOM Level 1 API. The
+    DOMConfigurator.configure(Element) method will work with any
+    XML parser that will pass it a DOM tree.
+
+    The DOMConfigurator.configure(String filename) method and its variants
+    require a JAXP compatible XMLparser, for example the Apache Xerces
+    parser. Compiling the DOMConfigurator requires the presence of a
+    JAXP parser in the classpath.
+
+    ------------
+    SMTPAppender
+    ------------
+
+    The SMTPAppender relies on the JavaMail API. It has been tested with
+    JavaMail API version 1.2. The JavaMail API requires the
+    JavaBeans Activation Framework package. You can download the
+    JavaMail API at:
+
+        http://java.sun.com/products/javamail/
+
+    or just apt-get install libgnumail-java in Debian :-)
+
+ -- Benoit Joly <benoit at kaitain.dune.local>, Sat Apr 12 18:36:10 2003

Deleted: tags/apache-log4j1.2/1.2.17-7/debian/changelog
===================================================================
--- trunk/apache-log4j1.2/debian/changelog	2015-11-17 16:55:35 UTC (rev 18909)
+++ tags/apache-log4j1.2/1.2.17-7/debian/changelog	2015-11-17 17:42:52 UTC (rev 18911)
@@ -1,335 +0,0 @@
-apache-log4j1.2 (1.2.17-6) unstable; urgency=medium
-
-  * Team upload.
-  * Add missing .class files to .jar (Closes: #791446)
-
- -- Hilko Bengen <bengen at debian.org>  Tue, 07 Jul 2015 00:47:09 +0200
-
-apache-log4j1.2 (1.2.17-5) unstable; urgency=medium
-
-  * Team upload.
-
-  [ Kumar Appaiah ]
-  * debian/control: Remove Kumar Appaiah from uploaders
-
-  [ Emmanuel Bourg ]
-  * Depend on libmail-java instead of libgnumail-java
-  * Standards-Version updated to 3.9.6 (no changes)
-  * Switch to debhelper level 9
-  * debian/copyright: Updated to the Copyright Format 1.0
-
- -- Emmanuel Bourg <ebourg at apache.org>  Tue, 30 Sep 2014 14:26:42 +0200
-
-apache-log4j1.2 (1.2.17-4) unstable; urgency=low
-
-  * Removed the dependency on libjboss-jmx-java since javax.management
-    is now part of the JDK.
-  * Enabled the compilation of the org.apache.log4j.jmx.Agent class
-  * Added a description to build_fix.patch
-
- -- Emmanuel Bourg <ebourg at apache.org>  Tue, 27 Aug 2013 09:52:20 +0200
-
-apache-log4j1.2 (1.2.17-3) unstable; urgency=low
-
-  * Removed the dependency on the Activation Framework (libgnujaf-java)
-  * debian/rules: Improved the clean target
-  * Use canonical URLs for the Vcs-* fields
-
- -- Emmanuel Bourg <ebourg at apache.org>  Thu, 16 May 2013 14:46:43 +0200
-
-apache-log4j1.2 (1.2.17-2) unstable; urgency=low
-
-  * Team upload.
-  * Upload to unstable.
-
- -- tony mancill <tmancill at debian.org>  Mon, 06 May 2013 20:43:34 -0700
-
-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.4 (no changes)
-
-  [ Tony Mancill ]
-  * Remove Michael Koch from Uploaders. (Closes: #653986)
-
- -- Emmanuel Bourg <ebourg at apache.org>  Tue, 02 Apr 2013 15:23:23 +0200
-
-apache-log4j1.2 (1.2.16-3) unstable; urgency=low
-
-  * Add Bundle-SymbolicName to jar manifest
-  * Update Import-Package OSGi attribute
-  * Add Jakub Adam to Uploaders
-  * Updated Standards-Version to 3.9.2
-  * Removed Thomas Koch from Uploaders. Thanks for your contributions.
-
- -- Jakub Adam <jakub.adam at ktknet.cz>  Sun, 27 Nov 2011 19:01:34 +0100
-
-apache-log4j1.2 (1.2.16-2) unstable; urgency=low
-
-  [ Ludovic Claude ]
-  * Add myself to uploaders
-  * Rename source package to apache-log4j1.2 (Closes: #598007)
-  * d/maven.rules: use * instead of jar to match log4j, as
-    version 1.2.16 has a pom type of 'bundle' and this
-    means that the version installed in the Maven repository
-    is 'debian' instead of '1.2.x' (Closes: #618263)
-  * d/control: update Homepage to reflect the new location of log4j
-  * include OSGi metadata in the jar, add Build-Depends on bnd
-  * Add --has-package-version to libapache-log4j1.2-java.poms
-  * Deploy javadoc jar into the Maven repository 
-
-  [ Niels Thykier ]
-  * Updated Vcs-* fields.
-
-  [ Torsten Werner ]
-  * Remove Kalle from Uploaders list.
-  * Do no longer build the liblog4j1.2-java-gcj package.
-  * Fix typo in Description.
-
- -- Torsten Werner <twerner at debian.org>  Fri, 23 Sep 2011 23:03:09 +0200
-
-jakarta-log4j (1.2.16-1) experimental; urgency=low
-
-  * New upstream release
-  * debian/control:
-    + Standards version is now 3.9.1 (No changes needed).
-    + Recommends: liblog4j1.2-java-gcj downgraded to Suggests
-      (Closes: #583260)
-    + Add Suggests on liblog4j1.2-java-doc
-  * Remove pom.xml.patch, changes applied upstream,
-    refresh build.xml.patch
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Fri, 14 May 2010 00:11:30 +0200
-
-jakarta-log4j (1.2.15-11) unstable; urgency=low
-
-  * Team upload.
-  * Move the patches to quilt, add a Build-Depends on quilt
-  * JMX package is built and patch from Thomas Koch has been applied
-    with changes (Closes: #503837)
-  * Use default-jdk-doc instead of classpath-doc/openjdk-6-doc
-    (Closes: #567275)
-  * Remove dependencies on all java runtimes and java-common
-    (Closes: #576737)
-  * Source format 3.0 (quilt)
-    - removed quilt as build dependency
-    - removed include patchsys-quilt.mk in d/rules 
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 05 Apr 2010 16:30:15 +0200
-
-jakarta-log4j (1.2.15-10) unstable; urgency=low
-
-  * Fixed Maven support (Closes: #571046)
-    - d/m.ignoreRules: added JMX stuff
-    - pom.xml patch : javax.jms and java.mail set as optional
-  * Standards-Version to 3.8.4
-  * debhelper compat to 7
-
- -- Gabriele Giacone <1o5g4r8o at gmail.com>  Wed, 24 Feb 2010 02:33:46 +0100
-
-jakarta-log4j (1.2.15-9) unstable; urgency=low
-
-  * Added libjboss-jmx-java to suggests:
-
- -- Thomas Koch <thomas.koch at ymc.ch>  Thu, 14 Jan 2010 15:51:45 +0100
-
-jakarta-log4j (1.2.15-8) unstable; urgency=low
-
-  * Build with jmx support 
-
- -- Thomas Koch <thomas.koch at ymc.ch>  Tue, 12 Jan 2010 11:02:21 +0100
-
-jakarta-log4j (1.2.15-7) unstable; urgency=low
-
-  * Upload to unstable
-
- -- Torsten Werner <twerner at debian.org>  Sun, 09 Aug 2009 11:25:57 +0200
-
-jakarta-log4j (1.2.15-6) experimental; urgency=low
-
-  [ Ludovic Claude ]
-  * Add the Maven POM to the package
-  * Add a Build-Depends dependency on maven-repo-helper
-  * Move API documentation to /usr/share/doc/liblog4j1.2-java/api
-
-  [ Torsten Werner ]
-  * Fix doc-base file.
-
- -- Torsten Werner <twerner at debian.org>  Sun, 02 Aug 2009 21:51:13 +0200
-
-jakarta-log4j (1.2.15-5) unstable; urgency=low
-
-  * Add myself to Uploaders.
-  * Do no longer quote the full text of the Apache-2.0 license.
-  * Add missing Depends: ${misc:Depends}.
-  * Change Section: java.
-  * Update Standards-Version: 3.8.2 (no changes).
-  * Fix spelling api -> API.
-
- -- Torsten Werner <twerner at debian.org>  Thu, 30 Jul 2009 18:24:10 +0200
-
-jakarta-log4j (1.2.15-4) unstable; urgency=low
-
-  * liblog4j-java: Depend on default-jre-headless as the preferred runtime,
-    keep the existing alternatives for now.
-
- -- Matthias Klose <doko at debian.org>  Mon, 04 Aug 2008 23:55:26 +0200
-
-jakarta-log4j (1.2.15-3) unstable; urgency=medium
-
-  * debian/control:
-    + Use default-java-jdk in place of java-gcj-compat-dev.
-    (Closes: #477866)
-    + Switch to use Varun and Kumar's debian.org addresses.
-    + Standards version is now 3.7.3 (No changes needed).
-    + Use Vcs-Broswer and Vcs-Svn in place of XS-Vcs-*.
-  * debian/rules:
-    + Switch JAVA_HOME location to /usr/lib/jvm/default-java.
-  * debian/copright:
-    + Update to UTF-8, and add a copyright for the Apache Software
-      Foundartion.
-
- -- Kumar Appaiah <akumar at debian.org>  Sun, 27 Apr 2008 17:35:01 +0530
-
-jakarta-log4j (1.2.15-2) unstable; urgency=low
-
-  [ Matthias Klose ]
-  * Really build the native jars, don't ship an empty package. Closes: #453941.
-
- -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Sun, 02 Dec 2007 20:24:35 +0530
-
-jakarta-log4j (1.2.15-1) unstable; urgency=low
-
-  [ Kumar Appaiah ]
-  * New upstream release.
-  * debian/compat: bumped to 5.
-  * debian/watch: Added file.
-  * debian/control:
-    + Added Kumar Appaiah and Varun Hiremath to Uploaders.
-    + Moved all build dependencencies to Build-Depends.
-    + Depend on cdbs.
-    + Added Homepage, XS-Vcs-Svn and XS-Vcs-Browser fields.
-  * debian/liblog4j1.2-java-doc.doc-base: Specigy API doc location.
-  * debian/liblog4j1.2-java.links: Removed. Functionality in debian/rules.
-  * debian/orig-tar.sh: Added to ease repackaging.
-  * debian/README.Debian-source: Added to explain repackaging.
-  * debian/patches/01_build_fix.patch: Fix javadoc issues and compiler target versions.
-  * debian/rules:
-    + Move to cdbs.
-    + Ensure we build native jars.
-    + Ensure the generated docs are removed to prevent an FTBFS on successive builds.
-
-  [ Varun Hiremath ]
-  * Ensure upstream javadocs are removed while repackaging.
-
- -- Varun Hiremath <varunhiremath at gmail.com>  Fri, 28 Sep 2007 15:30:56 +0530
-
-jakarta-log4j (1.2.13-5) unstable; urgency=low
-
-  * Rename source package. Closes: #308339.
-  * Updated Standard-Version to 3.7.2.
-
- -- Michael Koch <konqueror at gmx.de>  Sun, 15 Jul 2007 15:35:02 +0200
-
-jakarta-log4j1.2 (1.2.13-4) unstable; urgency=low
-
-  * Build a liblog4j1.2-java-gcj package. Closes: #427243.
-  * Updated package descriptions.
-  * Removed Wolfgang and added myself to Uploaders.
-
- -- Michael Koch <konqueror at gmx.de>  Sat, 30 Jun 2007 10:45:43 -0100
-
-jakarta-log4j1.2 (1.2.13-3) unstable; urgency=low
-
-  * Build using java-gcj-compat-dev (merged from Ubuntu).
-
- -- Matthias Klose <doko at debian.org>  Fri,  8 Dec 2006 10:45:35 +0100
-
-jakarta-log4j1.2 (1.2.13-2) unstable; urgency=low
-
-  * Added binary-arch build target (noop) (closes: #395615)
-
- -- Kalle Kivimaa <killer at debian.org>  Sat, 28 Oct 2006 08:30:00 +0300
-
-jakarta-log4j1.2 (1.2.13-1) unstable; urgency=low
-
-  * New upstream release
-  * kaffe compiler transition
-  * Remove build dependencies on libcrimson-java, libjaxp1.2-java (not needed)
-  * Build javadoc from source
-  * Updated README.Debian to what we actually build
-
- -- Wolfgang Baer <WBaer at gmx.de>  Wed, 18 Jan 2006 17:33:47 +0100
-
-jakarta-log4j1.2 (1.2.12-1) unstable; urgency=low
-
-  * New upstream release (closes: #328253)
-    + Apache License 2.0 - updated debian/copyright
-  * Use kaffe for building instead of jikes alone
-    Fixes the FTBS (closes: #334634)
-  * Remove useless parts from README.Debian
-  * Standards-Version 3.6.2 (no changes)
-  * Don't depend on java-common
-  * Remove outdated log4j 1.1 section from description
-  * Register manual with doc-base
-  * Add myself to uploaders
-
- -- Wolfgang Baer <WBaer at gmx.de>  Fri, 28 Oct 2005 21:52:06 +0200
-
-jakarta-log4j1.2 (1.2.9-1) unstable; urgency=low
-
-  * New upstream version (differs from 1.2.8 only in that some methods
-    are deprecated in preparation for 1.3)
-  * Javadocs are now retained from the upstream distribution.
-    This is just a temporary measure until gjdoc works (closes: #265746)
-  
- -- Kalle Kivimaa <killer at debian.org>  Sat, 13 Nov 2004 16:00:00 +0200
-
-jakarta-log4j1.2 (1.2.8-7) unstable; urgency=high
-
-  * Javadocs are now correctly generated (closes: #265746)
-  
- -- Kalle Kivimaa <killer at debian.org>  Sun, 15 Aug 2004 15:00:00 +0300
-
-jakarta-log4j1.2 (1.2.8-6) unstable; urgency=high
-
-  * rules script now correctly includes log4j.dtd (closes: #265704)
-  * Bogus libmx4j-java classes removed from jikes classpath (closes: #265710)
-  
- -- Kalle Kivimaa <killer at debian.org>  Sat, 14 Aug 2004 18:00:00 +0300
-
-jakarta-log4j1.2 (1.2.8-5) unstable; urgency=low
-
-  * rules script was missing two removes related to bug #221236.
-  
- -- Kalle Kivimaa <killer at debian.org>  Fri, 13 Aug 2004 12:30:00 +0300
-
-jakarta-log4j1.2 (1.2.8-4) unstable; urgency=low
-
-  * Builds from source (closes: #221236) (removed chainsaw and lf5
-    parts, these will be available in liblog4j1.2-contrib-java)
-  * Adopted the package to pkg-java-maintainers (closes: #263869)
-  
- -- Kalle Kivimaa <killer at debian.org>  Fri, 13 Aug 2004 11:00:00 +0300
-
-jakarta-log4j1.2 (1.2.8-3) unstable; urgency=low
-
-  * Changed section from contrib to main. (closes: #237362, #230441)
-  * Modified depends to depend on java1-runtime or java2-runtime.
-  
- -- Benoit Joly <benoit at debian.org>  Sat, 27 Mar 2004 15:42:06 -0500
-
-jakarta-log4j1.2 (1.2.8-2) unstable; urgency=low
-
-  * New description.
-
- -- Benoit Joly <benoit at debian.org>  Wed, 23 Apr 2003 00:14:26 -0400
-
-jakarta-log4j1.2 (1.2.8-1) unstable; urgency=low
-
-  * New package for version 1.2 of the log4j API. (closes: #188708)
-
- -- Benoit Joly <benoit at debian.org>  Thu, 10 Apr 2003 00:03:47 -0400

Copied: tags/apache-log4j1.2/1.2.17-7/debian/changelog (from rev 18910, trunk/apache-log4j1.2/debian/changelog)
===================================================================
--- tags/apache-log4j1.2/1.2.17-7/debian/changelog	                        (rev 0)
+++ tags/apache-log4j1.2/1.2.17-7/debian/changelog	2015-11-17 17:42:52 UTC (rev 18911)
@@ -0,0 +1,343 @@
+apache-log4j1.2 (1.2.17-7) unstable; urgency=medium
+
+  * Team upload.
+  * Transition to bnd 2.1.0.
+  * Vcs-Browser: Use https.
+
+ -- Markus Koschany <apo at debian.org>  Tue, 17 Nov 2015 18:22:37 +0100
+
+apache-log4j1.2 (1.2.17-6) unstable; urgency=medium
+
+  * Team upload.
+  * Add missing .class files to .jar (Closes: #791446)
+
+ -- Hilko Bengen <bengen at debian.org>  Tue, 07 Jul 2015 00:47:09 +0200
+
+apache-log4j1.2 (1.2.17-5) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Kumar Appaiah ]
+  * debian/control: Remove Kumar Appaiah from uploaders
+
+  [ Emmanuel Bourg ]
+  * Depend on libmail-java instead of libgnumail-java
+  * Standards-Version updated to 3.9.6 (no changes)
+  * Switch to debhelper level 9
+  * debian/copyright: Updated to the Copyright Format 1.0
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 30 Sep 2014 14:26:42 +0200
+
+apache-log4j1.2 (1.2.17-4) unstable; urgency=low
+
+  * Removed the dependency on libjboss-jmx-java since javax.management
+    is now part of the JDK.
+  * Enabled the compilation of the org.apache.log4j.jmx.Agent class
+  * Added a description to build_fix.patch
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 27 Aug 2013 09:52:20 +0200
+
+apache-log4j1.2 (1.2.17-3) unstable; urgency=low
+
+  * Removed the dependency on the Activation Framework (libgnujaf-java)
+  * debian/rules: Improved the clean target
+  * Use canonical URLs for the Vcs-* fields
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 16 May 2013 14:46:43 +0200
+
+apache-log4j1.2 (1.2.17-2) unstable; urgency=low
+
+  * Team upload.
+  * Upload to unstable.
+
+ -- tony mancill <tmancill at debian.org>  Mon, 06 May 2013 20:43:34 -0700
+
+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.4 (no changes)
+
+  [ Tony Mancill ]
+  * Remove Michael Koch from Uploaders. (Closes: #653986)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 02 Apr 2013 15:23:23 +0200
+
+apache-log4j1.2 (1.2.16-3) unstable; urgency=low
+
+  * Add Bundle-SymbolicName to jar manifest
+  * Update Import-Package OSGi attribute
+  * Add Jakub Adam to Uploaders
+  * Updated Standards-Version to 3.9.2
+  * Removed Thomas Koch from Uploaders. Thanks for your contributions.
+
+ -- Jakub Adam <jakub.adam at ktknet.cz>  Sun, 27 Nov 2011 19:01:34 +0100
+
+apache-log4j1.2 (1.2.16-2) unstable; urgency=low
+
+  [ Ludovic Claude ]
+  * Add myself to uploaders
+  * Rename source package to apache-log4j1.2 (Closes: #598007)
+  * d/maven.rules: use * instead of jar to match log4j, as
+    version 1.2.16 has a pom type of 'bundle' and this
+    means that the version installed in the Maven repository
+    is 'debian' instead of '1.2.x' (Closes: #618263)
+  * d/control: update Homepage to reflect the new location of log4j
+  * include OSGi metadata in the jar, add Build-Depends on bnd
+  * Add --has-package-version to libapache-log4j1.2-java.poms
+  * Deploy javadoc jar into the Maven repository 
+
+  [ Niels Thykier ]
+  * Updated Vcs-* fields.
+
+  [ Torsten Werner ]
+  * Remove Kalle from Uploaders list.
+  * Do no longer build the liblog4j1.2-java-gcj package.
+  * Fix typo in Description.
+
+ -- Torsten Werner <twerner at debian.org>  Fri, 23 Sep 2011 23:03:09 +0200
+
+jakarta-log4j (1.2.16-1) experimental; urgency=low
+
+  * New upstream release
+  * debian/control:
+    + Standards version is now 3.9.1 (No changes needed).
+    + Recommends: liblog4j1.2-java-gcj downgraded to Suggests
+      (Closes: #583260)
+    + Add Suggests on liblog4j1.2-java-doc
+  * Remove pom.xml.patch, changes applied upstream,
+    refresh build.xml.patch
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Fri, 14 May 2010 00:11:30 +0200
+
+jakarta-log4j (1.2.15-11) unstable; urgency=low
+
+  * Team upload.
+  * Move the patches to quilt, add a Build-Depends on quilt
+  * JMX package is built and patch from Thomas Koch has been applied
+    with changes (Closes: #503837)
+  * Use default-jdk-doc instead of classpath-doc/openjdk-6-doc
+    (Closes: #567275)
+  * Remove dependencies on all java runtimes and java-common
+    (Closes: #576737)
+  * Source format 3.0 (quilt)
+    - removed quilt as build dependency
+    - removed include patchsys-quilt.mk in d/rules 
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Mon, 05 Apr 2010 16:30:15 +0200
+
+jakarta-log4j (1.2.15-10) unstable; urgency=low
+
+  * Fixed Maven support (Closes: #571046)
+    - d/m.ignoreRules: added JMX stuff
+    - pom.xml patch : javax.jms and java.mail set as optional
+  * Standards-Version to 3.8.4
+  * debhelper compat to 7
+
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Wed, 24 Feb 2010 02:33:46 +0100
+
+jakarta-log4j (1.2.15-9) unstable; urgency=low
+
+  * Added libjboss-jmx-java to suggests:
+
+ -- Thomas Koch <thomas.koch at ymc.ch>  Thu, 14 Jan 2010 15:51:45 +0100
+
+jakarta-log4j (1.2.15-8) unstable; urgency=low
+
+  * Build with jmx support 
+
+ -- Thomas Koch <thomas.koch at ymc.ch>  Tue, 12 Jan 2010 11:02:21 +0100
+
+jakarta-log4j (1.2.15-7) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 09 Aug 2009 11:25:57 +0200
+
+jakarta-log4j (1.2.15-6) experimental; urgency=low
+
+  [ Ludovic Claude ]
+  * Add the Maven POM to the package
+  * Add a Build-Depends dependency on maven-repo-helper
+  * Move API documentation to /usr/share/doc/liblog4j1.2-java/api
+
+  [ Torsten Werner ]
+  * Fix doc-base file.
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 02 Aug 2009 21:51:13 +0200
+
+jakarta-log4j (1.2.15-5) unstable; urgency=low
+
+  * Add myself to Uploaders.
+  * Do no longer quote the full text of the Apache-2.0 license.
+  * Add missing Depends: ${misc:Depends}.
+  * Change Section: java.
+  * Update Standards-Version: 3.8.2 (no changes).
+  * Fix spelling api -> API.
+
+ -- Torsten Werner <twerner at debian.org>  Thu, 30 Jul 2009 18:24:10 +0200
+
+jakarta-log4j (1.2.15-4) unstable; urgency=low
+
+  * liblog4j-java: Depend on default-jre-headless as the preferred runtime,
+    keep the existing alternatives for now.
+
+ -- Matthias Klose <doko at debian.org>  Mon, 04 Aug 2008 23:55:26 +0200
+
+jakarta-log4j (1.2.15-3) unstable; urgency=medium
+
+  * debian/control:
+    + Use default-java-jdk in place of java-gcj-compat-dev.
+    (Closes: #477866)
+    + Switch to use Varun and Kumar's debian.org addresses.
+    + Standards version is now 3.7.3 (No changes needed).
+    + Use Vcs-Broswer and Vcs-Svn in place of XS-Vcs-*.
+  * debian/rules:
+    + Switch JAVA_HOME location to /usr/lib/jvm/default-java.
+  * debian/copright:
+    + Update to UTF-8, and add a copyright for the Apache Software
+      Foundartion.
+
+ -- Kumar Appaiah <akumar at debian.org>  Sun, 27 Apr 2008 17:35:01 +0530
+
+jakarta-log4j (1.2.15-2) unstable; urgency=low
+
+  [ Matthias Klose ]
+  * Really build the native jars, don't ship an empty package. Closes: #453941.
+
+ -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Sun, 02 Dec 2007 20:24:35 +0530
+
+jakarta-log4j (1.2.15-1) unstable; urgency=low
+
+  [ Kumar Appaiah ]
+  * New upstream release.
+  * debian/compat: bumped to 5.
+  * debian/watch: Added file.
+  * debian/control:
+    + Added Kumar Appaiah and Varun Hiremath to Uploaders.
+    + Moved all build dependencencies to Build-Depends.
+    + Depend on cdbs.
+    + Added Homepage, XS-Vcs-Svn and XS-Vcs-Browser fields.
+  * debian/liblog4j1.2-java-doc.doc-base: Specigy API doc location.
+  * debian/liblog4j1.2-java.links: Removed. Functionality in debian/rules.
+  * debian/orig-tar.sh: Added to ease repackaging.
+  * debian/README.Debian-source: Added to explain repackaging.
+  * debian/patches/01_build_fix.patch: Fix javadoc issues and compiler target versions.
+  * debian/rules:
+    + Move to cdbs.
+    + Ensure we build native jars.
+    + Ensure the generated docs are removed to prevent an FTBFS on successive builds.
+
+  [ Varun Hiremath ]
+  * Ensure upstream javadocs are removed while repackaging.
+
+ -- Varun Hiremath <varunhiremath at gmail.com>  Fri, 28 Sep 2007 15:30:56 +0530
+
+jakarta-log4j (1.2.13-5) unstable; urgency=low
+
+  * Rename source package. Closes: #308339.
+  * Updated Standard-Version to 3.7.2.
+
+ -- Michael Koch <konqueror at gmx.de>  Sun, 15 Jul 2007 15:35:02 +0200
+
+jakarta-log4j1.2 (1.2.13-4) unstable; urgency=low
+
+  * Build a liblog4j1.2-java-gcj package. Closes: #427243.
+  * Updated package descriptions.
+  * Removed Wolfgang and added myself to Uploaders.
+
+ -- Michael Koch <konqueror at gmx.de>  Sat, 30 Jun 2007 10:45:43 -0100
+
+jakarta-log4j1.2 (1.2.13-3) unstable; urgency=low
+
+  * Build using java-gcj-compat-dev (merged from Ubuntu).
+
+ -- Matthias Klose <doko at debian.org>  Fri,  8 Dec 2006 10:45:35 +0100
+
+jakarta-log4j1.2 (1.2.13-2) unstable; urgency=low
+
+  * Added binary-arch build target (noop) (closes: #395615)
+
+ -- Kalle Kivimaa <killer at debian.org>  Sat, 28 Oct 2006 08:30:00 +0300
+
+jakarta-log4j1.2 (1.2.13-1) unstable; urgency=low
+
+  * New upstream release
+  * kaffe compiler transition
+  * Remove build dependencies on libcrimson-java, libjaxp1.2-java (not needed)
+  * Build javadoc from source
+  * Updated README.Debian to what we actually build
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Wed, 18 Jan 2006 17:33:47 +0100
+
+jakarta-log4j1.2 (1.2.12-1) unstable; urgency=low
+
+  * New upstream release (closes: #328253)
+    + Apache License 2.0 - updated debian/copyright
+  * Use kaffe for building instead of jikes alone
+    Fixes the FTBS (closes: #334634)
+  * Remove useless parts from README.Debian
+  * Standards-Version 3.6.2 (no changes)
+  * Don't depend on java-common
+  * Remove outdated log4j 1.1 section from description
+  * Register manual with doc-base
+  * Add myself to uploaders
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Fri, 28 Oct 2005 21:52:06 +0200
+
+jakarta-log4j1.2 (1.2.9-1) unstable; urgency=low
+
+  * New upstream version (differs from 1.2.8 only in that some methods
+    are deprecated in preparation for 1.3)
+  * Javadocs are now retained from the upstream distribution.
+    This is just a temporary measure until gjdoc works (closes: #265746)
+  
+ -- Kalle Kivimaa <killer at debian.org>  Sat, 13 Nov 2004 16:00:00 +0200
+
+jakarta-log4j1.2 (1.2.8-7) unstable; urgency=high
+
+  * Javadocs are now correctly generated (closes: #265746)
+  
+ -- Kalle Kivimaa <killer at debian.org>  Sun, 15 Aug 2004 15:00:00 +0300
+
+jakarta-log4j1.2 (1.2.8-6) unstable; urgency=high
+
+  * rules script now correctly includes log4j.dtd (closes: #265704)
+  * Bogus libmx4j-java classes removed from jikes classpath (closes: #265710)
+  
+ -- Kalle Kivimaa <killer at debian.org>  Sat, 14 Aug 2004 18:00:00 +0300
+
+jakarta-log4j1.2 (1.2.8-5) unstable; urgency=low
+
+  * rules script was missing two removes related to bug #221236.
+  
+ -- Kalle Kivimaa <killer at debian.org>  Fri, 13 Aug 2004 12:30:00 +0300
+
+jakarta-log4j1.2 (1.2.8-4) unstable; urgency=low
+
+  * Builds from source (closes: #221236) (removed chainsaw and lf5
+    parts, these will be available in liblog4j1.2-contrib-java)
+  * Adopted the package to pkg-java-maintainers (closes: #263869)
+  
+ -- Kalle Kivimaa <killer at debian.org>  Fri, 13 Aug 2004 11:00:00 +0300
+
+jakarta-log4j1.2 (1.2.8-3) unstable; urgency=low
+
+  * Changed section from contrib to main. (closes: #237362, #230441)
+  * Modified depends to depend on java1-runtime or java2-runtime.
+  
+ -- Benoit Joly <benoit at debian.org>  Sat, 27 Mar 2004 15:42:06 -0500
+
+jakarta-log4j1.2 (1.2.8-2) unstable; urgency=low
+
+  * New description.
+
+ -- Benoit Joly <benoit at debian.org>  Wed, 23 Apr 2003 00:14:26 -0400
+
+jakarta-log4j1.2 (1.2.8-1) unstable; urgency=low
+
+  * New package for version 1.2 of the log4j API. (closes: #188708)
+
+ -- Benoit Joly <benoit at debian.org>  Thu, 10 Apr 2003 00:03:47 -0400

Deleted: tags/apache-log4j1.2/1.2.17-7/debian/control
===================================================================
--- trunk/apache-log4j1.2/debian/control	2015-11-17 16:55:35 UTC (rev 18909)
+++ tags/apache-log4j1.2/1.2.17-7/debian/control	2015-11-17 17:42:52 UTC (rev 18911)
@@ -1,55 +0,0 @@
-Source: apache-log4j1.2
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varun at debian.org>,
-           Torsten Werner <twerner at debian.org>,
-           Ludovic Claude <ludovic.claude at laposte.net>,
-           Jakub Adam <jakub.adam at ktknet.cz>,
-           Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: ant,
-               bnd,
-               cdbs,
-               debhelper (>= 9),
-               default-jdk,
-               default-jdk-doc,
-               libmail-java,
-               maven-repo-helper
-Standards-Version: 3.9.6
-Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/apache-log4j1.2
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/apache-log4j1.2
-Homepage: http://logging.apache.org/log4j/1.2/
-
-Package: liblog4j1.2-java
-Architecture: all
-Depends: ${misc:Depends}
-Suggests: libmail-java, liblog4j1.2-java-doc
-Description: Logging library for java
- log4j is a tool to help the programmer output log statements to a variety of
- output targets.
- .
- It is possible to enable logging at runtime without modifying the application
- binary. The log4j package is designed so that log statements can remain in
- shipped code without incurring a high performance cost.
- .
- One of the distinctive features of log4j is the notion of hierarchical
- loggers. Using loggers it is possible to selectively control which log
- statements are output at arbitrary granularity.
- .
- Log4j can output to: a file, a rolling file, a database with a JDBC driver,
- many output  asynchronously, a JMS Topic, a swing based logging console,
- the NT event log, /dev/null, a SMTP server (using javamail), a socket server,
- syslog, telnet daemon and stdout.
- .
- The format of the output can be defined using one of the various layout
- (or user defined layout) like: simple text, html, date, pattern defined and
- XML.
-
-Package: liblog4j1.2-java-doc
-Architecture: all
-Section: doc
-Depends: default-jdk-doc, ${misc:Depends}
-Description: Documentation for liblog4j1.2-java
- The javadoc API documentation for the logging library
- from the Apache Jakarta project. The documentation is
- for the version 1.2 of the log4j API.

Copied: tags/apache-log4j1.2/1.2.17-7/debian/control (from rev 18910, trunk/apache-log4j1.2/debian/control)
===================================================================
--- tags/apache-log4j1.2/1.2.17-7/debian/control	                        (rev 0)
+++ tags/apache-log4j1.2/1.2.17-7/debian/control	2015-11-17 17:42:52 UTC (rev 18911)
@@ -0,0 +1,55 @@
+Source: apache-log4j1.2
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Varun Hiremath <varun at debian.org>,
+           Torsten Werner <twerner at debian.org>,
+           Ludovic Claude <ludovic.claude at laposte.net>,
+           Jakub Adam <jakub.adam at ktknet.cz>,
+           Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: ant,
+               bnd (>= 2.1.0),
+               cdbs,
+               debhelper (>= 9),
+               default-jdk,
+               default-jdk-doc,
+               libmail-java,
+               maven-repo-helper
+Standards-Version: 3.9.6
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/apache-log4j1.2
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/apache-log4j1.2
+Homepage: http://logging.apache.org/log4j/1.2/
+
+Package: liblog4j1.2-java
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: libmail-java, liblog4j1.2-java-doc
+Description: Logging library for java
+ log4j is a tool to help the programmer output log statements to a variety of
+ output targets.
+ .
+ It is possible to enable logging at runtime without modifying the application
+ binary. The log4j package is designed so that log statements can remain in
+ shipped code without incurring a high performance cost.
+ .
+ One of the distinctive features of log4j is the notion of hierarchical
+ loggers. Using loggers it is possible to selectively control which log
+ statements are output at arbitrary granularity.
+ .
+ Log4j can output to: a file, a rolling file, a database with a JDBC driver,
+ many output  asynchronously, a JMS Topic, a swing based logging console,
+ the NT event log, /dev/null, a SMTP server (using javamail), a socket server,
+ syslog, telnet daemon and stdout.
+ .
+ The format of the output can be defined using one of the various layout
+ (or user defined layout) like: simple text, html, date, pattern defined and
+ XML.
+
+Package: liblog4j1.2-java-doc
+Architecture: all
+Section: doc
+Depends: default-jdk-doc, ${misc:Depends}
+Description: Documentation for liblog4j1.2-java
+ The javadoc API documentation for the logging library
+ from the Apache Jakarta project. The documentation is
+ for the version 1.2 of the log4j API.

Deleted: tags/apache-log4j1.2/1.2.17-7/debian/liblog4j1.2-java-doc.doc-base
===================================================================
--- trunk/apache-log4j1.2/debian/liblog4j1.2-java-doc.doc-base	2015-11-17 16:55:35 UTC (rev 18909)
+++ tags/apache-log4j1.2/1.2.17-7/debian/liblog4j1.2-java-doc.doc-base	2015-11-17 17:42:52 UTC (rev 18911)
@@ -1,10 +0,0 @@
-Document: liblog4j1.2-java-doc
-Title: Documenation for log4j 1.2
-Author: The Apache log4j team
-Abstract: This is the documentation for log4j, a logging library 
- for java. The documentation includes the javadoc API.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/liblog4j1.2-java/api/index.html
-Files: /usr/share/doc/liblog4j1.2-java/api/*.html

Copied: tags/apache-log4j1.2/1.2.17-7/debian/liblog4j1.2-java-doc.doc-base (from rev 18910, trunk/apache-log4j1.2/debian/liblog4j1.2-java-doc.doc-base)
===================================================================
--- tags/apache-log4j1.2/1.2.17-7/debian/liblog4j1.2-java-doc.doc-base	                        (rev 0)
+++ tags/apache-log4j1.2/1.2.17-7/debian/liblog4j1.2-java-doc.doc-base	2015-11-17 17:42:52 UTC (rev 18911)
@@ -0,0 +1,10 @@
+Document: liblog4j1.2-java-doc
+Title: Documenation for log4j 1.2
+Author: The Apache log4j team
+Abstract: This is the documentation for log4j, a logging library
+ for java. The documentation includes the javadoc API.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/liblog4j1.2-java/api/index.html
+Files: /usr/share/doc/liblog4j1.2-java/api/*.html

Deleted: tags/apache-log4j1.2/1.2.17-7/debian/rules
===================================================================
--- trunk/apache-log4j1.2/debian/rules	2015-11-17 16:55:35 UTC (rev 18909)
+++ tags/apache-log4j1.2/1.2.17-7/debian/rules	2015-11-17 17:42:52 UTC (rev 18911)
@@ -1,37 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-PACKAGE   := $(DEB_SOURCE_PACKAGE)
-VERSION   := $(DEB_UPSTREAM_VERSION)
-JAVA_HOME := /usr/lib/jvm/default-java
-ANT_HOME  := /usr/share/ant
-DEB_JARS  := javax.mail
-DEB_ANT_BUILD_TARGET := jar javadoc
-DEB_ANT_ARGS := -Dversion=$(VERSION)
-
-clean::
-	-$(RM) -r docs
-	-rm -rf debian/tmp
-	rm -Rf debian/liblog4j-1.2-java-doc/*
-	rm -Rf debian/log4j-${VERSION}.bar
-	mh_clean
-
-common-build-indep::
-	cat debian/log4j.bnd | sed s/VERSION/$(VERSION)/ > debian/.log4j-versioned.bnd
-	java -jar /usr/share/java/bnd.jar wrap -properties debian/.log4j-versioned.bnd dist/lib/log4j-$(VERSION).jar
-	java -jar /usr/share/java/bnd.jar wrap -properties debian/.log4j-versioned.bnd \
-		-classpath /usr/share/java/javax.mail.jar \
-		-output log4j.jar dist/lib/log4j-$(VERSION).jar
-	rm debian/.log4j-versioned.bnd dist/lib/log4j-$(VERSION).jar
-	mv log4j.jar dist/lib/log4j-$(VERSION).jar
-	cp pom.xml dist/lib/log4j.javadoc.pom
-	jar cvf dist/lib/log4j.javadoc.jar -C docs/api/ .
-
-install/liblog4j1.2-java::
-	$(RM) dist/lib/log4j-*-sources.jar
-	mh_install
-
-get-orig-source:
-	-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download

Copied: tags/apache-log4j1.2/1.2.17-7/debian/rules (from rev 18910, trunk/apache-log4j1.2/debian/rules)
===================================================================
--- tags/apache-log4j1.2/1.2.17-7/debian/rules	                        (rev 0)
+++ tags/apache-log4j1.2/1.2.17-7/debian/rules	2015-11-17 17:42:52 UTC (rev 18911)
@@ -0,0 +1,37 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+PACKAGE   := $(DEB_SOURCE_PACKAGE)
+VERSION   := $(DEB_UPSTREAM_VERSION)
+JAVA_HOME := /usr/lib/jvm/default-java
+ANT_HOME  := /usr/share/ant
+DEB_JARS  := javax.mail
+DEB_ANT_BUILD_TARGET := jar javadoc
+DEB_ANT_ARGS := -Dversion=$(VERSION)
+
+clean::
+	-$(RM) -r docs
+	-rm -rf debian/tmp
+	rm -Rf debian/liblog4j-1.2-java-doc/*
+	rm -Rf debian/log4j-${VERSION}.bar
+	mh_clean
+
+common-build-indep::
+	cat debian/log4j.bnd | sed s/VERSION/$(VERSION)/ > debian/.log4j-versioned.bnd
+	java -jar /usr/share/java/bnd.jar wrap --properties debian/.log4j-versioned.bnd dist/lib/log4j-$(VERSION).jar
+	java -jar /usr/share/java/bnd.jar wrap --properties debian/.log4j-versioned.bnd \
+		--classpath /usr/share/java/javax.mail.jar \
+		--output log4j.jar dist/lib/log4j-$(VERSION).jar
+	rm debian/.log4j-versioned.bnd dist/lib/log4j-$(VERSION).jar
+	mv log4j.jar dist/lib/log4j-$(VERSION).jar
+	cp pom.xml dist/lib/log4j.javadoc.pom
+	jar cvf dist/lib/log4j.javadoc.jar -C docs/api/ .
+
+install/liblog4j1.2-java::
+	$(RM) dist/lib/log4j-*-sources.jar
+	mh_install
+
+get-orig-source:
+	-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download




More information about the pkg-java-commits mailing list