Author: ebourg-guest Date: 2013-07-26 09:30:29 +0000 (Fri, 26 Jul 2013) New Revision: 17071
Modified: trunk/bnd/debian/changelog trunk/bnd/debian/control trunk/bnd/debian/rules trunk/bnd/debian/watch Log: debian/watch: Updated to catch the recent releases on Github debian/control: Updated Standards-Version to 3.9.4 (no changes) debian/rules: Improved the clean target Modified: trunk/bnd/debian/changelog =================================================================== --- trunk/bnd/debian/changelog 2013-07-26 05:15:53 UTC (rev 17070) +++ trunk/bnd/debian/changelog 2013-07-26 09:30:29 UTC (rev 17071) @@ -1,3 +1,11 @@ +bnd (1.50.0-6) UNRELEASED; urgency=low + + * debian/watch: Updated to catch the recent releases on Github + * debian/control: Updated Standards-Version to 3.9.4 (no changes) + * debian/rules: Improved the clean target + + -- Emmanuel Bourg <[email protected]> Fri, 26 Jul 2013 11:28:27 +0200 + bnd (1.50.0-5) unstable; urgency=low * d/rules: Fix FTBFS after update to eclipse 3.8.0~rc4-1 (Closes: #682647). Modified: trunk/bnd/debian/control =================================================================== --- trunk/bnd/debian/control 2013-07-26 05:15:53 UTC (rev 17070) +++ trunk/bnd/debian/control 2013-07-26 09:30:29 UTC (rev 17071) @@ -4,7 +4,8 @@ Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]>, Damien Raude-Morvan <[email protected]>, - Jakub Adam <[email protected]> + Jakub Adam <[email protected]>, + Emmanuel Bourg <[email protected]> Build-Depends: ant, ant-optional, cdbs, @@ -20,7 +21,7 @@ libswt-gtk-3-java, maven-ant-helper, maven-repo-helper -Standards-Version: 3.9.3 +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 Homepage: http://www.aQute.biz/Bnd Modified: trunk/bnd/debian/rules =================================================================== --- trunk/bnd/debian/rules 2013-07-26 05:15:53 UTC (rev 17070) +++ trunk/bnd/debian/rules 2013-07-26 09:30:29 UTC (rev 17071) @@ -116,6 +116,7 @@ mh_clean -rm -rf install/ -rm -f debian/bnd.1 + rm -Rf bootstrap get-orig-source: debian/orig-tar.sh "" $(VERSION) Modified: trunk/bnd/debian/watch =================================================================== --- trunk/bnd/debian/watch 2013-07-26 05:15:53 UTC (rev 17070) +++ trunk/bnd/debian/watch 2013-07-26 09:30:29 UTC (rev 17071) @@ -1,2 +1,2 @@ version=3 -http://www.aqute.biz/repo/biz/aQute/bnd/([0-9\.]+)/bnd-([0-9\.]+).jar debian debian/orig-tar.sh +https://github.com/bndtools/bnd/releases .*/([\d\.]+)(?:.REL)?.tar.gz debian debian/orig-tar.sh _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

