Author: ebourg-guest Date: 2013-07-26 13:30:11 +0000 (Fri, 26 Jul 2013) New Revision: 17078
Modified: trunk/bnd/debian/changelog trunk/bnd/debian/control Log: Use canonical URLs for the Vcs-* fields Modified: trunk/bnd/debian/changelog =================================================================== --- trunk/bnd/debian/changelog 2013-07-26 13:23:31 UTC (rev 17077) +++ trunk/bnd/debian/changelog 2013-07-26 13:30:11 UTC (rev 17078) @@ -1,10 +1,12 @@ bnd (1.50.0-6) UNRELEASED; urgency=low * Added a patch to compile with Ant 1.9 (Closes: #712343) + * Fixed the unmappable character errors during the compilation * debian/watch: Updated to catch the recent releases on Github - * debian/control: Updated Standards-Version to 3.9.4 (no changes) + * debian/control: + - Updated Standards-Version to 3.9.4 (no changes) + - Use canonical URLs for the Vcs-* fields * debian/rules: Improved the clean target - * Fixed the unmappable character errors during the compilation * Updated the Maven pom -- Emmanuel Bourg <[email protected]> Fri, 26 Jul 2013 11:28:27 +0200 Modified: trunk/bnd/debian/control =================================================================== --- trunk/bnd/debian/control 2013-07-26 13:23:31 UTC (rev 17077) +++ trunk/bnd/debian/control 2013-07-26 13:30:11 UTC (rev 17078) @@ -22,8 +22,8 @@ maven-ant-helper, maven-repo-helper Standards-Version: 3.9.4 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/bnd -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/bnd +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/bnd +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/bnd Homepage: http://www.aQute.biz/Bnd Package: bnd _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

