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 f9672c2bed83f60ecaac8bd6eadc7a5830a83ad0 Author: Emmanuel Bourg <[email protected]> Date: Sat Jul 29 15:04:40 2017 +0200 Removed the *-java-doc package --- debian/changelog | 1 + debian/control | 17 ----------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index d22e876..02d9917 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ properties-maven-plugin (1.0~alpha2-3) UNRELEASED; urgency=medium * Team upload. * Build with the DH sequencer instead of CDBS + * Removed the *-java-doc package * Moved the package to Git * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index f8bf4cd..dbaf1b7 100644 --- a/debian/control +++ b/debian/control @@ -6,14 +6,10 @@ Uploaders: Steffen Moeller <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, - default-jdk-doc, junit (>= 3.8.1), - libmaven-javadoc-plugin-java, libmaven-plugin-tools-java, libmaven2-core-java, - libmaven2-core-java-doc, libplexus-utils-java, - libplexus-utils-java-doc, maven-debian-helper (>= 1.5) Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/properties-maven-plugin.git @@ -24,19 +20,6 @@ Package: libproperties-maven-plugin-java Architecture: all 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 The Properties Maven Plugin is here to make life a little easier when dealing with properties. It provides goals to read and write properties from files. - -Package: libproperties-maven-plugin-java-doc -Architecture: all -Section: doc -Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libproperties-maven-plugin-java -Description: Documentation for Properties Maven Plugin - The Properties Maven Plugin is here to make life a little easier when dealing - with properties. It provides goals to read and write properties from files. - . - This package contains the API documentation of libproperties-maven-plugin-java. -- 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

