Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Standards-Version updated to 4.2.1
· e0ce5e99
Emmanuel Bourg
authored
Nov 24, 2018
e0ce5e99
Switch to debhelper level 11
· 9507573d
Emmanuel Bourg
authored
Nov 24, 2018
9507573d
Use salsa.debian.org Vcs-* URLs
· 6dc622b0
Emmanuel Bourg
authored
Nov 24, 2018
6dc622b0
Build depend on libplexus-component-metadata-java instead of libplexus-maven-plugin-java
· 09438666
Emmanuel Bourg
authored
Nov 24, 2018
09438666
Upload to unstable
· 84bd6f62
Emmanuel Bourg
authored
Nov 24, 2018
84bd6f62
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
84bd6f62
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@apache.org> Sat, 24 Nov 2018 00:51:08 +0100
hawtjni (1.15-2) unstable; urgency=medium
* Team upload.
...
...
debian/compat
View file @
84bd6f62
1
0
1
1
debian/control
View file @
84bd6f62
...
...
@@ -5,15 +5,15 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
default-jdk,
debhelper (>= 1
0
),
debhelper (>= 1
1
),
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
View file @
84bd6f62
...
...
@@ -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 → 100644
View file @
84bd6f62
Description: Generate the component descriptor with plexus-component-metadata instead of plexus-maven-plugin
Author: Emmanuel Bourg <ebourg@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 → 100644
View file @
84bd6f62
01-plexus-component-metadata.patch
debian/rules
View file @
84bd6f62
#!/usr/bin/make -f
%:
dh $@ --buildsystem=maven
get-orig-source:
uscan --download-current-version --force-download --rename
dh $@