[Git][java-team/hawtjni][master] 5 commits: Standards-Version updated to 4.2.1
Emmanuel Bourg
gitlab at salsa.debian.org
Fri Nov 23 23:54:55 GMT 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / hawtjni
Commits:
e0ce5e99 by Emmanuel Bourg at 2018-11-23T23:43:50Z
Standards-Version updated to 4.2.1
- - - - -
9507573d by Emmanuel Bourg at 2018-11-23T23:43:57Z
Switch to debhelper level 11
- - - - -
6dc622b0 by Emmanuel Bourg at 2018-11-23T23:44:05Z
Use salsa.debian.org Vcs-* URLs
- - - - -
09438666 by Emmanuel Bourg at 2018-11-23T23:50:49Z
Build depend on libplexus-component-metadata-java instead of libplexus-maven-plugin-java
- - - - -
84bd6f62 by Emmanuel Bourg at 2018-11-23T23:51: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,13 @@
+hawtjni (1.15-3) unstable; urgency=medium
+
+ * 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> Sat, 24 Nov 2018 00:51:08 +0100
+
hawtjni (1.15-2) unstable; urgency=medium
* Team upload.
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
@@ -5,15 +5,15 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Emmanuel Bourg <ebourg at apache.org>
Build-Depends:
default-jdk,
- debhelper (>= 10),
+ debhelper (>= 11),
libasm-java,
libmaven-plugin-tools-java,
- libplexus-maven-plugin-java,
+ libplexus-component-metadata-java,
libxbean-java,
maven-debian-helper (>= 2.2)
-Standards-Version: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/hawtjni.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/hawtjni.git
+Standards-Version: 4.2.1
+Vcs-Git: https://salsa.debian.org/java-team/hawtjni.git
+Vcs-Browser: https://salsa.debian.org/java-team/hawtjni
Homepage: http://fusesource.com/forge/sites/hawtjni/
Package: libhawtjni-runtime-java
=====================================
debian/maven.ignoreRules
=====================================
@@ -10,3 +10,4 @@ org.apache.maven.plugins maven-shade-plugin * * * *
org.apache.maven.plugins maven-surefire-plugin * * * *
org.codehaus.mojo jxr-maven-plugin * * * *
org.codehaus.mojo surefire-report-maven-plugin * * * *
+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/maven-hawtjni-plugin/pom.xml
++++ b/maven-hawtjni-plugin/pom.xml
+@@ -133,6 +133,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>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+01-plexus-component-metadata.patch
=====================================
debian/rules
=====================================
@@ -1,8 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=maven
-
-
-get-orig-source:
- uscan --download-current-version --force-download --rename
+ dh $@
View it on GitLab: https://salsa.debian.org/java-team/hawtjni/compare/a305adc79a1e55e831ab988b5b02d89c3b00f2c4...84bd6f629d5efdf6e3373e5026234e7eb8b6a486
--
View it on GitLab: https://salsa.debian.org/java-team/hawtjni/compare/a305adc79a1e55e831ab988b5b02d89c3b00f2c4...84bd6f629d5efdf6e3373e5026234e7eb8b6a486
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/76f0db48/attachment.html>
More information about the pkg-java-commits
mailing list