Emmanuel Bourg pushed to branch master at Debian Java Maintainers / plexus-sec-dispatcher
Commits: 9e58bd41 by Emmanuel Bourg at 2018-11-23T00:10:07Z Standards-Version updated to 4.2.1 - - - - - dbaa3d28 by Emmanuel Bourg at 2018-11-23T00:10:12Z Switch to debhelper level 11 - - - - - 72d5a01a by Emmanuel Bourg at 2018-11-23T00:10:16Z Use salsa.debian.org Vcs-* URLs - - - - - bee12c86 by Emmanuel Bourg at 2018-11-23T07:48:46Z Build depend on libplexus-component-metadata-java instead of libplexus-maven-plugin-java - - - - - 4227830d by Emmanuel Bourg at 2018-11-23T07:49:00Z Upload to unstable - - - - - 7 changed files: - debian/changelog - debian/compat - debian/control - + debian/maven.ignoreRules - + debian/patches/plexus-component-metadata.patch - debian/patches/series - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +plexus-sec-dispatcher (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 + + -- Emmanuel Bourg <[email protected]> Fri, 23 Nov 2018 08:48:56 +0100 + plexus-sec-dispatcher (1.4-3) unstable; urgency=medium * Team upload. ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> Build-Depends: - debhelper (>= 10), + debhelper (>= 11), default-jdk, default-jdk-doc, junit (>= 3.8.2), @@ -12,14 +12,13 @@ Build-Depends: libmaven-javadoc-plugin-java, libmodello-maven-plugin-java, libplexus-cipher-java, - libplexus-container-default1.5-java, - libplexus-maven-plugin-java, + libplexus-component-metadata-java, libplexus-utils2-java, libplexus-utils2-java-doc, maven-debian-helper (>= 2.1) -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-sec-dispatcher.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/plexus-sec-dispatcher.git +Standards-Version: 4.2.1 +Vcs-Git: https://salsa.debian.org/java-team/plexus-sec-dispatcher.git +Vcs-Browser: https://salsa.debian.org/java-team/plexus-sec-dispatcher Homepage: https://github.com/codehaus-plexus/plexus-sec-dispatcher Package: libplexus-sec-dispatcher-java ===================================== debian/maven.ignoreRules ===================================== @@ -0,0 +1 @@ +org.codehaus.plexus plexus-maven-plugin ===================================== debian/patches/plexus-component-metadata.patch ===================================== @@ -0,0 +1,23 @@ +Description: Generate the component descriptor with plexus-component-metadata instead of plexus-maven-plugin +Origin: backport, https://github.com/codehaus-plexus/plexus-pom/commit/3c5f784f +--- a/pom.xml ++++ b/pom.xml +@@ -63,6 +63,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 @@ pom.patch +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/plexus-sec-dispatcher/compare/7561f466821b70ef7d41113d937ded39688f09e5...4227830d82ce2fa21ce129880f3c054dec72a127 -- View it on GitLab: https://salsa.debian.org/java-team/plexus-sec-dispatcher/compare/7561f466821b70ef7d41113d937ded39688f09e5...4227830d82ce2fa21ce129880f3c054dec72a127 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

