[clojure-maven-plugin] 06/08: Wrap and sort

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Aug 1 09:10:32 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository clojure-maven-plugin.

commit 0546f244ed0bff63242c72b5f1c1dc5245d0bf4e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Aug 1 10:57:40 2017 +0200

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

diff --git a/debian/control b/debian/control
index e245be2..ec70de2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,16 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Peter Collingbourne <peter at pcc.me.uk>
-Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2)
-Build-Depends-Indep: libmaven2-core-java, libcommons-exec-java, libcommons-io-java, libcommons-lang-java, libplexus-utils-java, libmaven-plugin-tools-java
+Build-Depends:
+ debhelper (>= 10),
+ default-jdk,
+ libcommons-exec-java,
+ libcommons-io-java,
+ libcommons-lang-java,
+ libmaven-plugin-tools-java,
+ libmaven2-core-java,
+ libplexus-utils-java,
+ maven-debian-helper (>= 2.2)
 Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/clojure-maven-plugin.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/clojure-maven-plugin.git
@@ -12,8 +20,8 @@ Homepage: http://github.com/talios/clojure-maven-plugin
 
 Package: libclojure-maven-plugin-java
 Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Recommends: ${maven:OptionalDepends}, clojure
+Depends: ${maven:Depends}, ${misc:Depends}
+Recommends: clojure, ${maven:OptionalDepends}
 Description: Clojure plugin for Maven
  Clojure is a dynamic programming language that targets the Java Virtual
  Machine. It is designed to be a general-purpose language, combining the

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



More information about the pkg-java-commits mailing list