[commons-configuration] 04/06: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jun 28 11:59:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository commons-configuration.
commit c32e2e26284ce2e5386be5d105cccb16769f30d7
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jun 28 12:44:39 2017 +0200
Wrap and sort
---
debian/control | 71 +++++++++++++++++++++++++++++++---------------------------
1 file changed, 38 insertions(+), 33 deletions(-)
diff --git a/debian/control b/debian/control
index 965abd9..e70d961 100644
--- a/debian/control
+++ b/debian/control
@@ -2,38 +2,43 @@ Source: commons-configuration
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Torsten Werner <twerner at debian.org>,
- Damien Raude-Morvan <drazzib at debian.org>,
- Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper, javahelper
-Build-Depends-Indep: ant,
- default-jdk-doc,
- libmail-java,
- junit4,
- libcommons-beanutils-java,
- libcommons-beanutils-java-doc,
- libcommons-codec-java,
- libcommons-codec-java-doc,
- libcommons-collections3-java,
- libcommons-collections3-java-doc,
- libcommons-dbcp-java,
- libcommons-dbcp-java-doc,
- libcommons-digester-java,
- libcommons-digester-java-doc,
- libeasymock-java,
- libcommons-jexl2-java,
- libcommons-jxpath-java (>= 1.3-5),
- libcommons-jxpath-java-doc,
- libcommons-lang-java (>= 2.3),
- libcommons-lang-java-doc,
- libcommons-logging-java,
- libcommons-logging-java-doc,
- libcommons-pool-java,
- libcommons-vfs-java (>= 2.0),
- libcommons-vfs-java-doc,
- libjavacc-maven-plugin-java,
- libmaven-javadoc-plugin-java,
- libservlet3.1-java
+Uploaders:
+ Torsten Werner <twerner at debian.org>,
+ Damien Raude-Morvan <drazzib at debian.org>,
+ Emmanuel Bourg <ebourg at apache.org>
+Build-Depends:
+ ant,
+ debhelper (>= 10),
+ default-jdk,
+ default-jdk-doc,
+ javahelper,
+ junit4,
+ libcommons-beanutils-java,
+ libcommons-beanutils-java-doc,
+ libcommons-codec-java,
+ libcommons-codec-java-doc,
+ libcommons-collections3-java,
+ libcommons-collections3-java-doc,
+ libcommons-dbcp-java,
+ libcommons-dbcp-java-doc,
+ libcommons-digester-java,
+ libcommons-digester-java-doc,
+ libcommons-jexl2-java,
+ libcommons-jxpath-java (>= 1.3-5),
+ libcommons-jxpath-java-doc,
+ libcommons-lang-java (>= 2.3),
+ libcommons-lang-java-doc,
+ libcommons-logging-java,
+ libcommons-logging-java-doc,
+ libcommons-pool-java,
+ libcommons-vfs-java (>= 2.0),
+ libcommons-vfs-java-doc,
+ libeasymock-java,
+ libjavacc-maven-plugin-java,
+ libmail-java,
+ libmaven-javadoc-plugin-java,
+ libservlet3.1-java,
+ maven-debian-helper
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-configuration.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-configuration.git
@@ -41,7 +46,7 @@ Homepage: http://commons.apache.org/configuration/
Package: libcommons-configuration-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Java based library providing a generic configuration interface
Commons Configuration provides a generic configuration interface which enables
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-configuration.git
More information about the pkg-java-commits
mailing list