Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
5
Standards-Version updated to 4.2.1
· 17a670b2
Emmanuel Bourg
authored
Nov 23, 2018
17a670b2
Switch to debhelper level 11
· 16bba752
Emmanuel Bourg
authored
Nov 23, 2018
16bba752
Use salsa.debian.org Vcs-* URLs
· 22302175
Emmanuel Bourg
authored
Nov 23, 2018
22302175
Build depend on libplexus-component-metadata-java instead of libplexus-maven-plugin-java
· f91511ef
Emmanuel Bourg
authored
Nov 23, 2018
f91511ef
Upload to unstable
· 93a45660
Emmanuel Bourg
authored
Nov 23, 2018
93a45660
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
93a45660
properties-maven-plugin (1.0.0-2) 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 13:09:11 +0100
properties-maven-plugin (1.0.0-1) unstable; urgency=medium
* Team upload.
...
...
debian/compat
View file @
93a45660
1
0
1
1
debian/control
View file @
93a45660
...
...
@@ -4,17 +4,17 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends:
debhelper (>= 1
0
),
debhelper (>= 1
1
),
default-jdk,
junit4,
libmaven-plugin-tools-java,
libmaven3-core-java,
libplexus-
maven-plugin
-java,
libplexus-
component-metadata
-java,
libplexus-utils-java,
maven-debian-helper (>= 1.5)
Standards-Version: 4.
0.0
Vcs-Git: https://
anonscm
.debian.org/
git/pkg-java
/properties-maven-plugin.git
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-java
/properties-maven-plugin
.git
Standards-Version: 4.
2.1
Vcs-Git: https://
salsa
.debian.org/
java-team
/properties-maven-plugin.git
Vcs-Browser: https://
salsa
.debian.org/
java-team
/properties-maven-plugin
Homepage: http://www.mojohaus.org/properties-maven-plugin/
Package: libproperties-maven-plugin-java
...
...
debian/maven.ignoreRules
View file @
93a45660
org.codehaus.plexus plexus-maven-plugin
debian/patches/01-plexus-component-metadata.patch
0 → 100644
View file @
93a45660
Description: Generate the component descriptor with plexus-component-metadata instead of plexus-maven-plugin
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/pom.xml
+++ b/pom.xml
@@ -156,6 +156,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>
</project>
debian/patches/series
0 → 100644
View file @
93a45660
01-plexus-component-metadata.patch
debian/rules
View file @
93a45660
...
...
@@ -2,6 +2,3 @@
%:
dh $@
get-orig-source:
uscan --download-current-version --force-download --rename