[pkg-java] r17648 - in tags/libcommons-codec-java: . 1.9-1/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jan 7 00:07:38 UTC 2014
Author: ebourg-guest
Date: 2014-01-07 00:07:38 +0000 (Tue, 07 Jan 2014)
New Revision: 17648
Added:
tags/libcommons-codec-java/1.9-1/
tags/libcommons-codec-java/1.9-1/debian/MANIFEST.MF
tags/libcommons-codec-java/1.9-1/debian/changelog
tags/libcommons-codec-java/1.9-1/debian/compat
tags/libcommons-codec-java/1.9-1/debian/control
Removed:
tags/libcommons-codec-java/1.9-1/debian/MANIFEST.MF
tags/libcommons-codec-java/1.9-1/debian/changelog
tags/libcommons-codec-java/1.9-1/debian/compat
tags/libcommons-codec-java/1.9-1/debian/control
Log:
[svn-buildpackage] Tagging libcommons-codec-java 1.9-1
Deleted: tags/libcommons-codec-java/1.9-1/debian/MANIFEST.MF
===================================================================
--- trunk/libcommons-codec-java/debian/MANIFEST.MF 2014-01-06 22:46:20 UTC (rev 17642)
+++ tags/libcommons-codec-java/1.9-1/debian/MANIFEST.MF 2014-01-07 00:07:38 UTC (rev 17648)
@@ -1,16 +0,0 @@
-Export-Package: org.apache.commons.codec;version="1.8",org.apache.comm
- ons.codec.net;version="1.8",org.apache.commons.codec.language.bm;vers
- ion="1.8",org.apache.commons.codec.language;version="1.8",org.apache.
- commons.codec.digest;version="1.8",org.apache.commons.codec.binary;ve
- rsion="1.8"
-Bundle-Name: Commons Codec
-Bundle-Vendor: The Apache Software Foundation
-Bundle-Version: 1.8.0
-Bundle-ManifestVersion: 2
-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
-Bundle-Description: The codec package contains simple encoder and deco
- ders for various formats such as Base64 and Hexadecimal. In addi
- tion to these widely used encoders and decoders, the codec packag
- e also maintains a collection of phonetic encoding utilities.
-Bundle-SymbolicName: org.apache.commons.codec
-Bundle-DocURL: http://commons.apache.org/codec/
Copied: tags/libcommons-codec-java/1.9-1/debian/MANIFEST.MF (from rev 17646, trunk/libcommons-codec-java/debian/MANIFEST.MF)
===================================================================
--- tags/libcommons-codec-java/1.9-1/debian/MANIFEST.MF (rev 0)
+++ tags/libcommons-codec-java/1.9-1/debian/MANIFEST.MF 2014-01-07 00:07:38 UTC (rev 17648)
@@ -0,0 +1,16 @@
+Export-Package: org.apache.commons.codec;version="1.9",org.apache.comm
+ ons.codec.net;version="1.9",org.apache.commons.codec.language.bm;vers
+ ion="1.9",org.apache.commons.codec.language;version="1.9",org.apache.
+ commons.codec.digest;version="1.9",org.apache.commons.codec.binary;ve
+ rsion="1.9"
+Bundle-Name: Commons Codec
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 1.9.0
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: The codec package contains simple encoder and deco
+ ders for various formats such as Base64 and Hexadecimal. In addi
+ tion to these widely used encoders and decoders, the codec packag
+ e also maintains a collection of phonetic encoding utilities.
+Bundle-SymbolicName: org.apache.commons.codec
+Bundle-DocURL: http://commons.apache.org/codec/
Deleted: tags/libcommons-codec-java/1.9-1/debian/changelog
===================================================================
--- trunk/libcommons-codec-java/debian/changelog 2014-01-06 22:46:20 UTC (rev 17642)
+++ tags/libcommons-codec-java/1.9-1/debian/changelog 2014-01-07 00:07:38 UTC (rev 17648)
@@ -1,167 +0,0 @@
-libcommons-codec-java (1.8-1) unstable; urgency=low
-
- * Team upload.
- * New upstream release
- * Refreshed the patches and the OSGi metadata
-
- -- Emmanuel Bourg <ebourg at apache.org> Sun, 28 Apr 2013 22:20:29 +0200
-
-libcommons-codec-java (1.7-1) unstable; urgency=low
-
- * Team upload
- * New upstream release (Closes: #694463).
- * Remove the deprecated DMUA flag
- * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
- * Removed the -SNAPSHOT suffix from the version specified in the manifest
-
- -- Emmanuel Bourg <ebourg at apache.org> Wed, 27 Mar 2013 06:50:46 +0100
-
-libcommons-codec-java (1.6-1) unstable; urgency=low
-
- [ James Page ]
- * New upstream release:
- - d/patches/javac_encoding.diff: Dropped - accepted upstream.
- - d/control,rules,maven.rules: Switch to using junit4 inline with upstream.
- - Refreshed remaining patch.
- * d/control: Bumped Standards-Version to 3.9.3:
- - d/copyright: Tidied lintian warnings and referenced released version
- of DEP-5.
- * Added myself to uploaders.
-
- [ Damien Raude-Morvan ]
- * Set DMUA flag for James Page.
- * d/ant.properties: Use includeantruntime=true to allow javac ant task to
- get junit4 into classpath.
-
- -- James Page <james.page at ubuntu.com> Thu, 24 May 2012 16:19:05 +0100
-
-libcommons-codec-java (1.5-1) unstable; urgency=low
-
- * New upstream release.
- * Remove Arnaud Vandyck from Uploaders. Thanks!
- * Fix debian/MANIFEST.MF: don't Import-Package on itself.
- * Switch to 3.0 (quilt) source format:
- - d/control: Drop B-D on quilt.
- - d/README.source: Drop file.
- - d/rules: Remove patchsys-quilt.mk usage.
- * d/control: Drop needless-dependency-on-jre since its a library package.
- * d/control: Bump Standards-Version to 3.9.2 (no changes needed).
- * Bump to debhelper 7 compat level.
- * d/rules: Use mh_clean in clean target.
- * d/patches/javac_encoding.diff: New patch to force javac encoding to UTF-8.
- * d/copyright: Update and format using DEP-5.
-
- -- Damien Raude-Morvan <drazzib at debian.org> Fri, 15 Apr 2011 20:25:31 +0200
-
-libcommons-codec-java (1.4-2) unstable; urgency=low
-
- * Update my email address
- * Use quilt as patch system
- - Build-Depends on quilt
- - Add debian/README.source
- - Use CDBS patchsys-quilt.mk
- * Add debian/MANIFEST.MF for OSGi metadata (Closes: #558179)
- * New debian/patches/manifest.diff to include OSGi in JAR
-
- -- Damien Raude-Morvan <drazzib at debian.org> Sun, 29 Nov 2009 01:06:40 +0100
-
-libcommons-codec-java (1.4-1) unstable; urgency=low
-
- * New upstream release.
- - Remove build.patch: Merged upstream
- * No more patches: Remove Build-Depends on quilt and debian/README.source
- * Use Maven POM from upstream instead of debian/pom.xml
- * Bump Standards-Version to 3.8.3 (no changes needed)
-
- -- Damien Raude-Morvan <drazzib at drazzib.com> Sat, 22 Aug 2009 13:32:58 +0200
-
-libcommons-codec-java (1.3-8) unstable; urgency=low
-
- * Upload to unstable.
-
- -- Torsten Werner <twerner at debian.org> Sun, 09 Aug 2009 11:57:29 +0200
-
-libcommons-codec-java (1.3-7) experimental; urgency=low
-
- [ Ludovic Claude ]
- * Fix version for junit in the maven POM dependencies
- * Move api documentation to /usr/share/doc/libcommons-codec-java/api
- * Add a quilt patch to ignore the LICENSE file not included in the
- source tarball, replace all previous simple patches by quilt
-
- [ Damien Raude-Morvan ]
- * Build-Depends on default-jdk instead of default-jdk-builddep
- because we don't build a native GCJ package.
-
- [ Torsten Werner ]
- * Add myself to Uploaders.
- * Don't install API documentation into both binary packages.
- * Don't install extra license file.
-
- -- Torsten Werner <twerner at debian.org> Mon, 03 Aug 2009 21:22:02 +0200
-
-libcommons-codec-java (1.3-6) experimental; urgency=low
-
- * Add the Maven POM to the package
- * Add a Build-Depends-Indep dependency on maven-repo-helper
- * Use mh_installpom and mh_installjar to install the POM and the jar to the
- Maven repository
-
- -- Ludovic Claude <ludovic.claude at laposte.net> Thu, 09 Jul 2009 18:14:44 +0100
-
-libcommons-codec-java (1.3-5) unstable; urgency=low
-
- [ Emmanuel Bourg ]
- * Update of the URLs
- * Rename Jakarta Commons to Apache Commons
-
- [ Damien Raude-Morvan ]
- * Apply patch from Chris Cheney <ccheney at debian.org> (Closes: #508967)
- - Use default-jdk-builddep in Build-Depends
- - /usr/lib/jvm/default-java as JAVA_HOME
- - Add ${misc:Depends} in Depends
- * Add myself to Uploaders
- * Bump Standards-Version to 3.8.2
- - Move to "java" section
- - Add Vcs-* fields
- - Add Homepage in debian/control
- - Add a get-orig-source target
- - Add a README.source describing patch system
- * Use debhelper 5
- - Bump debian/compat to 5
- - Build-Depends on debhelper >= 5
- * Update the license to Apache License 2.0 (Closes: #532884)
- * Split API Javadoc into libcommons-codec-java-doc package (Closes: #506360)
-
- -- Damien Raude-Morvan <drazzib at drazzib.com> Sun, 28 Jun 2009 20:46:13 +0200
-
-libcommons-codec-java (1.3-4) unstable; urgency=low
-
- * Removed explicit usage of jikes build compiler property
- for kaffe jikes -> ecj transition
- * Removed sablevm (not used) and jikes from build-dependencies
- * Simplified depends line to allow all free runtimes
- * Bumped dephelper version to fix linda error
- * Standards-Version 3.6.2 (no changes)
- * Added myself to uploaders
-
- -- Wolfgang Baer <WBaer at gmx.de> Fri, 6 Jan 2006 19:44:49 +0100
-
-libcommons-codec-java (1.3-3) unstable; urgency=low
-
- * libant1.6-java to ant transition
-
- -- Arnaud Vandyck <avdyk at debian.org> Sat, 20 Aug 2005 19:43:02 +0200
-
-libcommons-codec-java (1.3-2) unstable; urgency=low
-
- * javadoc is now generated, thanks to gjdoc (closes: #288456).
-
- -- Arnaud Vandyck <avdyk at debian.org> Mon, 28 Feb 2005 11:39:51 +0100
-
-libcommons-codec-java (1.3-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Arnaud Vandyck <avdyk at debian.org> Thu, 19 Aug 2004 13:26:48 +0200
-
Copied: tags/libcommons-codec-java/1.9-1/debian/changelog (from rev 17646, trunk/libcommons-codec-java/debian/changelog)
===================================================================
--- tags/libcommons-codec-java/1.9-1/debian/changelog (rev 0)
+++ tags/libcommons-codec-java/1.9-1/debian/changelog 2014-01-07 00:07:38 UTC (rev 17648)
@@ -0,0 +1,178 @@
+libcommons-codec-java (1.9-1) unstable; urgency=medium
+
+ * New upstream release
+ - Updated the OSGi metadata in debian/MANIFEST.MF
+ * debian/control:
+ - Standards-Version updated to 3.9.5 (no changes)
+ - Use canonical URLs for the Vcs-* fields
+ * Switch to debhelper level 9
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 07 Jan 2014 00:05:08 +0100
+
+libcommons-codec-java (1.8-1) unstable; urgency=low
+
+ * Team upload.
+ * New upstream release
+ * Refreshed the patches and the OSGi metadata
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sun, 28 Apr 2013 22:20:29 +0200
+
+libcommons-codec-java (1.7-1) unstable; urgency=low
+
+ * Team upload
+ * New upstream release (Closes: #694463).
+ * Remove the deprecated DMUA flag
+ * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
+ * Removed the -SNAPSHOT suffix from the version specified in the manifest
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 27 Mar 2013 06:50:46 +0100
+
+libcommons-codec-java (1.6-1) unstable; urgency=low
+
+ [ James Page ]
+ * New upstream release:
+ - d/patches/javac_encoding.diff: Dropped - accepted upstream.
+ - d/control,rules,maven.rules: Switch to using junit4 inline with upstream.
+ - Refreshed remaining patch.
+ * d/control: Bumped Standards-Version to 3.9.3:
+ - d/copyright: Tidied lintian warnings and referenced released version
+ of DEP-5.
+ * Added myself to uploaders.
+
+ [ Damien Raude-Morvan ]
+ * Set DMUA flag for James Page.
+ * d/ant.properties: Use includeantruntime=true to allow javac ant task to
+ get junit4 into classpath.
+
+ -- James Page <james.page at ubuntu.com> Thu, 24 May 2012 16:19:05 +0100
+
+libcommons-codec-java (1.5-1) unstable; urgency=low
+
+ * New upstream release.
+ * Remove Arnaud Vandyck from Uploaders. Thanks!
+ * Fix debian/MANIFEST.MF: don't Import-Package on itself.
+ * Switch to 3.0 (quilt) source format:
+ - d/control: Drop B-D on quilt.
+ - d/README.source: Drop file.
+ - d/rules: Remove patchsys-quilt.mk usage.
+ * d/control: Drop needless-dependency-on-jre since its a library package.
+ * d/control: Bump Standards-Version to 3.9.2 (no changes needed).
+ * Bump to debhelper 7 compat level.
+ * d/rules: Use mh_clean in clean target.
+ * d/patches/javac_encoding.diff: New patch to force javac encoding to UTF-8.
+ * d/copyright: Update and format using DEP-5.
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Fri, 15 Apr 2011 20:25:31 +0200
+
+libcommons-codec-java (1.4-2) unstable; urgency=low
+
+ * Update my email address
+ * Use quilt as patch system
+ - Build-Depends on quilt
+ - Add debian/README.source
+ - Use CDBS patchsys-quilt.mk
+ * Add debian/MANIFEST.MF for OSGi metadata (Closes: #558179)
+ * New debian/patches/manifest.diff to include OSGi in JAR
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Sun, 29 Nov 2009 01:06:40 +0100
+
+libcommons-codec-java (1.4-1) unstable; urgency=low
+
+ * New upstream release.
+ - Remove build.patch: Merged upstream
+ * No more patches: Remove Build-Depends on quilt and debian/README.source
+ * Use Maven POM from upstream instead of debian/pom.xml
+ * Bump Standards-Version to 3.8.3 (no changes needed)
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com> Sat, 22 Aug 2009 13:32:58 +0200
+
+libcommons-codec-java (1.3-8) unstable; urgency=low
+
+ * Upload to unstable.
+
+ -- Torsten Werner <twerner at debian.org> Sun, 09 Aug 2009 11:57:29 +0200
+
+libcommons-codec-java (1.3-7) experimental; urgency=low
+
+ [ Ludovic Claude ]
+ * Fix version for junit in the maven POM dependencies
+ * Move api documentation to /usr/share/doc/libcommons-codec-java/api
+ * Add a quilt patch to ignore the LICENSE file not included in the
+ source tarball, replace all previous simple patches by quilt
+
+ [ Damien Raude-Morvan ]
+ * Build-Depends on default-jdk instead of default-jdk-builddep
+ because we don't build a native GCJ package.
+
+ [ Torsten Werner ]
+ * Add myself to Uploaders.
+ * Don't install API documentation into both binary packages.
+ * Don't install extra license file.
+
+ -- Torsten Werner <twerner at debian.org> Mon, 03 Aug 2009 21:22:02 +0200
+
+libcommons-codec-java (1.3-6) experimental; urgency=low
+
+ * Add the Maven POM to the package
+ * Add a Build-Depends-Indep dependency on maven-repo-helper
+ * Use mh_installpom and mh_installjar to install the POM and the jar to the
+ Maven repository
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Thu, 09 Jul 2009 18:14:44 +0100
+
+libcommons-codec-java (1.3-5) unstable; urgency=low
+
+ [ Emmanuel Bourg ]
+ * Update of the URLs
+ * Rename Jakarta Commons to Apache Commons
+
+ [ Damien Raude-Morvan ]
+ * Apply patch from Chris Cheney <ccheney at debian.org> (Closes: #508967)
+ - Use default-jdk-builddep in Build-Depends
+ - /usr/lib/jvm/default-java as JAVA_HOME
+ - Add ${misc:Depends} in Depends
+ * Add myself to Uploaders
+ * Bump Standards-Version to 3.8.2
+ - Move to "java" section
+ - Add Vcs-* fields
+ - Add Homepage in debian/control
+ - Add a get-orig-source target
+ - Add a README.source describing patch system
+ * Use debhelper 5
+ - Bump debian/compat to 5
+ - Build-Depends on debhelper >= 5
+ * Update the license to Apache License 2.0 (Closes: #532884)
+ * Split API Javadoc into libcommons-codec-java-doc package (Closes: #506360)
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com> Sun, 28 Jun 2009 20:46:13 +0200
+
+libcommons-codec-java (1.3-4) unstable; urgency=low
+
+ * Removed explicit usage of jikes build compiler property
+ for kaffe jikes -> ecj transition
+ * Removed sablevm (not used) and jikes from build-dependencies
+ * Simplified depends line to allow all free runtimes
+ * Bumped dephelper version to fix linda error
+ * Standards-Version 3.6.2 (no changes)
+ * Added myself to uploaders
+
+ -- Wolfgang Baer <WBaer at gmx.de> Fri, 6 Jan 2006 19:44:49 +0100
+
+libcommons-codec-java (1.3-3) unstable; urgency=low
+
+ * libant1.6-java to ant transition
+
+ -- Arnaud Vandyck <avdyk at debian.org> Sat, 20 Aug 2005 19:43:02 +0200
+
+libcommons-codec-java (1.3-2) unstable; urgency=low
+
+ * javadoc is now generated, thanks to gjdoc (closes: #288456).
+
+ -- Arnaud Vandyck <avdyk at debian.org> Mon, 28 Feb 2005 11:39:51 +0100
+
+libcommons-codec-java (1.3-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Arnaud Vandyck <avdyk at debian.org> Thu, 19 Aug 2004 13:26:48 +0200
+
Deleted: tags/libcommons-codec-java/1.9-1/debian/compat
===================================================================
--- trunk/libcommons-codec-java/debian/compat 2014-01-06 22:46:20 UTC (rev 17642)
+++ tags/libcommons-codec-java/1.9-1/debian/compat 2014-01-07 00:07:38 UTC (rev 17648)
@@ -1 +0,0 @@
-7
Copied: tags/libcommons-codec-java/1.9-1/debian/compat (from rev 17644, trunk/libcommons-codec-java/debian/compat)
===================================================================
--- tags/libcommons-codec-java/1.9-1/debian/compat (rev 0)
+++ tags/libcommons-codec-java/1.9-1/debian/compat 2014-01-07 00:07:38 UTC (rev 17648)
@@ -0,0 +1 @@
+9
Deleted: tags/libcommons-codec-java/1.9-1/debian/control
===================================================================
--- trunk/libcommons-codec-java/debian/control 2014-01-06 22:46:20 UTC (rev 17642)
+++ tags/libcommons-codec-java/1.9-1/debian/control 2014-01-07 00:07:38 UTC (rev 17648)
@@ -1,39 +0,0 @@
-Source: libcommons-codec-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Wolfgang Baer <WBaer at gmx.de>, Damien Raude-Morvan <drazzib at debian.org>,
- Torsten Werner <twerner at debian.org>, James Page <james.page at ubuntu.com>,
- Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk
-Build-Depends-Indep: maven-repo-helper, ant-optional, junit4
-Standards-Version: 3.9.4
-Homepage: http://commons.apache.org/codec/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-codec-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-codec-java
-
-Package: libcommons-codec-java
-Architecture: all
-Depends: ${misc:Depends}
-Description: encoder and decoders such as Base64 and hexadecimal codec
- The codec package contains simple encoder and decoders for various
- formats such as Base64 and Hexadecimal. In addition to these widely
- used encoders and decoders, the codec package also maintains a
- collection of phonetic encoding utilities.
- .
- This is a part of the Apache Commons Project.
-
-Package: libcommons-codec-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: libcommons-codec-java
-Description: encoder and decoders such as Base64 and hexadecimal codec - documentation
- The codec package contains simple encoder and decoders for various
- formats such as Base64 and Hexadecimal. In addition to these widely
- used encoders and decoders, the codec package also maintains a
- collection of phonetic encoding utilities.
- .
- This is a part of the Apache Commons Project.
- .
- This package contains API Javadoc of Apache Commons Project
Copied: tags/libcommons-codec-java/1.9-1/debian/control (from rev 17645, trunk/libcommons-codec-java/debian/control)
===================================================================
--- tags/libcommons-codec-java/1.9-1/debian/control (rev 0)
+++ tags/libcommons-codec-java/1.9-1/debian/control 2014-01-07 00:07:38 UTC (rev 17648)
@@ -0,0 +1,39 @@
+Source: libcommons-codec-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Wolfgang Baer <WBaer at gmx.de>, Damien Raude-Morvan <drazzib at debian.org>,
+ Torsten Werner <twerner at debian.org>, James Page <james.page at ubuntu.com>,
+ Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: cdbs, debhelper (>= 9), ant, default-jdk
+Build-Depends-Indep: maven-repo-helper, ant-optional, junit4
+Standards-Version: 3.9.5
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libcommons-codec-java
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libcommons-codec-java
+Homepage: http://commons.apache.org/codec/
+
+Package: libcommons-codec-java
+Architecture: all
+Depends: ${misc:Depends}
+Description: encoder and decoders such as Base64 and hexadecimal codec
+ The codec package contains simple encoder and decoders for various
+ formats such as Base64 and Hexadecimal. In addition to these widely
+ used encoders and decoders, the codec package also maintains a
+ collection of phonetic encoding utilities.
+ .
+ This is a part of the Apache Commons Project.
+
+Package: libcommons-codec-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: libcommons-codec-java
+Description: encoder and decoders such as Base64 and hexadecimal codec - documentation
+ The codec package contains simple encoder and decoders for various
+ formats such as Base64 and Hexadecimal. In addition to these widely
+ used encoders and decoders, the codec package also maintains a
+ collection of phonetic encoding utilities.
+ .
+ This is a part of the Apache Commons Project.
+ .
+ This package contains API Javadoc of Apache Commons Project
More information about the pkg-java-commits
mailing list