Emmanuel Bourg pushed to branch master at Debian Java Maintainers / maven-doxia-tools
Commits: e979760b by Emmanuel Bourg at 2018-11-23T07:53:43Z Standards-Version updated to 4.2.1 - - - - - 1f7c3a60 by Emmanuel Bourg at 2018-11-23T07:53:54Z Switch to debhelper level 11 - - - - - e143505a by Emmanuel Bourg at 2018-11-23T07:53:57Z Use salsa.debian.org Vcs-* URLs - - - - - 940c2e1f by Emmanuel Bourg at 2018-11-23T07:55:21Z Removed Damien Raude-Morvan from the uploaders (Closes: #889415) - - - - - a115d97b by Emmanuel Bourg at 2018-11-23T10:09:57Z Build depend on libplexus-component-metadata-java instead of libplexus-maven-plugin-java - - - - - 21b35a13 by Emmanuel Bourg at 2018-11-23T10:10:11Z Upload to unstable - - - - - 7 changed files: - debian/changelog - debian/compat - debian/control - debian/maven.ignoreRules - + debian/patches/0003-plexus-component-metadata.patch - debian/patches/series - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +maven-doxia-tools (1.4-4) unstable; urgency=medium + + * Team upload. + * Build depend on libplexus-component-metadata-java + instead of libplexus-maven-plugin-java + * Standards-Version updated to 4.2.1 + * Switch to debhelper level 11 + * Use salsa.debian.org Vcs-* URLs + * Removed Damien Raude-Morvan from the uploaders (Closes: #889415) + + -- Emmanuel Bourg <[email protected]> Fri, 23 Nov 2018 11:10:06 +0100 + maven-doxia-tools (1.4-3) unstable; urgency=medium * Team upload. ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -2,11 +2,9 @@ Source: maven-doxia-tools Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: - Torsten Werner <[email protected]>, - Damien Raude-Morvan <[email protected]> +Uploaders: Torsten Werner <[email protected]> Build-Depends: - debhelper (>= 10), + debhelper (>= 11), default-jdk, default-jdk-doc, junit, @@ -18,15 +16,14 @@ Build-Depends: libmaven-plugin-testing-java, libmaven-reporting-api-java, libmaven3-core-java, - libplexus-container-default1.5-java, + libplexus-component-metadata-java, libplexus-i18n-java, - libplexus-maven-plugin-java, libplexus-utils-java, libplexus-utils-java-doc, maven-debian-helper (>= 1.4) -Standards-Version: 4.1.0 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-doxia-tools.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-doxia-tools.git +Standards-Version: 4.2.1 +Vcs-Git: https://salsa.debian.org/java-team/maven-doxia-tools.git +Vcs-Browser: https://salsa.debian.org/java-team/maven-doxia-tools Homepage: http://maven.apache.org/shared/maven-doxia-tools/ Package: libmaven-doxia-tools-java ===================================== debian/maven.ignoreRules ===================================== @@ -15,3 +15,4 @@ # junit junit jar s/3\\..*/3.x/ org.codehaus.mojo l10n-maven-plugin * * * * +org.codehaus.plexus plexus-maven-plugin * * * * ===================================== debian/patches/0003-plexus-component-metadata.patch ===================================== @@ -0,0 +1,24 @@ +Description: Generate the component descriptor with plexus-component-metadata instead of plexus-maven-plugin +Author: Emmanuel Bourg <[email protected]> +Forwarded: no +--- a/pom.xml ++++ b/pom.xml +@@ -184,6 +184,18 @@ + </execution> + </executions> + </plugin> ++ <plugin> ++ <groupId>org.codehaus.plexus</groupId> ++ <artifactId>plexus-component-metadata</artifactId> ++ <executions> ++ <execution> ++ <id>process-classes</id> ++ <goals> ++ <goal>generate-metadata</goal> ++ </goals> ++ </execution> ++ </executions> ++ </plugin> + </plugins> + </build> + ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 0002-remove-setLastModified.patch +0003-plexus-component-metadata.patch ===================================== debian/rules ===================================== @@ -2,6 +2,3 @@ %: dh $@ - -get-orig-source: - uscan --download-current-version --force-download --rename View it on GitLab: https://salsa.debian.org/java-team/maven-doxia-tools/compare/9dac654df1837bfd2c4b6fc4b97537cd42d00876...21b35a133ef16c33a7a2f98d12755aecee95c454 -- View it on GitLab: https://salsa.debian.org/java-team/maven-doxia-tools/compare/9dac654df1837bfd2c4b6fc4b97537cd42d00876...21b35a133ef16c33a7a2f98d12755aecee95c454 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

