[jdependency] 03/06: Wrap and sort

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Aug 30 23:19:21 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository jdependency.

commit aba3eabea815406d5539ee28328adcf7e35507ed
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Aug 31 01:14:12 2017 +0200

    Wrap and sort
---
 debian/control | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 8a04557..16ac64b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,14 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.5)
-Build-Depends-Indep: libasm-java, libcommons-io-java, junit4, libmaven-antrun-plugin-java
+Build-Depends:
+ debhelper (>= 10),
+ default-jdk,
+ junit4,
+ libasm-java,
+ libcommons-io-java,
+ libmaven-antrun-plugin-java,
+ maven-debian-helper (>= 1.5)
 Standards-Version: 4.1.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jdependency.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jdependency.git
@@ -12,7 +18,7 @@ Homepage: http://github.com/tcurdt/jdependency
 
 Package: libjdependency-java
 Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
 Description: Java library analyzing class level dependencies
  jdependency is small library that helps you analyze class level dependencies,

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



More information about the pkg-java-commits mailing list