Author: drazzib Date: 2009-12-12 20:46:03 +0000 (Sat, 12 Dec 2009) New Revision: 11266
Modified: trunk/libcommons-codec-java/debian/MANIFEST.MF trunk/libcommons-codec-java/debian/changelog trunk/libcommons-codec-java/debian/control Log: * Remove Arnaud Vandyck from Uploaders * Fix debian/MANIFEST.MF: don't Import-Package on itself Modified: trunk/libcommons-codec-java/debian/MANIFEST.MF =================================================================== --- trunk/libcommons-codec-java/debian/MANIFEST.MF 2009-12-12 20:45:40 UTC (rev 11265) +++ trunk/libcommons-codec-java/debian/MANIFEST.MF 2009-12-12 20:46:03 UTC (rev 11266) @@ -12,10 +12,6 @@ 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. -Import-Package: org.apache.commons.codec;version="1.4",org.apache.comm - ons.codec.binary;version="1.4",org.apache.commons.codec.digest;versio - n="1.4",org.apache.commons.codec.language;version="1.4",org.apache.co - mmons.codec.net;version="1.4" Bundle-SymbolicName: org.apache.commons.codec Bundle-DocURL: http://commons.apache.org/codec/ Modified: trunk/libcommons-codec-java/debian/changelog =================================================================== --- trunk/libcommons-codec-java/debian/changelog 2009-12-12 20:45:40 UTC (rev 11265) +++ trunk/libcommons-codec-java/debian/changelog 2009-12-12 20:46:03 UTC (rev 11266) @@ -1,3 +1,10 @@ +libcommons-codec-java (1.4-3) UNRELEASED; urgency=low + + * Remove Arnaud Vandyck from Uploaders + * Fix debian/MANIFEST.MF: don't Import-Package on itself + + -- Damien Raude-Morvan <[email protected]> Wed, 09 Dec 2009 20:00:00 +0100 + libcommons-codec-java (1.4-2) unstable; urgency=low * Update my email address Modified: trunk/libcommons-codec-java/debian/control =================================================================== --- trunk/libcommons-codec-java/debian/control 2009-12-12 20:45:40 UTC (rev 11265) +++ trunk/libcommons-codec-java/debian/control 2009-12-12 20:46:03 UTC (rev 11266) @@ -2,7 +2,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Arnaud Vandyck <[email protected]>, Wolfgang Baer <[email protected]>, Damien Raude-Morvan <[email protected]>, Torsten Werner <[email protected]> +Uploaders: Wolfgang Baer <[email protected]>, Damien Raude-Morvan <[email protected]>, Torsten Werner <[email protected]> Build-Depends: cdbs, debhelper (>= 5), ant, default-jdk, quilt Build-Depends-Indep: maven-repo-helper, ant-optional, junit Standards-Version: 3.8.3 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

