Author: tmancill Date: 2013-05-07 05:16:11 +0000 (Tue, 07 May 2013) New Revision: 16601
Modified: trunk/libcommons-codec-java/debian/MANIFEST.MF trunk/libcommons-codec-java/debian/changelog trunk/libcommons-codec-java/debian/copyright trunk/libcommons-codec-java/debian/patches/manifest.diff trunk/libcommons-codec-java/debian/patches/series Log: sync changes for 1.8-1 Modified: trunk/libcommons-codec-java/debian/MANIFEST.MF =================================================================== --- trunk/libcommons-codec-java/debian/MANIFEST.MF 2013-05-07 03:56:22 UTC (rev 16600) +++ trunk/libcommons-codec-java/debian/MANIFEST.MF 2013-05-07 05:16:11 UTC (rev 16601) @@ -1,12 +1,11 @@ -Export-Package: org.apache.commons.codec;version="1.7",org.apache.comm - ons.codec.net;version="1.7",org.apache.commons.codec.language.bm;vers - ion="1.7",org.apache.commons.codec.language;version="1.7",org.apache. - commons.codec.digest;version="1.7",org.apache.commons.codec.binary;ve - rsion="1.7" +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.7.0 -Bnd-LastModified: 1347365112432 +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 Modified: trunk/libcommons-codec-java/debian/changelog =================================================================== --- trunk/libcommons-codec-java/debian/changelog 2013-05-07 03:56:22 UTC (rev 16600) +++ trunk/libcommons-codec-java/debian/changelog 2013-05-07 05:16:11 UTC (rev 16601) @@ -1,12 +1,20 @@ -libcommons-codec-java (1.7-1) experimental; urgency=low +libcommons-codec-java (1.8-1) unstable; urgency=low + * Team upload. + * New upstream release + * Refreshed the patches and the OSGi metadata + + -- Emmanuel Bourg <[email protected]> Sun, 28 Apr 2013 22:20:29 +0200 + +libcommons-codec-java (1.7-1) unstable; urgency=low + * Team upload - * New upstream release. (Closes: #694463) + * 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 <[email protected]> Tue, 26 Mar 2013 17:24:15 +0100 + -- Emmanuel Bourg <[email protected]> Wed, 27 Mar 2013 06:50:46 +0100 libcommons-codec-java (1.6-1) unstable; urgency=low Modified: trunk/libcommons-codec-java/debian/copyright =================================================================== --- trunk/libcommons-codec-java/debian/copyright 2013-05-07 03:56:22 UTC (rev 16600) +++ trunk/libcommons-codec-java/debian/copyright 2013-05-07 05:16:11 UTC (rev 16601) @@ -4,26 +4,26 @@ Source: http://commons.apache.org/codec/ Files: * -Copyright: 2002-2011, The Apache Software Foundation +Copyright: 2002-2011 The Apache Software Foundation License: Apache-2.0 Comment: Upstream authors: Henri Yandell <[email protected]>, - Tim OBrien <[email protected]>, - Scott Sanders <[email protected]>, - Rodney Waldhoff <[email protected]>, - Daniel Rall <[email protected]>, - Jon S. Stevens <[email protected]>, - Gary D. Gregory <[email protected]>, - David Graham <[email protected]>, - Christopher O'Brien <[email protected]>, - Martin Redington, - Jeffery Dever, - Steve Zimmermann <[email protected]>, - Benjamin Walstrum <[email protected]>, - Oleg Kalnichevski <[email protected]>, - Dave Dribin <[email protected]>, - Alex Karasulu <[email protected]>, - Matthew Inger <[email protected]> + Tim OBrien <[email protected]>, + Scott Sanders <[email protected]>, + Rodney Waldhoff <[email protected]>, + Daniel Rall <[email protected]>, + Jon S. Stevens <[email protected]>, + Gary D. Gregory <[email protected]>, + David Graham <[email protected]>, + Christopher O'Brien <[email protected]>, + Martin Redington, + Jeffery Dever, + Steve Zimmermann <[email protected]>, + Benjamin Walstrum <[email protected]>, + Oleg Kalnichevski <[email protected]>, + Dave Dribin <[email protected]>, + Alex Karasulu <[email protected]>, + Matthew Inger <[email protected]> Files: src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java Copyright: 2002-2011 The Apache Software Foundation, @@ -42,5 +42,5 @@ License: Apache-2.0 License: Apache-2.0 - On Debian systems, the full text of the Apache License can be found - in the file `/usr/share/common-licenses/Apache-2.0'. + On Debian systems the full text of the Apache License can be found + in `/usr/share/common-licenses/Apache-2.0'. Modified: trunk/libcommons-codec-java/debian/patches/manifest.diff =================================================================== --- trunk/libcommons-codec-java/debian/patches/manifest.diff 2013-05-07 03:56:22 UTC (rev 16600) +++ trunk/libcommons-codec-java/debian/patches/manifest.diff 2013-05-07 05:16:11 UTC (rev 16601) @@ -3,11 +3,9 @@ Author: Damien Raude-Morvan <[email protected]> Last-Update: 2009-11-28 Forwarded: not-needed -Index: libcommons-codec-java/build.xml -=================================================================== ---- libcommons-codec-java.orig/build.xml 2011-12-02 21:56:52.000000000 +0000 -+++ libcommons-codec-java/build.xml 2012-05-23 11:47:05.990089606 +0100 -@@ -106,7 +106,8 @@ +--- a/build.xml ++++ b/build.xml +@@ -107,7 +107,8 @@ <mkdir dir="${build.home}/classes/META-INF"/> <copy file="${basedir}/LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/> <copy file="${basedir}/LICENSE.txt" tofile="${build.home}/classes/META-INF/NOTICE.txt"/> Modified: trunk/libcommons-codec-java/debian/patches/series =================================================================== --- trunk/libcommons-codec-java/debian/patches/series 2013-05-07 03:56:22 UTC (rev 16600) +++ trunk/libcommons-codec-java/debian/patches/series 2013-05-07 05:16:11 UTC (rev 16601) @@ -1,2 +1 @@ manifest.diff -properties.diff _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

