[wagon] 01/01: Depend on libcommons-net-java instead of libcommons-net2-java (Closes: #800765)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Nov 4 22:20:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository wagon.
commit e26a3880651eccff7c7ad30cddc405d2e9865882
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Nov 4 23:11:10 2015 +0100
Depend on libcommons-net-java instead of libcommons-net2-java (Closes: #800765)
---
debian/changelog | 8 ++++++++
debian/control | 4 ++--
debian/maven.rules | 1 -
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ff6f04b..1e17ecd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wagon (1.0.0-8) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Depend on libcommons-net-java instead of libcommons-net2-java
+ (Closes: #800765)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 03 Nov 2015 10:52:42 +0100
+
wagon (1.0.0-7) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 04e1ff8..c6ff853 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ Build-Depends-Indep: default-jdk-doc,
libcommons-io-java,
libcommons-logging-java,
libcommons-logging-java-doc,
- libcommons-net2-java,
- libcommons-net2-java-doc,
+ libcommons-net-java,
+ libcommons-net-java-doc,
libeasymock-java (>= 3.2),
libjaxen-java,
libjetty-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index 88bc77f..7ea83c4 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -17,7 +17,6 @@
# junit junit jar s/3\\..*/3.x/
commons-httpclient commons-httpclient jar s/3\..*/3.x/ * *
-commons-net commons-net jar s/2\..+/2.x/ * *
junit junit jar s/3\..*/3.x/ * *
junit junit jar s/4\..*/4.x/ * *
org.apache.maven.wagon wagon-file jar s/.*/debian/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wagon.git
More information about the pkg-java-commits
mailing list