[clirr] 15/19: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Mar 18 22:05:43 GMT 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository clirr.
commit 8dd0ea17b51bcd1754d8966bf7cc8b6f327b315f
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Mar 18 22:17:29 2018 +0100
Wrap and sort
---
debian/control | 29 ++++++++++++++++++++++-------
debian/copyright | 3 +--
2 files changed, 23 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index 131abf0..34b05ed 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,20 @@ Source: clirr
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant, ant-optional, maven-ant-helper
-Build-Depends-Indep: maven-repo-helper, libbcel-java, libcommons-cli-java, libcommons-lang-java
+Uploaders:
+ Ludovic Claude <ludovic.claude at laposte.net>,
+ Emmanuel Bourg <ebourg at apache.org>
+Build-Depends:
+ ant,
+ ant-optional,
+ cdbs,
+ debhelper (>= 9),
+ default-jdk,
+ libbcel-java,
+ libcommons-cli-java,
+ libcommons-lang-java,
+ maven-ant-helper,
+ maven-repo-helper
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/clirr.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/clirr.git
@@ -12,12 +23,16 @@ Homepage: http://clirr.sourceforge.net
Package: clirr
Architecture: all
-Depends: ${misc:Depends}, default-jre | java6-runtime | java7-runtime,
- libbcel-java, libcommons-cli-java, libcommons-lang-java, java-wrappers
+Depends:
+ default-jre | java6-runtime | java7-runtime,
+ java-wrappers,
+ libbcel-java,
+ libcommons-cli-java,
+ libcommons-lang-java,
+ ${misc:Depends}
Recommends: ant
Description: Checks Java libraries for compatibility with older releases
- Clirr is a tool that checks Java libraries for binary and source
+ Clirr is a tool that checks Java libraries for binary and source
compatibility with older releases. The Clirr Ant task can break
the build if it detects incompatible API changes, making it easy to
prevent accidental introduction of compatibility issues.
-
diff --git a/debian/copyright b/debian/copyright
index 10c8f3e..6378b3c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -17,6 +17,5 @@ License: LGPL-2.1
License: GPL-3
On Debian GNU/Linux system you can find the complete text of the
- GNU General Public License version 3 license in
+ GNU General Public License version 3 license in
'/usr/share/common-licenses/GPL-3'.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/clirr.git
More information about the pkg-java-commits
mailing list