[fest-test] 01/01: Run wrap-and-sort on d/control

Tim Potter tpot-guest at moszumanska.debian.org
Thu Nov 13 05:05:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

tpot-guest pushed a commit to branch master
in repository fest-test.

commit cb88c46b89644bc1f3778ed54a09243e717ac3ec
Author: Tim Potter <tpot at hp.com>
Date:   Thu Nov 13 16:04:37 2014 +1100

    Run wrap-and-sort on d/control
---
 debian/control | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index bba4644..f5e11b5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,13 @@ Source: fest-test
 Section: java
 Priority: optional
 Maintainer: Tim Potter <tpot at hp.com>
-Build-Depends: debhelper (>= 9), javahelper, maven-debian-helper, default-jdk, default-jdk-doc, libmaven-javadoc-plugin-java, junit4
+Build-Depends: debhelper (>= 9),
+               default-jdk,
+               default-jdk-doc,
+               javahelper,
+               junit4,
+               libmaven-javadoc-plugin-java,
+               maven-debian-helper
 Standards-Version: 3.9.6
 Homepage: https://github.com/alexruiz/fest-test
 Vcs-Git: git://anonscm.debian.org/pkg-java/fest-test.git
@@ -10,8 +16,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/fest-test.git
 
 Package: libfest-test-java
 Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Suggests: ${maven:OptionalDepends}, libfest-test-java-doc
+Depends: ${maven:Depends}, ${misc:Depends}
+Suggests: libfest-test-java-doc, ${maven:OptionalDepends}
 Description: common testing code for FEST (Fixtures for Easy Software Testing) packages
  FEST Assertions is a Java library that provides a fluent interface
  for writing assertions. It's main goal is to improve test code
@@ -24,8 +30,8 @@ Description: common testing code for FEST (Fixtures for Easy Software Testing) p
 Package: libfest-test-java-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
-Suggests: ${maven:DocOptionalDepends}, libfest-test-java
+Depends: ${maven:DocDepends}, ${misc:Depends}
+Suggests: libfest-test-java, ${maven:DocOptionalDepends}
 Description: Documentation for libfest-test-java
  FEST Assertions is a Java library that provides a fluent interface
  for writing assertions. It's main goal is to improve test code

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/fest-test.git



More information about the pkg-java-commits mailing list