This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository properties-maven-plugin.
commit e8d50b7a94d511b3266bf042aae7a089cf84e474 Author: Emmanuel Bourg <[email protected]> Date: Sat Jul 29 15:02:08 2017 +0200 Wrap and sort --- debian/control | 19 ++++++++++--------- debian/copyright | 2 -- debian/libproperties-maven-plugin-java-doc.install | 1 - 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/debian/control b/debian/control index 0c70fab..c7a44b6 100644 --- a/debian/control +++ b/debian/control @@ -3,18 +3,19 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Steffen Moeller <[email protected]> -Build-Depends: debhelper (>= 7), +Build-Depends: cdbs, + debhelper (>= 7), default-jdk, - maven-debian-helper (>= 1.5) -Build-Depends-Indep: libmaven2-core-java, - libplexus-utils-java, + default-jdk-doc, junit (>= 3.8.1), - default-jdk-doc, + libmaven-javadoc-plugin-java, + libmaven-plugin-tools-java, + libmaven2-core-java, libmaven2-core-java-doc, + libplexus-utils-java, libplexus-utils-java-doc, - libmaven-javadoc-plugin-java, - libmaven-plugin-tools-java + maven-debian-helper (>= 1.5) Standards-Version: 3.9.5 Vcs-Git: https://anonscm.debian.org/git/pkg-java/properties-maven-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/properties-maven-plugin.git @@ -22,7 +23,7 @@ Homepage: http://mojo.codehaus.org/properties-maven-plugin Package: libproperties-maven-plugin-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: libproperties-maven-plugin-java-doc Description: Maven Plugin to read and write property files from mojo.codehaus.org @@ -32,7 +33,7 @@ Description: Maven Plugin to read and write property files from mojo.codehaus.or Package: libproperties-maven-plugin-java-doc Architecture: all Section: doc -Depends: ${misc:Depends}, ${maven:DocDepends} +Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libproperties-maven-plugin-java Description: Documentation for Properties Maven Plugin diff --git a/debian/copyright b/debian/copyright index 396701c..0c77918 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' - - diff --git a/debian/libproperties-maven-plugin-java-doc.install b/debian/libproperties-maven-plugin-java-doc.install index 38a3418..9917d52 100644 --- a/debian/libproperties-maven-plugin-java-doc.install +++ b/debian/libproperties-maven-plugin-java-doc.install @@ -1,2 +1 @@ target/apidocs/* usr/share/doc/libproperties-maven-plugin-java/api - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/properties-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

