Author: ebourg-guest Date: 2013-10-24 14:52:10 +0000 (Thu, 24 Oct 2013) New Revision: 17376
Modified: trunk/maven-invoker/debian/changelog trunk/maven-invoker/debian/control trunk/maven-invoker/debian/copyright trunk/maven-invoker/debian/rules Log: 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 Modified: trunk/maven-invoker/debian/changelog =================================================================== --- trunk/maven-invoker/debian/changelog 2013-10-24 04:10:26 UTC (rev 17375) +++ trunk/maven-invoker/debian/changelog 2013-10-24 14:52:10 UTC (rev 17376) @@ -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. Modified: trunk/maven-invoker/debian/control =================================================================== --- trunk/maven-invoker/debian/control 2013-10-24 04:10:26 UTC (rev 17375) +++ trunk/maven-invoker/debian/control 2013-10-24 14:52:10 UTC (rev 17376) @@ -3,18 +3,23 @@ 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, Modified: trunk/maven-invoker/debian/copyright =================================================================== --- trunk/maven-invoker/debian/copyright 2013-10-24 04:10:26 UTC (rev 17375) +++ trunk/maven-invoker/debian/copyright 2013-10-24 14:52:10 UTC (rev 17376) @@ -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 @@ 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'. - Modified: trunk/maven-invoker/debian/rules =================================================================== --- trunk/maven-invoker/debian/rules 2013-10-24 04:10:26 UTC (rev 17375) +++ trunk/maven-invoker/debian/rules 2013-10-24 14:52:10 UTC (rev 17376) @@ -24,5 +24,4 @@ clean:: -rm -rf debian/tmp mh_clean - - + mh_unpatchpoms -plib$(PACKAGE)-java _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

