This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to annotated tag debian/1.50.0-6 in repository bnd.
commit cd1b26c7855454ed0ff47e73d66260ebf2db1b64 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 26 09:30:29 2013 +0000 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 --- debian/changelog | 8 ++++++++ debian/control | 5 +++-- debian/rules | 1 + debian/watch | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b81917c..8203157 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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). diff --git a/debian/control b/debian/control index 9802289..fdee6da 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional 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 @@ Build-Depends: ant, 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 diff --git a/debian/rules b/debian/rules index 2fbfc6a..aeec10c 100755 --- a/debian/rules +++ b/debian/rules @@ -116,6 +116,7 @@ clean:: mh_clean -rm -rf install/ -rm -f debian/bnd.1 + rm -Rf bootstrap get-orig-source: debian/orig-tar.sh "" $(VERSION) diff --git a/debian/watch b/debian/watch index 2b6225e..249665a 100644 --- a/debian/watch +++ b/debian/watch @@ -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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bnd.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

