[openid4java] 03/04: Wrap and sort dependencies lists
Miguel Landaeta
nomadium at moszumanska.debian.org
Fri Aug 11 17:45:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository openid4java.
commit bda134ea8c62eef6c4bb8d4c9d4c085ecdc41a55
Author: Miguel Landaeta <nomadium at debian.org>
Date: Fri Aug 11 18:45:11 2017 +0100
Wrap and sort dependencies lists
---
debian/changelog | 3 ++-
debian/control | 11 ++++++++---
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b5f6ad9..029f171 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ openid4java (0.9.6.662-4) UNRELEASED; urgency=medium
* Team upload.
* Remove myself from uploaders list. (Closes: #XXXXXX)
* Bump DH compat level to 10.
+ * Wrap and sort dependencies lists.
- -- Miguel Landaeta <nomadium at debian.org> Wed, 09 Aug 2017 21:12:13 +0100
+ -- Miguel Landaeta <nomadium at debian.org> Wed, 09 Aug 2017 21:13:39 +0100
openid4java (0.9.6.662-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 2738f25..235b7fc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ 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: ant,
+ debhelper (>= 10~),
+ javahelper (>= 0.32),
+ maven-repo-helper
Build-Depends-Indep: default-jdk,
libcommons-codec-java,
libcommons-httpclient-java,
@@ -24,7 +27,8 @@ 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
@@ -48,7 +52,8 @@ 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