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

ebourg-guest pushed a commit to branch master
in repository geronimo-jta-1.1-spec.

commit 34038c72eeef9fc6945c4a6e290c68f4ffe842b5
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Fri Nov 24 12:15:16 2017 +0100

    Upload to unstable
---
 debian/changelog              |  4 ++--
 debian/copyright              |  6 +++---
 debian/maven.cleanIgnoreRules | 17 -----------------
 debian/maven.ignoreRules      | 16 ----------------
 debian/maven.properties       |  4 ----
 debian/maven.publishedRules   | 19 -------------------
 debian/maven.rules            | 19 -------------------
 7 files changed, 5 insertions(+), 80 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 994a6dc..18d3324 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-geronimo-jta-1.1-spec (1.1.1-4) UNRELEASED; urgency=low
+geronimo-jta-1.1-spec (1.1.1-4) unstable; urgency=low
 
   * Team upload.
   * Removed the -java-doc package (Closes: #875364)
@@ -7,7 +7,7 @@ geronimo-jta-1.1-spec (1.1.1-4) UNRELEASED; urgency=low
   * Switch to debhelper level 10
   * Use secure Vcs-* URLs
 
- -- Emmanuel Bourg <ebo...@apache.org>  Mon, 07 Oct 2013 22:10:44 +0200
+ -- Emmanuel Bourg <ebo...@apache.org>  Fri, 24 Nov 2017 12:14:58 +0100
 
 geronimo-jta-1.1-spec (1.1.1-3) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 47d1f07..042e2bb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Geronimo JTA
 Source: https://svn.apache.org/repos/asf/geronimo/specs
 
@@ -12,5 +12,5 @@ Copyright: 2009, Thierry Carrez <thierry.car...@ubuntu.com>
 License: Apache-2.0
 
 License: Apache-2.0
-  On Debian systems you can find the complete text of the
-  Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
+ On Debian systems you can find the complete text of the
+ Apache-2.0 license in '/usr/share/common-licenses/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.ignoreRules b/debian/maven.ignoreRules
deleted file mode 100644
index 0088a40..0000000
--- a/debian/maven.ignoreRules
+++ /dev/null
@@ -1,16 +0,0 @@
-# Maven ignore rules - ignore some Maven dependencies and plugins
-# 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
-#   junit junit jar s/3\\..*/3.x/
-
diff --git a/debian/maven.properties b/debian/maven.properties
deleted file mode 100644
index 7c29bd7..0000000
--- a/debian/maven.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-# Include here properties to pass to Maven during the build.
-# For example:
-# maven.test.skip=true
-
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/
-
diff --git a/debian/maven.rules b/debian/maven.rules
deleted file mode 100644
index 7fd74f4..0000000
--- a/debian/maven.rules
+++ /dev/null
@@ -1,19 +0,0 @@
-# Maven rules - transform Maven dependencies and plugins
-# 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/
-
-org.apache.geronimo.specs geronimo-jta_1.0.1B_spec jar s/.*/debian/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/geronimo-jta-1.1-spec.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to