Author: tmancill Date: 2013-05-07 13:55:58 +0000 (Tue, 07 May 2013) New Revision: 16604
Added: tags/libcommons-codec-java/1.8-1/ tags/libcommons-codec-java/1.8-1/debian/MANIFEST.MF tags/libcommons-codec-java/1.8-1/debian/changelog tags/libcommons-codec-java/1.8-1/debian/copyright tags/libcommons-codec-java/1.8-1/debian/patches/manifest.diff tags/libcommons-codec-java/1.8-1/debian/patches/series Removed: tags/libcommons-codec-java/1.8-1/debian/MANIFEST.MF tags/libcommons-codec-java/1.8-1/debian/changelog tags/libcommons-codec-java/1.8-1/debian/copyright tags/libcommons-codec-java/1.8-1/debian/patches/manifest.diff tags/libcommons-codec-java/1.8-1/debian/patches/series Log: [svn-buildpackage] Tagging libcommons-codec-java 1.8-1 Deleted: tags/libcommons-codec-java/1.8-1/debian/MANIFEST.MF =================================================================== --- trunk/libcommons-codec-java/debian/MANIFEST.MF 2013-05-07 03:56:22 UTC (rev 16600) +++ tags/libcommons-codec-java/1.8-1/debian/MANIFEST.MF 2013-05-07 13:55:58 UTC (rev 16604) @@ -1,17 +0,0 @@ -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" -Bundle-Name: Commons Codec -Bundle-Vendor: The Apache Software Foundation -Bundle-Version: 1.7.0 -Bnd-LastModified: 1347365112432 -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.8-1/debian/MANIFEST.MF (from rev 16601, trunk/libcommons-codec-java/debian/MANIFEST.MF) =================================================================== --- tags/libcommons-codec-java/1.8-1/debian/MANIFEST.MF (rev 0) +++ tags/libcommons-codec-java/1.8-1/debian/MANIFEST.MF 2013-05-07 13:55:58 UTC (rev 16604) @@ -0,0 +1,16 @@ +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/ Deleted: tags/libcommons-codec-java/1.8-1/debian/changelog =================================================================== --- trunk/libcommons-codec-java/debian/changelog 2013-05-07 03:56:22 UTC (rev 16600) +++ tags/libcommons-codec-java/1.8-1/debian/changelog 2013-05-07 13:55:58 UTC (rev 16604) @@ -1,159 +0,0 @@ -libcommons-codec-java (1.7-1) experimental; 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 <[email protected]> Tue, 26 Mar 2013 17:24:15 +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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Sat, 22 Aug 2009 13:32:58 +0200 - -libcommons-codec-java (1.3-8) unstable; urgency=low - - * Upload to unstable. - - -- Torsten Werner <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> (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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Mon, 28 Feb 2005 11:39:51 +0100 - -libcommons-codec-java (1.3-1) unstable; urgency=low - - * Initial Release. - - -- Arnaud Vandyck <[email protected]> Thu, 19 Aug 2004 13:26:48 +0200 - Copied: tags/libcommons-codec-java/1.8-1/debian/changelog (from rev 16601, trunk/libcommons-codec-java/debian/changelog) =================================================================== --- tags/libcommons-codec-java/1.8-1/debian/changelog (rev 0) +++ tags/libcommons-codec-java/1.8-1/debian/changelog 2013-05-07 13:55:58 UTC (rev 16604) @@ -0,0 +1,167 @@ +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). + * 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]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Sat, 22 Aug 2009 13:32:58 +0200 + +libcommons-codec-java (1.3-8) unstable; urgency=low + + * Upload to unstable. + + -- Torsten Werner <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> (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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Mon, 28 Feb 2005 11:39:51 +0100 + +libcommons-codec-java (1.3-1) unstable; urgency=low + + * Initial Release. + + -- Arnaud Vandyck <[email protected]> Thu, 19 Aug 2004 13:26:48 +0200 + Deleted: tags/libcommons-codec-java/1.8-1/debian/copyright =================================================================== --- trunk/libcommons-codec-java/debian/copyright 2013-05-07 03:56:22 UTC (rev 16600) +++ tags/libcommons-codec-java/1.8-1/debian/copyright 2013-05-07 13:55:58 UTC (rev 16604) @@ -1,46 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Apache Commons Codec -Upstream-Contact: Apache Commons Developers <[email protected]> -Source: http://commons.apache.org/codec/ - -Files: * -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]> - -Files: src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java -Copyright: 2002-2011 The Apache Software Foundation, - 2002 Kevin Atkinson ([email protected]) -License: Apache-2.0 -Comment: - Contains test data from http://aspell.sourceforge.net/test/batch0.tab. - . - Copyright (C) 2002 Kevin Atkinson ([email protected]). Verbatim copying - and distribution of this entire article is permitted in any medium, - provided this notice is preserved. - -Files: debian/* -Copyright: 2004 Arnaud Vandyck <[email protected]>, - 2010-2011 Damien Raude-Morvan <[email protected]> -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'. Copied: tags/libcommons-codec-java/1.8-1/debian/copyright (from rev 16601, trunk/libcommons-codec-java/debian/copyright) =================================================================== --- tags/libcommons-codec-java/1.8-1/debian/copyright (rev 0) +++ tags/libcommons-codec-java/1.8-1/debian/copyright 2013-05-07 13:55:58 UTC (rev 16604) @@ -0,0 +1,46 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Apache Commons Codec +Upstream-Contact: Apache Commons Developers <[email protected]> +Source: http://commons.apache.org/codec/ + +Files: * +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]> + +Files: src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java +Copyright: 2002-2011 The Apache Software Foundation, + 2002 Kevin Atkinson ([email protected]) +License: Apache-2.0 +Comment: + Contains test data from http://aspell.sourceforge.net/test/batch0.tab. + . + Copyright (C) 2002 Kevin Atkinson ([email protected]). Verbatim copying + and distribution of this entire article is permitted in any medium, + provided this notice is preserved. + +Files: debian/* +Copyright: 2004 Arnaud Vandyck <[email protected]>, + 2010-2011 Damien Raude-Morvan <[email protected]> +License: Apache-2.0 + +License: Apache-2.0 + On Debian systems the full text of the Apache License can be found + in `/usr/share/common-licenses/Apache-2.0'. Deleted: tags/libcommons-codec-java/1.8-1/debian/patches/manifest.diff =================================================================== --- trunk/libcommons-codec-java/debian/patches/manifest.diff 2013-05-07 03:56:22 UTC (rev 16600) +++ tags/libcommons-codec-java/1.8-1/debian/patches/manifest.diff 2013-05-07 13:55:58 UTC (rev 16604) @@ -1,19 +0,0 @@ -Description: Append debian/MANIFEST.MF inside JAR file - Entry should be merged with others -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 @@ - <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"/> -- <jar jarfile="${dist.home}/${final.name}.jar" basedir="${build.home}/classes"> -+ <jar jarfile="${dist.home}/${final.name}.jar" basedir="${build.home}/classes" -+ manifest="debian/MANIFEST.MF"> - <manifest> - <attribute name="Specification-Title" value="Commons Codec"/> - <attribute name="Specification-Version" value="${component.version}"/> Copied: tags/libcommons-codec-java/1.8-1/debian/patches/manifest.diff (from rev 16601, trunk/libcommons-codec-java/debian/patches/manifest.diff) =================================================================== --- tags/libcommons-codec-java/1.8-1/debian/patches/manifest.diff (rev 0) +++ tags/libcommons-codec-java/1.8-1/debian/patches/manifest.diff 2013-05-07 13:55:58 UTC (rev 16604) @@ -0,0 +1,17 @@ +Description: Append debian/MANIFEST.MF inside JAR file + Entry should be merged with others +Author: Damien Raude-Morvan <[email protected]> +Last-Update: 2009-11-28 +Forwarded: not-needed +--- 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"/> +- <jar jarfile="${dist.home}/${final.name}.jar" basedir="${build.home}/classes"> ++ <jar jarfile="${dist.home}/${final.name}.jar" basedir="${build.home}/classes" ++ manifest="debian/MANIFEST.MF"> + <manifest> + <attribute name="Specification-Title" value="Commons Codec"/> + <attribute name="Specification-Version" value="${component.version}"/> Deleted: tags/libcommons-codec-java/1.8-1/debian/patches/series =================================================================== --- trunk/libcommons-codec-java/debian/patches/series 2013-05-07 03:56:22 UTC (rev 16600) +++ tags/libcommons-codec-java/1.8-1/debian/patches/series 2013-05-07 13:55:58 UTC (rev 16604) @@ -1,2 +0,0 @@ -manifest.diff -properties.diff Copied: tags/libcommons-codec-java/1.8-1/debian/patches/series (from rev 16601, trunk/libcommons-codec-java/debian/patches/series) =================================================================== --- tags/libcommons-codec-java/1.8-1/debian/patches/series (rev 0) +++ tags/libcommons-codec-java/1.8-1/debian/patches/series 2013-05-07 13:55:58 UTC (rev 16604) @@ -0,0 +1 @@ +manifest.diff _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

