[pkg-java] r16703 - in tags/libcommons-compress-java: . 1.5-1/debian
Tony Mancill
tmancill at alioth.debian.org
Tue May 21 01:46:50 UTC 2013
Author: tmancill
Date: 2013-05-21 01:46:50 +0000 (Tue, 21 May 2013)
New Revision: 16703
Added:
tags/libcommons-compress-java/1.5-1/
tags/libcommons-compress-java/1.5-1/debian/changelog
Removed:
tags/libcommons-compress-java/1.5-1/debian/changelog
Log:
[svn-buildpackage] Tagging libcommons-compress-java 1.5-1
Deleted: tags/libcommons-compress-java/1.5-1/debian/changelog
===================================================================
--- trunk/libcommons-compress-java/debian/changelog 2013-05-20 13:41:04 UTC (rev 16701)
+++ tags/libcommons-compress-java/1.5-1/debian/changelog 2013-05-21 01:46:50 UTC (rev 16703)
@@ -1,82 +0,0 @@
-libcommons-compress-java (1.5-1~exp1) experimental; urgency=low
-
- * New upstream release.
- * Add Emmanuel Bourg to Uploaders.
- * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
- * Update to the package description (Closes: #682169).
-
- [ Jakub Adam ]
- * Add xz.jar to manifest Class-Path.
- - fixes lintian-reported warning missing-classpath.
- * Ensure backwards compatible bytecode is built (Closes: #688118).
- * Add OSGi metadata into jar manifest.
- * Add Jakub Adam to Uploaders.
-
- -- Emmanuel Bourg <ebourg at apache.org> Tue, 26 Mar 2013 19:42:09 +0100
-
-libcommons-compress-java (1.4.1-2) unstable; urgency=low
-
- * Team upload.
-
- [ Miguel Landaeta ]
- * Promote dependency on libxz-java from Suggests to Depends.
- (Closes: #680874)
-
- [ Tony Mancill ]
- * Correct broken Vcs-Svn URL.
-
- -- Miguel Landaeta <miguel at miguel.cc> Sun, 08 Jul 2012 15:59:26 -0430
-
-libcommons-compress-java (1.4.1-1) unstable; urgency=medium
-
- * Team upload.
- * New upstream release. CVE-2012-2098 is fixed. (Closes: #674448).
- * Replace B-D on junit with junit4.
- * Add B-D on libxz-java.
- * Fix clean target to allow twice in a row builds.
-
- -- Miguel Landaeta <miguel at miguel.cc> Sun, 17 Jun 2012 18:08:36 -0430
-
-libcommons-compress-java (1.2-2) unstable; urgency=low
-
- * Team upload.
-
- [ James Page ]
- * Enablement of JUnit test suite (LP: #876413) (Closes: 646090):
- - d/build.xml: Provide targets to compile and execute test suite.
- - d/control: Add B-D's on junit and ant-optional to support testing.
- - d/rules: Add ant-junit and junit to DEB_JARS for testing.
- * d/copyright: Updated for revised field names.
-
- [ Damien Raude-Morvan ]
- * d/control: Bumped Standards-Version: 3.9.3, no changes.
-
- -- Damien Raude-Morvan <drazzib at debian.org> Wed, 30 May 2012 01:26:41 +0200
-
-libcommons-compress-java (1.2-1) unstable; urgency=low
-
- * New upstream release
- * Clean up Depends and Suggests fields.
- * Switch to source format 3.0.
-
- -- Torsten Werner <twerner at debian.org> Sun, 07 Aug 2011 01:56:15 +0200
-
-libcommons-compress-java (1.0-1) unstable; urgency=low
-
- * First upstream release (Closes: #542603)
- * Update old sandbox URLs.
- * Convert debian/copyright to dep5 format and change license of debian/* to
- Apache-2.0.
- * Update get-orig-source target in debian/rules.
- * Switch to default-jdk.
- * Change Section: java.
- * Update Standards-Version: 3.8.3.
- * Use maven-repo-helper to start transition to Maven.
-
- -- Torsten Werner <twerner at debian.org> Sun, 20 Sep 2009 11:16:42 +0200
-
-libcommons-compress-java (0~svn604876-1) unstable; urgency=low
-
- * Initial release (Closes: #456662)
-
- -- Torsten Werner <twerner at debian.org> Mon, 17 Dec 2007 15:17:09 +0100
Copied: tags/libcommons-compress-java/1.5-1/debian/changelog (from rev 16702, trunk/libcommons-compress-java/debian/changelog)
===================================================================
--- tags/libcommons-compress-java/1.5-1/debian/changelog (rev 0)
+++ tags/libcommons-compress-java/1.5-1/debian/changelog 2013-05-21 01:46:50 UTC (rev 16703)
@@ -0,0 +1,89 @@
+libcommons-compress-java (1.5-1) unstable; urgency=low
+
+ * Team upload.
+ * Upload to unstable.
+
+ -- tony mancill <tmancill at debian.org> Fri, 17 May 2013 07:53:06 -0700
+
+libcommons-compress-java (1.5-1~exp1) experimental; urgency=low
+
+ * New upstream release.
+ * Add Emmanuel Bourg to Uploaders.
+ * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
+ * Update to the package description (Closes: #682169).
+
+ [ Jakub Adam ]
+ * Add xz.jar to manifest Class-Path.
+ - fixes lintian-reported warning missing-classpath.
+ * Ensure backwards compatible bytecode is built (Closes: #688118).
+ * Add OSGi metadata into jar manifest.
+ * Add Jakub Adam to Uploaders.
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 26 Mar 2013 19:42:09 +0100
+
+libcommons-compress-java (1.4.1-2) unstable; urgency=low
+
+ * Team upload.
+
+ [ Miguel Landaeta ]
+ * Promote dependency on libxz-java from Suggests to Depends.
+ (Closes: #680874)
+
+ [ Tony Mancill ]
+ * Correct broken Vcs-Svn URL.
+
+ -- Miguel Landaeta <miguel at miguel.cc> Sun, 08 Jul 2012 15:59:26 -0430
+
+libcommons-compress-java (1.4.1-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release. CVE-2012-2098 is fixed. (Closes: #674448).
+ * Replace B-D on junit with junit4.
+ * Add B-D on libxz-java.
+ * Fix clean target to allow twice in a row builds.
+
+ -- Miguel Landaeta <miguel at miguel.cc> Sun, 17 Jun 2012 18:08:36 -0430
+
+libcommons-compress-java (1.2-2) unstable; urgency=low
+
+ * Team upload.
+
+ [ James Page ]
+ * Enablement of JUnit test suite (LP: #876413) (Closes: 646090):
+ - d/build.xml: Provide targets to compile and execute test suite.
+ - d/control: Add B-D's on junit and ant-optional to support testing.
+ - d/rules: Add ant-junit and junit to DEB_JARS for testing.
+ * d/copyright: Updated for revised field names.
+
+ [ Damien Raude-Morvan ]
+ * d/control: Bumped Standards-Version: 3.9.3, no changes.
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Wed, 30 May 2012 01:26:41 +0200
+
+libcommons-compress-java (1.2-1) unstable; urgency=low
+
+ * New upstream release
+ * Clean up Depends and Suggests fields.
+ * Switch to source format 3.0.
+
+ -- Torsten Werner <twerner at debian.org> Sun, 07 Aug 2011 01:56:15 +0200
+
+libcommons-compress-java (1.0-1) unstable; urgency=low
+
+ * First upstream release (Closes: #542603)
+ * Update old sandbox URLs.
+ * Convert debian/copyright to dep5 format and change license of debian/* to
+ Apache-2.0.
+ * Update get-orig-source target in debian/rules.
+ * Switch to default-jdk.
+ * Change Section: java.
+ * Update Standards-Version: 3.8.3.
+ * Use maven-repo-helper to start transition to Maven.
+
+ -- Torsten Werner <twerner at debian.org> Sun, 20 Sep 2009 11:16:42 +0200
+
+libcommons-compress-java (0~svn604876-1) unstable; urgency=low
+
+ * Initial release (Closes: #456662)
+
+ -- Torsten Werner <twerner at debian.org> Mon, 17 Dec 2007 15:17:09 +0100
More information about the pkg-java-commits
mailing list