[maven-bundle-plugin] 03/04: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jan 21 23:46:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-bundle-plugin.
commit 82eead1ae4084a6e1bbf3f8a046a4c25a86d5e47
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jan 22 00:23:26 2014 +0100
Wrap and sort
---
debian/control | 26 +++++++++++++++++++-------
debian/copyright | 2 --
2 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index d8bc422..325465b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,23 @@ 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: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.4)
-Build-Depends-Indep: bnd (>= 1.44.0), libmaven-archiver-java, libmaven-dependency-tree-java, libmaven2-core-java,
- libplexus-archiver-java, libplexus-container-default-java, libplexus-utils-java,
- libwagon-java, libkxml2-java, libfelix-bundlerepository-java, libfelix-osgi-obr-java,
- libosgi-core-java, libosgi-compendium-java, default-jdk-doc, libmaven-javadoc-plugin-java, libmaven-plugin-tools-java
+Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
+Build-Depends-Indep: bnd (>= 1.44.0),
+ default-jdk-doc,
+ libfelix-bundlerepository-java,
+ libfelix-osgi-obr-java,
+ libkxml2-java,
+ libmaven-archiver-java,
+ libmaven-dependency-tree-java,
+ libmaven-javadoc-plugin-java,
+ libmaven-plugin-tools-java,
+ libmaven2-core-java,
+ libosgi-compendium-java,
+ libosgi-core-java,
+ libplexus-archiver-java,
+ libplexus-container-default-java,
+ libplexus-utils-java,
+ libwagon-java
Standards-Version: 3.9.5
Homepage: http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html
Vcs-Git: git://anonscm.debian.org/pkg-java/maven-bundle-plugin.git
@@ -15,7 +27,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/maven-bundle-plugin.gi
Package: libmaven-bundle-plugin-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libmaven-bundle-plugin-java-doc
Description: Maven plugin to handle artifact OSGi metadata
@@ -33,7 +45,7 @@ Description: Maven plugin to handle artifact OSGi metadata
Package: libmaven-bundle-plugin-java-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
+Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libmaven-bundle-plugin-java
Description: Maven plugin to handle artifact OSGi metadata - documentation
diff --git a/debian/copyright b/debian/copyright
index 9d478de..035eb0b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -14,5 +14,3 @@ License: Apache-2.0
License: Apache-2.0
On Debian GNU/Linux system you can find the complete text of the
Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
-
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-bundle-plugin.git
More information about the pkg-java-commits
mailing list