This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-invoker.
commit 927cf65afe19eb6e2110b55bb3d190229e1038f5 Author: Emmanuel Bourg <[email protected]> Date: Thu Oct 24 14:52:10 2013 +0000 Use canonical URLs for the Vcs-* fields Updated Standards-Version to 3.9.4 (no changes) debian:copyright: Updated to the Copyright Format 1.0 debian/rules: Improved the clean target --- debian/changelog | 11 +++++++++++ debian/control | 21 +++++++++++++-------- debian/copyright | 13 ++++++------- debian/rules | 3 +-- 4 files changed, 31 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index eefe2d2..ae0a10f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +maven-invoker (2.0.11-2) UNRELEASED; urgency=low + + * Team upload. + * debian/control: + - Use canonical URLs for the Vcs-* fields + - Updated Standards-Version to 3.9.4 (no changes) + * debian:copyright: Updated to the Copyright Format 1.0 + * debian/rules: Improved the clean target + + -- Emmanuel Bourg <[email protected]> Thu, 24 Oct 2013 16:48:11 +0200 + maven-invoker (2.0.11-1) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index 988d1c1..89b6847 100644 --- a/debian/control +++ b/debian/control @@ -3,18 +3,23 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> -Build-Depends: default-jdk, debhelper (>= 6), cdbs -Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional, - junit, libmaven-plugin-tools-java, libplexus-component-metadata-java (>= 1.0~beta3.0.7), - libplexus-utils-java -Standards-Version: 3.9.2 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-invoker -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-invoker/ +Build-Depends: cdbs, debhelper (>= 6), default-jdk +Build-Depends-Indep: ant, + ant-optional, + junit, + libmaven-plugin-tools-java, + libplexus-component-metadata-java (>= 1.0~beta3.0.7), + libplexus-utils-java, + maven-ant-helper (>> 4), + maven-repo-helper +Standards-Version: 3.9.4 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-invoker +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-invoker/ Homepage: http://maven.apache.org/shared/maven-invoker/ Package: libmaven-invoker-java Architecture: all -Depends: ${misc:Depends}, libplexus-utils-java +Depends: libplexus-utils-java, ${misc:Depends} Description: Maven Invoker Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, diff --git a/debian/copyright b/debian/copyright index c3fbc2a..675ae67 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ -Format-Specification: http://dep.debian.net/deps/dep5/ -Name: Maven Invoker -Maintainer: Apache Maven team -Source: http://maven.apache.org/ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Maven Invoker +Upstream-Contact: Apache Maven team +Source: http://maven.apache.org Files: * Copyright: 2001-2009, The Apache Software Foundation. @@ -15,8 +15,7 @@ License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'. -License: GPL-3 +License: GPL-3+ On Debian GNU/Linux system you can find the complete text of the - GNU General Public License version 3 license in + GNU General Public License version 3 license in '/usr/share/common-licenses/GPL-3'. - diff --git a/debian/rules b/debian/rules index 8407a18..6a8f0cf 100755 --- a/debian/rules +++ b/debian/rules @@ -24,5 +24,4 @@ binary-post-install/lib$(PACKAGE)-java:: clean:: -rm -rf debian/tmp mh_clean - - + mh_unpatchpoms -plib$(PACKAGE)-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-invoker.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

