[libcommons-cli-java] 03/08: Removed the unused dependency on commons-lang (Closes: #800148)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Dec 15 12:07:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libcommons-cli-java.
commit a14b496357686619fa3b37238a8ea9d48c42fb74
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Dec 15 12:39:03 2015 +0100
Removed the unused dependency on commons-lang (Closes: #800148)
---
debian/changelog | 1 +
debian/control | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8afda54..4e332b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libcommons-cli-java (1.3.1-3) UNRELEASED; urgency=medium
* Team upload.
* Fixed the build failure with Maven 3 (Closes: #808020)
* Build with the DH sequencer instead of CDBS
+ * Removed the unused dependency on commons-lang (Closes: #800148)
-- Emmanuel Bourg <ebourg at apache.org> Tue, 15 Dec 2015 12:11:08 +0100
diff --git a/debian/control b/debian/control
index 0a0a5a4..5acf411 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,6 @@ Build-Depends: debhelper (>= 9),
libmaven-antrun-plugin-java,
maven-debian-helper,
libmaven-assembly-plugin-java,
- libcommons-lang-java (>= 2.0),
junit4
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/libcommons-cli-java.git
@@ -20,7 +19,7 @@ Homepage: http://commons.apache.org/cli/
Package: libcommons-cli-java
Architecture: all
-Depends: ${misc:Depends}, libcommons-lang-java (>= 2.0)
+Depends: ${misc:Depends}
Description: API for working with the command line arguments and options
You define arguments you want to parse, parse arguments the user
entered and then you can retrieve them like properties
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-cli-java.git
More information about the pkg-java-commits
mailing list