[gmetrics] 03/04: Wrap and sort dependencies lists
Miguel Landaeta
nomadium at moszumanska.debian.org
Mon Aug 7 09:07:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository gmetrics.
commit e5f2d5ebd826e7247a4c6e7a1d0f8eebe39ecceb
Author: Miguel Landaeta <nomadium at debian.org>
Date: Mon Aug 7 10:05:37 2017 +0100
Wrap and sort dependencies lists
---
debian/changelog | 3 ++-
debian/control | 5 ++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 560953b..99ab63d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ gmetrics (0.7-5) UNRELEASED; urgency=medium
* Team upload.
* Remove myself from uploaders list. (Closes: #XXXXXX)
* Bump DH compat level to 10.
+ * Wrap and sort dependency lists.
- -- Miguel Landaeta <nomadium at debian.org> Mon, 07 Aug 2017 10:04:23 +0100
+ -- Miguel Landaeta <nomadium at debian.org> Mon, 07 Aug 2017 10:05:11 +0100
gmetrics (0.7-4) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 1bab6ea..b75c347 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,10 @@ Homepage: http://gmetrics.sourceforge.net/
Package: libgmetrics-groovy-java
Architecture: all
-Depends: ant, groovy, liblog4j1.2-java, ${misc:Depends}
+Depends: ant,
+ groovy,
+ liblog4j1.2-java,
+ ${misc:Depends}
Suggests: libgmetrics-groovy-java-doc
Description: Groovy library that provides reports and metrics for Groovy code
GMetrics provides calculation and reporting of size and
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gmetrics.git
More information about the pkg-java-commits
mailing list