[libcommons-lang-java] 50/51: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jan 12 13:38:38 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libcommons-lang-java.
commit 2fe4de13ae30ecb6949ab929382fbd884c869185
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Jan 12 14:23:29 2018 +0100
Wrap and sort
---
debian/control | 24 ++++++++----------------
1 file changed, 8 insertions(+), 16 deletions(-)
diff --git a/debian/control b/debian/control
index b68df61..f21baed 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,16 @@ Source: libcommons-lang-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:
- Emmanuel Bourg <ebourg at apache.org>
+Uploaders: Emmanuel Bourg <ebourg at apache.org>
Build-Depends:
ant,
+ bnd (>= 2.1.0),
debhelper (>= 10),
default-jdk,
- maven-repo-helper (>= 1.7)
-Build-Depends-Indep:
- bnd (>= 2.1.0),
default-jdk-doc,
junit (>= 3.8.1),
- libcommons-parent-java (>= 12)
+ libcommons-parent-java (>= 12),
+ maven-repo-helper (>= 1.7)
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcommons-lang-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcommons-lang-java.git
@@ -21,11 +19,8 @@ Homepage: http://commons.apache.org/lang/
Package: libcommons-lang-java
Architecture: all
-Depends:
- libcommons-parent-java (>= 12),
- ${misc:Depends}
-Suggests:
- libcommons-lang-java-doc
+Depends: libcommons-parent-java (>= 12), ${misc:Depends}
+Suggests: libcommons-lang-java-doc
Description: Commons Lang - an extension of the java.lang package
The Lang Component contains a set of Java classes that provide helper
methods for standard Java classes, especially those found in the
@@ -49,11 +44,8 @@ Description: Commons Lang - an extension of the java.lang package
Package: libcommons-lang-java-doc
Section: doc
Architecture: all
-Depends:
- ${misc:Depends}
-Suggests:
- default-jdk-doc,
- libcommons-lang-java
+Depends: ${misc:Depends}
+Suggests: default-jdk-doc, libcommons-lang-java
Description: Documentation for Commons Lang - an extension of the java.lang package
The Lang Component contains a set of Java classes that provide helper
methods for standard Java classes, especially those found in the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-lang-java.git
More information about the pkg-java-commits
mailing list