This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository easymock.
commit 55d7b959a68fb81874c6e6237179cd77f3eba2a6 Author: Jan-Pascal van Best <[email protected]> Date: Mon Sep 8 14:05:45 2008 +0000 Fixed watch file; added dm-upload-allowed flag --- debian/changelog | 7 +++++++ debian/control | 1 + debian/watch | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 827960c..200a576 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +easymock (2.4+ds1-2) unstable; urgency=low + + * Updated debian/watch to work again with upstream version numbering + * Added DM-Upload-Allowed: yes to debian/control + + -- Jan-Pascal van Best <[email protected]> Mon, 08 Sep 2008 16:03:48 +0200 + easymock (2.4+ds1-1) unstable; urgency=low * New upstream version diff --git a/debian/control b/debian/control index 0b969f9..4d02774 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Jan-Pascal van Best <[email protected]> +DM-Upload-Allowed: yes Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/easymock/ Vcs-svn: svn://svn.debian.org/svn/pkg-java/trunk/easymock/ Build-Depends: cdbs, debhelper (>= 5.0.42), dpatch (>= 2.0), diff --git a/debian/watch b/debian/watch index b3d3094..a02477a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 opts=dversionmangle=s/\+ds\d+$// \ - http://sf.net/easymock/easymock([0-9.]*).zip + http://sf.net/easymock/easymock([0-9.\.]*).zip -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/easymock.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

