Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
5
Standards-Version updated to 4.2.1
· 9e58bd41
Emmanuel Bourg
authored
Nov 23, 2018
9e58bd41
Switch to debhelper level 11
· dbaa3d28
Emmanuel Bourg
authored
Nov 23, 2018
dbaa3d28
Use salsa.debian.org Vcs-* URLs
· 72d5a01a
Emmanuel Bourg
authored
Nov 23, 2018
72d5a01a
Build depend on libplexus-component-metadata-java instead of libplexus-maven-plugin-java
· bee12c86
Emmanuel Bourg
authored
Nov 23, 2018
bee12c86
Upload to unstable
· 4227830d
Emmanuel Bourg
authored
Nov 23, 2018
4227830d
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4227830d
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.
...
...
debian/compat
View file @
4227830d
1
0
1
1
debian/control
View file @
4227830d
...
...
@@ -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 (>= 1
0
),
debhelper (>= 1
1
),
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 → 100644
View file @
4227830d
org.codehaus.plexus plexus-maven-plugin
debian/patches/plexus-component-metadata.patch
0 → 100644
View file @
4227830d
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
View file @
4227830d
pom.patch
plexus-component-metadata.patch
debian/rules
View file @
4227830d
...
...
@@ -2,6 +2,3 @@
%:
dh $@
get-orig-source:
uscan --download-current-version --force-download --rename