[libcommons-lang3-java] 06/08: Relocated the 3.x artifacts to the 'debian' version
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Aug 1 11:17:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libcommons-lang3-java.
commit f22549f639bef53199293288873d131fc1bb1235
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Aug 1 11:24:55 2016 +0200
Relocated the 3.x artifacts to the 'debian' version
---
debian/changelog | 1 +
debian/control | 2 +-
debian/libcommons-lang3-java.poms | 2 +-
debian/maven.publishedRules | 19 -------------------
debian/maven.rules | 1 -
5 files changed, 3 insertions(+), 22 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9602017..4b6817c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
libcommons-lang3-java (3.4-2) UNRELEASED; urgency=medium
+ * Relocated the 3.x artifacts to the 'debian' version
* Build with the DH sequencer instead of CDBS
* Standards-Version updated to 3.9.8
* Use secure Vcs-* URLs
diff --git a/debian/control b/debian/control
index 2e24477..549621c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Damien Raude-Morvan <drazzib at debian.org>, Emmanuel Bourg <ebourg at apac
Build-Depends:
debhelper (>= 9),
default-jdk,
- maven-debian-helper (>= 1.4)
+ maven-debian-helper (>= 2.1~)
Build-Depends-Indep:
default-jdk-doc,
junit4 (>= 4.12),
diff --git a/debian/libcommons-lang3-java.poms b/debian/libcommons-lang3-java.poms
index 64b1188..f3934c1 100644
--- a/debian/libcommons-lang3-java.poms
+++ b/debian/libcommons-lang3-java.poms
@@ -25,4 +25,4 @@
# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
# Empty by default. [mh_install]
#
-pom.xml --no-parent --has-package-version --java-lib
+pom.xml --no-parent --has-package-version --java-lib --relocate=org.apache.commons:commons-lang3: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/
-
diff --git a/debian/maven.rules b/debian/maven.rules
index a8617ba..994b9b0 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -17,5 +17,4 @@
# junit junit jar s/3\\..*/3.x/
junit junit jar s/4\..*/4.x/ * *
-org.apache.commons commons-lang3 jar s/3\..*/3.x/ * *
s/easymock/org.easymock/ easymock * s/.*/debian/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-lang3-java.git
More information about the pkg-java-commits
mailing list