[maven-invoker] 07/17: 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
ebourg-guest at moszumanska.debian.org
Mon Jan 18 22:15:07 UTC 2016
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 <ebourg at apache.org>
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 <ebourg at apache.org> 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 <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
-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
More information about the pkg-java-commits
mailing list