[pkg-java] r15021 - in tags/excalibur-logkit: . 2.0-8/debian

Torsten Werner twerner at alioth.debian.org
Sat Sep 24 21:34:54 UTC 2011


Author: twerner
Date: 2011-09-24 21:34:53 +0000 (Sat, 24 Sep 2011)
New Revision: 15021

Added:
   tags/excalibur-logkit/2.0-8/
   tags/excalibur-logkit/2.0-8/debian/changelog
   tags/excalibur-logkit/2.0-8/debian/control
Removed:
   tags/excalibur-logkit/2.0-8/debian/changelog
   tags/excalibur-logkit/2.0-8/debian/control
Log:
[svn-buildpackage] Tagging excalibur-logkit 2.0-8

Deleted: tags/excalibur-logkit/2.0-8/debian/changelog
===================================================================
--- trunk/excalibur-logkit/debian/changelog	2011-09-23 21:12:47 UTC (rev 15019)
+++ tags/excalibur-logkit/2.0-8/debian/changelog	2011-09-24 21:34:53 UTC (rev 15021)
@@ -1,89 +0,0 @@
-excalibur-logkit (2.0-7) unstable; urgency=low
-
-  * Team upload.
-  * Add a compatibility symlink excalibur-logkit.jar.
-
- -- Torsten Werner <twerner at debian.org>  Fri, 16 Sep 2011 23:58:48 +0200
-
-excalibur-logkit (2.0-6) unstable; urgency=low
-
-  * Team upload.
-  * Add pom.xml and use maven-repo-helper for installation.
-
- -- Torsten Werner <twerner at debian.org>  Thu, 15 Sep 2011 11:48:44 +0200
-
-excalibur-logkit (2.0-5) unstable; urgency=low
-
-  * Use libgeronimo-jms-1.1-spec-java instead of libjboss-j2ee-java as build
-    dependency.
-  * Use javahelper to install files and set classpath/dependencies.
-  * Add -doc package containing API documentation.
-  * Add DEP-3 headers to all patches.
-  * Update standards version to 3.9.2.
-
- -- Onkar Shinde <onkarshinde at ubuntu.com>  Sun, 29 May 2011 09:36:55 +0530
-
-excalibur-logkit (2.0-4) unstable; urgency=low
-
-  * Servlet 2.5 transition: Also runtime-depend on libservlet2.5-java
-
- -- Thierry Carrez <thierry.carrez at ubuntu.com>  Tue, 08 Jun 2010 17:39:05 +0200
-
-excalibur-logkit (2.0-3) unstable; urgency=low
-
-  * Team upload.
-  * Switch to servlet API 2.5.
-  * Switch to source format 3.0.
-  * Update Standards-Version: 3.8.4.
-
- -- Torsten Werner <twerner at debian.org>  Mon, 03 May 2010 20:23:36 +0200
-
-excalibur-logkit (2.0-2) unstable; urgency=low
-
-  * Remove libgeronimo-jms-1.1-spec-java from build dependencies.
-    The package does not exist in Debian archive. (Closes: #549838)
-
- -- Onkar Shinde <onkarshinde at ubuntu.com>  Wed, 07 Oct 2009 19:14:59 +0530
-
-excalibur-logkit (2.0-1) unstable; urgency=low
-
-  * Merge from Ubuntu. (Closes: #541111)
-  * debian/control
-    - Set maintainer to Debian Java Maintainers. Add myself as uploader.
-    - Add alternate build and runtime dependency on libjboss-j2ee-java as the
-      geronimo package is not present in Debian yet.
-    - Add Vcs-* fields.
-  * debian/rules
-    - Add jboss-j2ee to DEB_JARS.
-  * debian/patches/04_disable_unit_test.patch
-    - Disable a unit test that fails randomly.
-
- -- Onkar Shinde <onkarshinde at ubuntu.com>  Wed, 12 Aug 2009 00:34:29 +0530
-
-excalibur-logkit (2.0-0ubuntu3) karmic; urgency=low
-
-  * debian/copyright
-    - Add separate 'License' section as same license applies to all the files. 
-
- -- Onkar Shinde <onkarshinde at ubuntu.com>  Tue, 21 Jul 2009 14:45:25 +0530
-
-excalibur-logkit (2.0-0ubuntu2) karmic; urgency=low
-
-  * debian/patches
-    - 03_add_constructor.patch
-      * Add construtor, taken from upstream svn, to SMTPOutputLogTarget.java.
-        Needed by excalibur-logger.
-
- -- Onkar Shinde <onkarshinde at ubuntu.com>  Thu, 16 Jul 2009 01:23:53 +0530
-
-excalibur-logkit (2.0-0ubuntu1) karmic; urgency=low
-
-  * Initial release.
-  * debian/patches
-    - 01_implement_abstract_methods.patch
-      * Implement methods 'unwrap', 'isWrapperFor', throw
-        UnsupportedOperationException.
-    - 02_fix_build_xml.patch
-      * Fix two problems in build.xml.
-
- -- Onkar Shinde <onkarshinde at ubuntu.com>  Fri, 10 Jul 2009 02:31:21 +0530

Copied: tags/excalibur-logkit/2.0-8/debian/changelog (from rev 15020, trunk/excalibur-logkit/debian/changelog)
===================================================================
--- tags/excalibur-logkit/2.0-8/debian/changelog	                        (rev 0)
+++ tags/excalibur-logkit/2.0-8/debian/changelog	2011-09-24 21:34:53 UTC (rev 15021)
@@ -0,0 +1,97 @@
+excalibur-logkit (2.0-8) unstable; urgency=low
+
+  * Team upload.
+  * Add Conflicts and Provides for liblogkit-java to support upgrades from
+    oldstable. (Closes: #642742)
+
+ -- Torsten Werner <twerner at debian.org>  Sat, 24 Sep 2011 23:29:22 +0200
+
+excalibur-logkit (2.0-7) unstable; urgency=low
+
+  * Team upload.
+  * Add a compatibility symlink excalibur-logkit.jar.
+
+ -- Torsten Werner <twerner at debian.org>  Fri, 16 Sep 2011 23:58:48 +0200
+
+excalibur-logkit (2.0-6) unstable; urgency=low
+
+  * Team upload.
+  * Add pom.xml and use maven-repo-helper for installation.
+
+ -- Torsten Werner <twerner at debian.org>  Thu, 15 Sep 2011 11:48:44 +0200
+
+excalibur-logkit (2.0-5) unstable; urgency=low
+
+  * Use libgeronimo-jms-1.1-spec-java instead of libjboss-j2ee-java as build
+    dependency.
+  * Use javahelper to install files and set classpath/dependencies.
+  * Add -doc package containing API documentation.
+  * Add DEP-3 headers to all patches.
+  * Update standards version to 3.9.2.
+
+ -- Onkar Shinde <onkarshinde at ubuntu.com>  Sun, 29 May 2011 09:36:55 +0530
+
+excalibur-logkit (2.0-4) unstable; urgency=low
+
+  * Servlet 2.5 transition: Also runtime-depend on libservlet2.5-java
+
+ -- Thierry Carrez <thierry.carrez at ubuntu.com>  Tue, 08 Jun 2010 17:39:05 +0200
+
+excalibur-logkit (2.0-3) unstable; urgency=low
+
+  * Team upload.
+  * Switch to servlet API 2.5.
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.8.4.
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 03 May 2010 20:23:36 +0200
+
+excalibur-logkit (2.0-2) unstable; urgency=low
+
+  * Remove libgeronimo-jms-1.1-spec-java from build dependencies.
+    The package does not exist in Debian archive. (Closes: #549838)
+
+ -- Onkar Shinde <onkarshinde at ubuntu.com>  Wed, 07 Oct 2009 19:14:59 +0530
+
+excalibur-logkit (2.0-1) unstable; urgency=low
+
+  * Merge from Ubuntu. (Closes: #541111)
+  * debian/control
+    - Set maintainer to Debian Java Maintainers. Add myself as uploader.
+    - Add alternate build and runtime dependency on libjboss-j2ee-java as the
+      geronimo package is not present in Debian yet.
+    - Add Vcs-* fields.
+  * debian/rules
+    - Add jboss-j2ee to DEB_JARS.
+  * debian/patches/04_disable_unit_test.patch
+    - Disable a unit test that fails randomly.
+
+ -- Onkar Shinde <onkarshinde at ubuntu.com>  Wed, 12 Aug 2009 00:34:29 +0530
+
+excalibur-logkit (2.0-0ubuntu3) karmic; urgency=low
+
+  * debian/copyright
+    - Add separate 'License' section as same license applies to all the files. 
+
+ -- Onkar Shinde <onkarshinde at ubuntu.com>  Tue, 21 Jul 2009 14:45:25 +0530
+
+excalibur-logkit (2.0-0ubuntu2) karmic; urgency=low
+
+  * debian/patches
+    - 03_add_constructor.patch
+      * Add construtor, taken from upstream svn, to SMTPOutputLogTarget.java.
+        Needed by excalibur-logger.
+
+ -- Onkar Shinde <onkarshinde at ubuntu.com>  Thu, 16 Jul 2009 01:23:53 +0530
+
+excalibur-logkit (2.0-0ubuntu1) karmic; urgency=low
+
+  * Initial release.
+  * debian/patches
+    - 01_implement_abstract_methods.patch
+      * Implement methods 'unwrap', 'isWrapperFor', throw
+        UnsupportedOperationException.
+    - 02_fix_build_xml.patch
+      * Fix two problems in build.xml.
+
+ -- Onkar Shinde <onkarshinde at ubuntu.com>  Fri, 10 Jul 2009 02:31:21 +0530

Deleted: tags/excalibur-logkit/2.0-8/debian/control
===================================================================
--- trunk/excalibur-logkit/debian/control	2011-09-23 21:12:47 UTC (rev 15019)
+++ tags/excalibur-logkit/2.0-8/debian/control	2011-09-24 21:34:53 UTC (rev 15021)
@@ -1,33 +0,0 @@
-Source: excalibur-logkit
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>
-Build-Depends: debhelper (>=5), cdbs, javahelper, ant
-Build-Depends-Indep: default-jdk, default-jdk-doc, ant-optional, junit, libgeronimo-jms-1.1-spec-java, libgnumail-java, liblog4j1.2-java, libservlet2.5-java, libgnumail-java-doc, liblog4j1.2-java-doc, libservlet2.5-java-doc, maven-repo-helper
-Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/excalibur-logkit/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/excalibur-logkit/
-Homepage: http://excalibur.apache.org/
-
-Package: libexcalibur-logkit-java
-Architecture: all
-Depends: ${misc:Depends}, ${java:Depends}
-Description: Lightweight and fast designed logging toolkit for Java
- Excalibur Logkit (previously avalon logkit) is a lightweight, fast, securely
- designed logging toolkit. It is designed to integrate into existing
- applications. Logkit is more lightweight than Log4j.
- .
- This package contains the library jar.
-
-Package: libexcalibur-logkit-java-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Recommends: ${java:Recommends}
-Description: Lightweight and fast designed logging toolkit for Java (API docs)
- Excalibur Logkit (previously avalon logkit) is a lightweight, fast, securely
- designed logging toolkit. It is designed to integrate into existing
- applications. Logkit is more lightweight than Log4j.
- .
- This package contains the API documentation.

Copied: tags/excalibur-logkit/2.0-8/debian/control (from rev 15020, trunk/excalibur-logkit/debian/control)
===================================================================
--- tags/excalibur-logkit/2.0-8/debian/control	                        (rev 0)
+++ tags/excalibur-logkit/2.0-8/debian/control	2011-09-24 21:34:53 UTC (rev 15021)
@@ -0,0 +1,35 @@
+Source: excalibur-logkit
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>
+Build-Depends: debhelper (>=5), cdbs, javahelper, ant
+Build-Depends-Indep: default-jdk, default-jdk-doc, ant-optional, junit, libgeronimo-jms-1.1-spec-java, libgnumail-java, liblog4j1.2-java, libservlet2.5-java, libgnumail-java-doc, liblog4j1.2-java-doc, libservlet2.5-java-doc, maven-repo-helper
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/excalibur-logkit/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/excalibur-logkit/
+Homepage: http://excalibur.apache.org/
+
+Package: libexcalibur-logkit-java
+Architecture: all
+Depends: ${misc:Depends}, ${java:Depends}
+Conflicts: liblogkit-java
+Replaces: liblogkit-java
+Description: Lightweight and fast designed logging toolkit for Java
+ Excalibur Logkit (previously avalon logkit) is a lightweight, fast, securely
+ designed logging toolkit. It is designed to integrate into existing
+ applications. Logkit is more lightweight than Log4j.
+ .
+ This package contains the library jar.
+
+Package: libexcalibur-logkit-java-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: Lightweight and fast designed logging toolkit for Java (API docs)
+ Excalibur Logkit (previously avalon logkit) is a lightweight, fast, securely
+ designed logging toolkit. It is designed to integrate into existing
+ applications. Logkit is more lightweight than Log4j.
+ .
+ This package contains the API documentation.




More information about the pkg-java-commits mailing list