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

Tim Potter tpot-guest at moszumanska.debian.org
Thu Nov 13 05:08:07 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-assert.

commit 3472c2ba9e9f71030b79b6f48225e0cc4005b0b1
Author: Tim Potter <tpot at hp.com>
Date:   Thu Nov 13 16:06:02 2014 +1100

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

diff --git a/debian/control b/debian/control
index 528db61..6895885 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,16 @@ Source: fest-assert
 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, libfest-util-java, junit4, libmockito-java, libfest-test-java
+Build-Depends: debhelper (>= 9),
+               default-jdk,
+               default-jdk-doc,
+               javahelper,
+               junit4,
+               libfest-test-java,
+               libfest-util-java,
+               libmaven-javadoc-plugin-java,
+               libmockito-java,
+               maven-debian-helper
 Standards-Version: 3.9.6
 Homepage: http://code.google.com/p/fest/
 Vcs-Git: git://anonscm.debian.org/pkg-java/fest-assert.git
@@ -10,8 +19,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/fest-assert.git
 
 Package: libfest-assert-java
 Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Suggests: ${maven:OptionalDepends}, libfest-assert-java-doc
+Depends: ${maven:Depends}, ${misc:Depends}
+Suggests: libfest-assert-java-doc, ${maven:OptionalDepends}
 Description: Java library that provides a fluent interface for writing assertions
  FEST Assertions is a Java library that provides a fluent interface
  for writing assertions. It's main goal is to improve test code
@@ -23,8 +32,8 @@ Description: Java library that provides a fluent interface for writing assertion
 Package: libfest-assert-java-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
-Suggests: ${maven:DocOptionalDepends}, libfest-assert-java
+Depends: ${maven:DocDepends}, ${misc:Depends}
+Suggests: libfest-assert-java, ${maven:DocOptionalDepends}
 Description: Documentation for libfest-assert-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-assert.git



More information about the pkg-java-commits mailing list