This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-plugin-tools.
commit 634c3fa46f0b740744901fcb2dd33d5ab21d2df6 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 11 15:50:52 2013 +0000 Removed the unused dependency on libgoogle-collections-java Updated Standards-Version to 3.9.4 (no changes) Use canonical URLs for the Vcs-* fields debian/rules: Added a clean target to allow rebuilds Build depend on debhelper >= 9 --- debian/changelog | 12 ++++++++++++ debian/compat | 2 +- debian/control | 45 ++++++++++++++++++++++++++++++++------------- debian/rules | 7 +++++++ 4 files changed, 52 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3e59b14..c6fe797 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +maven-plugin-tools (2.8-3) unstable; urgency=low + + * Team upload. + * debian/control: + - Removed the unused dependency on libgoogle-collections-java + - Updated Standards-Version to 3.9.4 (no changes) + - Use canonical URLs for the Vcs-* fields + * debian/rules: Added a clean target to allow rebuilds + * Build depend on debhelper >= 9 + + -- Emmanuel Bourg <[email protected]> Wed, 11 Sep 2013 17:46:07 +0200 + maven-plugin-tools (2.8-2) unstable; urgency=low * Team upload. diff --git a/debian/compat b/debian/compat index 7ed6ff8..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +9 diff --git a/debian/control b/debian/control index 67bde2d..ec39779 100644 --- a/debian/control +++ b/debian/control @@ -2,23 +2,42 @@ Source: maven-plugin-tools Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <[email protected]> -Build-Depends: debhelper (>= 5), cdbs, default-jdk, libjaxp1.3-java -Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional, - libmodello-java, libclassworlds-java, junit, libplexus-velocity-java, velocity, - libmaven-reporting-impl-java, libdoxia-sitetools-java, - libplexus-container-default-java, libgoogle-collections-java, - libxbean-java, libqdox-java, bsh, libjtidy-java, libmaven2-core-java -Standards-Version: 3.9.2 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-plugin-tools -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-plugin-tools/ +Uploaders: Torsten Werner <[email protected]>, + Ludovic Claude <[email protected]> +Build-Depends: cdbs, debhelper (>= 9), default-jdk, libjaxp1.3-java +Build-Depends-Indep: ant, + ant-optional, + bsh, + junit, + libclassworlds-java, + libdoxia-sitetools-java, + libjtidy-java, + libmaven-reporting-impl-java, + libmaven2-core-java, + libmodello-java, + libplexus-container-default-java, + libplexus-velocity-java, + libqdox-java, + libxbean-java, + maven-ant-helper (>> 4), + maven-repo-helper, + velocity +Standards-Version: 3.9.4 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven-plugin-tools +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven-plugin-tools/ Homepage: http://maven.apache.org Package: libmaven-plugin-tools-java Architecture: all -Depends: ${misc:Depends}, libmaven-reporting-impl-java, libdoxia-sitetools-java, - libplexus-container-default-java, libgoogle-collections-java, - libxbean-java, libqdox-java, bsh, libjtidy-java, libmaven2-core-java +Depends: bsh, + libdoxia-sitetools-java, + libjtidy-java, + libmaven-reporting-impl-java, + libmaven2-core-java, + libplexus-container-default-java, + libqdox-java, + libxbean-java, + ${misc:Depends} Description: Maven Plugin Tools Base POM Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, diff --git a/debian/rules b/debian/rules index 7bf5e00..cdd075c 100755 --- a/debian/rules +++ b/debian/rules @@ -33,3 +33,10 @@ binary-post-install/lib$(PACKAGE)-java:: mh_installjar -plib$(PACKAGE)-java -l maven-plugin-tools-java/pom.xml maven-plugin-tools-java/target/maven-plugin-tools-java-$(VERSION).jar mh_installjar -plib$(PACKAGE)-java -l maven-plugin-tools-javadoc/pom.xml maven-plugin-tools-javadoc/target/maven-plugin-tools-javadoc-$(VERSION).jar +clean:: + mh_unpatchpoms -plib$(PACKAGE)-java + mh_clean + rm -Rf maven-plugin-tools-model/target + rm -Rf maven-plugin-tools-javadoc/target + rm -Rf maven-plugin-tools-ant/target + find . | grep pom.xml.save | xargs rm -f -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-plugin-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

