[maven-war-plugin] 12/12: Upload to unstable

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 26 14:07:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-war-plugin.

commit 08bf4e17b97a3117f54e3febf4bd8ff76f4c359f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jul 26 16:02:29 2017 +0200

    Upload to unstable
---
 debian/changelog              |  6 +++---
 debian/copyright              |  6 +++---
 debian/maven.cleanIgnoreRules | 17 -----------------
 debian/maven.publishedRules   | 19 -------------------
 4 files changed, 6 insertions(+), 42 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5c6d0aa..87d50f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
-maven-war-plugin (3.1.0-1) UNRELEASED; urgency=medium
+maven-war-plugin (3.1.0-1) unstable; urgency=medium
 
   * Team upload.
-  * New upstream release:
+  * New upstream release (Closes: #869019):
     - Removed MWAR-269.diff (fixed upstream)
     - New dependency on libmaven-mapping-java
     - Build depend on junit4 instead of junit
@@ -12,7 +12,7 @@ maven-war-plugin (3.1.0-1) UNRELEASED; urgency=medium
   * Standards-Version updated to 4.0.0
   * Switch to debhelper level 10
 
- -- Emmanuel Bourg <ebourg at apache.org>  Mon, 17 Jul 2017 00:40:38 +0200
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 26 Jul 2017 16:02:23 +0200
 
 maven-war-plugin (2.2-2) unstable; urgency=medium
 
diff --git a/debian/copyright b/debian/copyright
index be74189..0eb55b1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,14 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Maven WAR Plugin
 Upstream-Contact: Apache Maven team
 Source: http://maven.apache.org
 
 Files: *
-Copyright: 2001-2012, The Apache Software Foundation.
+Copyright: 2006-2017, The Apache Software Foundation.
 License: Apache-2.0
 
 Files: debian/*
-Copyright: Copyright 2009, Ludovic Claude <ludovic.claude at laposte.net>
+Copyright: 2009, Ludovic Claude <ludovic.claude at laposte.net>
 License: GPL-3+
 
 License: Apache-2.0
diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules
deleted file mode 100644
index b47b61d..0000000
--- a/debian/maven.cleanIgnoreRules
+++ /dev/null
@@ -1,17 +0,0 @@
-# Maven clean ignore rules - ignore some Maven dependencies and plugins
-# during the clean phase of a Maven build
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-#   for the version. In this case, the element is simply matched
-#   and left as it is
-# - * (the star character, alone). In this case, anything will
-#   match and be left as it is. For example, using * on the
-#  position of the artifact field will match any artifact id
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., this dependency is then removed
-# from the POM before mvn clean is called
-#   junit junit jar s/3\\..*/3.x/
-
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
deleted file mode 100644
index 822f087..0000000
--- a/debian/maven.publishedRules
+++ /dev/null
@@ -1,19 +0,0 @@
-# Maven published rules - additional rules to publish, to help
-# the packaging work of Debian maintainers using mh_make
-# Format of this file is:
-# [group] [artifact] [type] [version] [classifier] [scope]
-# where each element can be either
-# - the exact string, for example org.apache for the group, or 3.1
-#   for the version. In this case, the element is simply matched
-#   and left as it is
-# - * (the star character, alone). In this case, anything will
-#   match and be left as it is. For example, using * on the
-#  position of the artifact field will match any artifact id
-# - a regular expression of the form s/match/replace/
-#   in this case, elements that match are transformed using
-#   the regex rule.
-# All elements much match before a rule can be applied
-# Example rule: match jar with groupid= junit, artifactid= junit
-# and version starting with 3., replacing the version with 3.x
-#   junit junit jar s/3\\..*/3.x/
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-war-plugin.git



More information about the pkg-java-commits mailing list