This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository easymock.
commit e28578f5f1959c01b0052eead1bbd7a270af535b Author: Torsten Werner <[email protected]> Date: Mon May 3 18:12:35 2010 +0000 * Switch to source format 3.0. * Add Vcs-* headers to debian/control. * Update Standards-Version: 3.8.4. --- debian/changelog | 5 ++++- debian/control | 7 ++++--- .../10_create_link_to_samples_and_javadocs_in_Documentation.dpatch | 0 debian/patches/{00list => series} | 0 debian/rules | 1 - debian/source/format | 1 + 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0cb1b85..6debb1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,11 @@ easymock (2.4+ds1-4) unstable; urgency=low * Team upload. * Switch to default-jdk and default-jre-headless. Thanks to Thierry Carrez. + * Switch to source format 3.0. + * Add Vcs-* headers to debian/control. + * Update Standards-Version: 3.8.4. - -- Torsten Werner <[email protected]> Mon, 03 May 2010 20:00:08 +0200 + -- Torsten Werner <[email protected]> Mon, 03 May 2010 20:12:00 +0200 easymock (2.4+ds1-3) unstable; urgency=low diff --git a/debian/control b/debian/control index dc4848e..dd4f49c 100644 --- a/debian/control +++ b/debian/control @@ -6,11 +6,12 @@ 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), - default-jdk, ant-optional (>= 1.7.0), +Build-Depends: cdbs, debhelper (>= 5.0.42), default-jdk, ant-optional (>= 1.7.0), junit4 (>= 4.6-2) -Standards-Version: 3.8.1 +Standards-Version: 3.8.4 Homepage: http://www.easymock.org +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/easymock +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/easymock/ Package: libeasymock-java Architecture: all diff --git a/debian/patches/10_create_link_to_samples_and_javadocs_in_Documentation.dpatch b/debian/patches/10_create_link_to_samples_and_javadocs_in_Documentation.dpatch old mode 100755 new mode 100644 diff --git a/debian/patches/00list b/debian/patches/series similarity index 100% rename from debian/patches/00list rename to debian/patches/series diff --git a/debian/rules b/debian/rules index c2eff71..b58c231 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ # -*- makefile -*- # include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/dpatch.mk include /usr/share/cdbs/1/class/ant.mk # Uncomment this to turn on verbose mode. diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- 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

