[spock] 04/05: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Mar 30 16:40:46 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository spock.
commit 92e1844b46967b86ee106936c65b9f83f3879b37
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Mar 30 17:38:24 2018 +0200
Wrap and sort
---
debian/control | 46 ++++++++++++++++++++++++----------------------
1 file changed, 24 insertions(+), 22 deletions(-)
diff --git a/debian/control b/debian/control
index 3351995..b02d80c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,19 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: ant,
- debhelper (>= 11),
- default-jdk
-Build-Depends-Indep: groovy (>= 2.4.7),
- junit4,
- libaopalliance-java,
- libasm-java (>= 5.0),
- libcglib-nodep-java,
- libguice-java,
- libhamcrest-java,
- libobjenesis-java,
- maven-repo-helper (>= 1.5~)
+Build-Depends:
+ ant,
+ debhelper (>= 11),
+ default-jdk,
+ groovy (>= 2.4.7),
+ junit4,
+ libaopalliance-java,
+ libasm-java (>= 5.0),
+ libcglib-nodep-java,
+ libguice-java,
+ libhamcrest-java,
+ libobjenesis-java,
+ maven-repo-helper (>= 1.5~)
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/spock.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/spock.git
@@ -22,16 +23,17 @@ Homepage: http://spockframework.org
Package: libspock-java
Architecture: all
-Depends: ant,
- groovy (>= 2.4.7),
- junit4,
- libaopalliance-java,
- libasm-java (>= 5.0),
- libcglib-nodep-java,
- libguice-java,
- libhamcrest-java,
- libobjenesis-java,
- ${misc:Depends}
+Depends:
+ ant,
+ groovy (>= 2.4.7),
+ junit4,
+ libaopalliance-java,
+ libasm-java (>= 5.0),
+ libcglib-nodep-java,
+ libguice-java,
+ libhamcrest-java,
+ libobjenesis-java,
+ ${misc:Depends}
Description: testing and specification framework for Java and Groovy application
Spock is a testing and specification framework for Java and Groovy applications
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/spock.git
More information about the pkg-java-commits
mailing list