[plexus-archiver] 11/44: Depend on libplexus-utils2-java instead of libplexus-utils-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jul 20 23:30:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository plexus-archiver.
commit c990984de3ee96d5ea8decfa4b48dd041c26ac63
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Jul 18 16:43:33 2017 +0200
Depend on libplexus-utils2-java instead of libplexus-utils-java
---
debian/changelog | 1 +
debian/control | 2 +-
debian/maven.rules | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8e63d04..5cc667a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ plexus-archiver (2.8.1-1) UNRELEASED; urgency=medium
- Refreshed the patch
- New dependency on libcommons-compress-java
- New build dependency on libplexus-component-metadata-java and junit4
+ - Depend on libplexus-utils2-java instead of libplexus-utils-java
* Build with maven-debian-helper instead of maven-ant-helper
* Standards-Version updated to 4.0.0
* Switch to debhelper level 10
diff --git a/debian/control b/debian/control
index c5460c7..fea0777 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: junit4,
libplexus-component-metadata-java,
libplexus-containers-java,
libplexus-io-java,
- libplexus-utils-java,
+ libplexus-utils2-java,
maven-debian-helper (>= 2.2)
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-archiver.git
diff --git a/debian/maven.rules b/debian/maven.rules
index 012da69..ec1dba7 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,3 +1,4 @@
junit junit * s/.*/4.x/ * *
org.codehaus.plexus plexus-container-default jar s/.*/1.0-alpha/
org.codehaus.plexus plexus-component-metadata maven-plugin s/1.6/1.5.5/ * *
+org.codehaus.plexus plexus-utils * s/.*/2.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-archiver.git
More information about the pkg-java-commits
mailing list