[Git][java-team/properties-maven-plugin][master] 5 commits: Standards-Version updated to 4.2.1
Emmanuel Bourg
gitlab at salsa.debian.org
Fri Nov 23 12:34:21 GMT 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / properties-maven-plugin
Commits:
17a670b2 by Emmanuel Bourg at 2018-11-23T11:34:05Z
Standards-Version updated to 4.2.1
- - - - -
16bba752 by Emmanuel Bourg at 2018-11-23T11:34:09Z
Switch to debhelper level 11
- - - - -
22302175 by Emmanuel Bourg at 2018-11-23T11:34:13Z
Use salsa.debian.org Vcs-* URLs
- - - - -
f91511ef by Emmanuel Bourg at 2018-11-23T12:08:58Z
Build depend on libplexus-component-metadata-java instead of libplexus-maven-plugin-java
- - - - -
93a45660 by Emmanuel Bourg at 2018-11-23T12:09:15Z
Upload to unstable
- - - - -
7 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/maven.ignoreRules
- + debian/patches/01-plexus-component-metadata.patch
- + debian/patches/series
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+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 at apache.org> Fri, 23 Nov 2018 13:09:11 +0100
+
properties-maven-plugin (1.0.0-1) unstable; urgency=medium
* Team upload.
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
@@ -4,17 +4,17 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller at debian.org>
Build-Depends:
- debhelper (>= 10),
+ debhelper (>= 11),
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
=====================================
@@ -1 +1,2 @@
+org.codehaus.plexus plexus-maven-plugin
=====================================
debian/patches/01-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 <ebourg at 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,0 +1 @@
+01-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/properties-maven-plugin/compare/37dc3f36a73d9cf988ba1adda8582a0ca145c8fa...93a456602de917f9c59fc0509cf2e2b551593c3a
--
View it on GitLab: https://salsa.debian.org/java-team/properties-maven-plugin/compare/37dc3f36a73d9cf988ba1adda8582a0ca145c8fa...93a456602de917f9c59fc0509cf2e2b551593c3a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181123/a25e04a2/attachment.html>
More information about the pkg-java-commits
mailing list