[openid4java] 01/07: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Dec 3 22:18:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository openid4java.
commit d226e2b86e321ade732edf642d91a0e47f755be1
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Nov 24 13:19:32 2017 +0100
Wrap and sort
---
debian/control | 39 +++++++++++++++++++--------------------
1 file changed, 19 insertions(+), 20 deletions(-)
diff --git a/debian/control b/debian/control
index 235b7fc..fb2de3c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,22 +3,23 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Olivier Weinstoerffer <olivier.weinstoerffer at gmail.com>
-Build-Depends: ant,
- debhelper (>= 10~),
- javahelper (>= 0.32),
- maven-repo-helper
-Build-Depends-Indep: default-jdk,
- libcommons-codec-java,
- libcommons-httpclient-java,
- libcommons-logging-java,
- libehcache-java,
- libguice-java,
- libhttpclient-java,
- libhttpcore-java,
- libnekohtml-java,
- libservlet3.1-java,
- libspring-jdbc-java,
- libspring-transaction-java
+Build-Depends:
+ ant,
+ debhelper (>= 10~),
+ default-jdk,
+ javahelper (>= 0.32),
+ libcommons-codec-java,
+ libcommons-httpclient-java,
+ libcommons-logging-java,
+ libehcache-java,
+ libguice-java,
+ libhttpclient-java,
+ libhttpcore-java,
+ libnekohtml-java,
+ libservlet3.1-java,
+ libspring-jdbc-java,
+ libspring-transaction-java,
+ maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/openid4java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/openid4java.git
@@ -27,8 +28,7 @@ Homepage: https://github.com/jbufu/openid4java
Package: libopenid4java-java
Architecture: all
Suggests: libopenid4java-java-doc
-Depends: ${java:Depends},
- ${misc:Depends}
+Depends: ${java:Depends}, ${misc:Depends}
Description: This library allows you to OpenID-enable your Java webapp
OpenID starts with the concept that anyone can identify themselves on the
Internet the same way websites do - with a URI. Since URIs are at the very core
@@ -52,8 +52,7 @@ Package: libopenid4java-java-doc
Architecture: all
Section: doc
Suggests: libopenid4java-java
-Depends: ${java:Depends},
- ${misc:Depends}
+Depends: ${java:Depends}, ${misc:Depends}
Description: documentation for libopenid4java
Documentation for openid4java that is library that provide OpenID features
to Java webapps.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openid4java.git
More information about the pkg-java-commits
mailing list