Skip to content

Commits on Source 5

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 <ebourg@apache.org> Fri, 23 Nov 2018 08:48:56 +0100
plexus-sec-dispatcher (1.4-3) unstable; urgency=medium
* Team upload.
......
......@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Ludovic Claude <ludovic.claude@laposte.net>
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
......
org.codehaus.plexus plexus-maven-plugin
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>
pom.patch
plexus-component-metadata.patch
......@@ -2,6 +2,3 @@
%:
dh $@
get-orig-source:
uscan --download-current-version --force-download --rename