[libcommons-validator-java] 02/05: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jun 19 23:28:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libcommons-validator-java.
commit b09791a76c088639cef2b89547395eae05762107
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Jun 19 17:14:41 2017 +0200
Wrap and sort
---
debian/control | 41 +++++++++++++++++++++++------------------
1 file changed, 23 insertions(+), 18 deletions(-)
diff --git a/debian/control b/debian/control
index 0049acf..87a5b60 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,22 @@ Source: libcommons-validator-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varun at debian.org>, Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 10), default-jdk
-Build-Depends-Indep: ant,
- javahelper,
- junit4,
- libcommons-beanutils-java (>= 1.7),
- libcommons-collections3-java,
- libcommons-digester-java (>= 1.6),
- libcommons-logging-java (>= 1.0.6),
- libmaven-javadoc-plugin-java,
- maven-debian-helper,
- sgml-base
+Uploaders:
+ Varun Hiremath <varun at debian.org>,
+ Emmanuel Bourg <ebourg at apache.org>
+Build-Depends:
+ ant,
+ debhelper (>= 10),
+ default-jdk,
+ javahelper,
+ junit4,
+ libcommons-beanutils-java (>= 1.7),
+ libcommons-collections3-java,
+ libcommons-digester-java (>= 1.6),
+ libcommons-logging-java (>= 1.0.6),
+ libmaven-javadoc-plugin-java,
+ maven-debian-helper,
+ sgml-base
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcommons-validator-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcommons-validator-java.git
@@ -21,12 +25,13 @@ Homepage: http://commons.apache.org/validator/
Package: libcommons-validator-java
Architecture: all
-Depends: libcommons-beanutils-java (>= 1.7),
- libcommons-collections3-java,
- libcommons-digester-java (>= 1.6),
- libcommons-logging-java (>= 1.0.4),
- sgml-base,
- ${misc:Depends}
+Depends:
+ libcommons-beanutils-java (>= 1.7),
+ libcommons-collections3-java,
+ libcommons-digester-java (>= 1.6),
+ libcommons-logging-java (>= 1.0.4),
+ sgml-base,
+ ${misc:Depends}
Description: ease and speed development and maintenance of validation rules
The Commons Validator is a basic validation framework
that lets you define validation rules for a JavaBean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-validator-java.git
More information about the pkg-java-commits
mailing list