Author: twerner Date: 2009-10-17 20:50:58 +0000 (Sat, 17 Oct 2009) New Revision: 10838
Modified: trunk/commons-httpclient/debian/changelog trunk/commons-httpclient/debian/control trunk/commons-httpclient/debian/maven.rules Log: * Add myself to Uploaders. * Revert change from last upload: - Don't map version of commons-httpclient explicitly. (Closes: #551126, #551214, #551217, #551218, #551221, #551224, #551226, #551227, #551231, #551242) Modified: trunk/commons-httpclient/debian/changelog =================================================================== --- trunk/commons-httpclient/debian/changelog 2009-10-16 07:26:04 UTC (rev 10837) +++ trunk/commons-httpclient/debian/changelog 2009-10-17 20:50:58 UTC (rev 10838) @@ -1,3 +1,13 @@ +commons-httpclient (3.1-7) unstable; urgency=low + + * Add myself to Uploaders. + * Revert change from last upload: + - Don't map version of commons-httpclient explicitly. + (Closes: #551126, #551214, #551217, #551218, #551221, #551224, #551226, + #551227, #551231, #551242) + + -- Torsten Werner <[email protected]> Sat, 17 Oct 2009 19:44:10 +0200 + commons-httpclient (3.1-6) unstable; urgency=low * Don't map version of commons-httpclient explicitly. Modified: trunk/commons-httpclient/debian/control =================================================================== --- trunk/commons-httpclient/debian/control 2009-10-16 07:26:04 UTC (rev 10837) +++ trunk/commons-httpclient/debian/control 2009-10-17 20:50:58 UTC (rev 10838) @@ -2,7 +2,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Barry Hawkins <[email protected]>, Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]>, Kumar Appaiah <[email protected]>, Varun Hiremath <[email protected]> +Uploaders: Barry Hawkins <[email protected]>, Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]>, Kumar Appaiah <[email protected]>, Varun Hiremath <[email protected]>, Torsten Werner <[email protected]> Build-Depends: debhelper (>= 7), cdbs Build-Depends-Indep: maven-repo-helper, ant, default-jdk, libcommons-codec-java, libcommons-logging-java, junit Standards-Version: 3.8.3 Modified: trunk/commons-httpclient/debian/maven.rules =================================================================== --- trunk/commons-httpclient/debian/maven.rules 2009-10-16 07:26:04 UTC (rev 10837) +++ trunk/commons-httpclient/debian/maven.rules 2009-10-17 20:50:58 UTC (rev 10838) @@ -1 +1,2 @@ junit junit jar s/3\..*/3.x/ +commons-httpclient commons-httpclient jar s/3\..*/3.x/ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

