[rome] 05/06: Wrap and sort dependencies lists
Miguel Landaeta
nomadium at moszumanska.debian.org
Fri Aug 11 18:19:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository rome.
commit a360bc9e08418ae1e9db1f3259dca80764350e4f
Author: Miguel Landaeta <nomadium at debian.org>
Date: Fri Aug 11 19:19:44 2017 +0100
Wrap and sort dependencies lists
---
debian/changelog | 3 ++-
debian/control | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e74fc15..1ba6a41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ rome (1.0-7) UNRELEASED; urgency=medium
* Bump DH compat level to 10.
* Update Vcs-* and Homepage fields.
* Bump Standards-Version to 3.9.8. No changes were required.
+ * Wrap and sort dependencies lists.
- -- Miguel Landaeta <nomadium at debian.org> Wed, 09 Aug 2017 21:44:00 +0100
+ -- Miguel Landaeta <nomadium at debian.org> Wed, 09 Aug 2017 21:44:38 +0100
rome (1.0-6) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 6042752..3b3e290 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/rome.git
Package: librome-java
Architecture: all
-Depends: libjdom1-java, ${misc:Depends}
+Depends: libjdom1-java,
+ ${misc:Depends}
Suggests: librome-java-doc (= ${binary:Version})
Description: Java library to handle Atom and RSS feeds
ROME is an set of open source Java tools for parsing, generating
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rome.git
More information about the pkg-java-commits
mailing list