[jdeb] 03/06: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jan 10 00:08:12 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jdeb.
commit 3086cc9d6c1001e26d9feae5c55303af72f3a13d
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jan 10 01:03:06 2018 +0100
Wrap and sort
---
debian/control | 22 ++++++++++++----------
debian/copyright | 2 --
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/debian/control b/debian/control
index 12f7186..ac7ea21 100644
--- a/debian/control
+++ b/debian/control
@@ -2,23 +2,25 @@ Source: jdeb
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>,
+Uploaders:
+ Steffen Moeller <moeller at debian.org>,
Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 10),
- default-jdk,
- maven-debian-helper (>= 1.5)
-Build-Depends-Indep: libmaven-invoker-plugin-java,
- libmaven-shade-plugin-java,
+Build-Depends:
ant,
+ debhelper (>= 10),
+ default-jdk,
junit,
libbcpg-java (>= 1.57),
libcommons-compress-java,
libcommons-io-java,
- libmaven3-core-java,
- libplexus-utils-java,
+ libmaven-invoker-plugin-java,
libmaven-plugin-tools-java,
+ libmaven-shade-plugin-java,
+ libmaven3-core-java,
libmockito-java,
- libxz-java
+ libplexus-utils-java,
+ libxz-java,
+ maven-debian-helper (>= 1.5)
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jdeb.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jdeb.git
@@ -26,7 +28,7 @@ Homepage: https://github.com/tcurdt/jdeb
Package: libjdeb-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: utility to construct Debian packages from Ant or Maven
This library provides an Ant task and a Maven plugin to create Debian packages
diff --git a/debian/copyright b/debian/copyright
index 0a795ac..f6ebfdb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,5 +13,3 @@ License: Apache-2.0
License: Apache-2.0
On Debian systems, the full text of the Apache-2.0 license
can be found in the file '/usr/share/common-licenses/Apache-2.0'
-
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jdeb.git
More information about the pkg-java-commits
mailing list