Bug#635027: jansi-native: Package does not install maven artifacts
James Page
james.page at ubuntu.com
Thu Jul 21 21:57:31 UTC 2011
Package: jansi-native
Version: 1.0-2
Severity: normal
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch
*** /tmp/tmpXZQQEi
In Ubuntu, the attached patch was applied to achieve the following:
* Deploy maven artifacts to /usr/share/maven-repo (LP: #814286):
- debian/control: Build-Depend on maven-repo-helper
- debian/rules: Added --with maven-repo-helper
- debian/libjansi-native-java.poms: location of pom.xml and
jar to install.
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-10-generic (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
-------------- next part --------------
=== modified file 'debian/changelog'
=== modified file 'debian/control'
--- debian/control 2011-03-21 19:23:31 +0000
+++ debian/control 2011-07-21 20:26:20 +0000
@@ -1,10 +1,11 @@
Source: jansi-native
Section: java
Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel at miguel.cc>
Build-Depends: debhelper (>= 7.0.50~), default-jdk, javahelper,
- libhawtjni-runtime-java
+ libhawtjni-runtime-java, maven-repo-helper
Standards-Version: 3.9.1
DM-Upload-Allowed: yes
Homepage: http://jansi.fusesource.org/
=== added file 'debian/libjansi-native-java.poms'
--- debian/libjansi-native-java.poms 1970-01-01 00:00:00 +0000
+++ debian/libjansi-native-java.poms 2011-07-21 20:36:11 +0000
@@ -0,0 +1 @@
+pom.xml --artifact=jansi-native.jar --java-lib --has-package-version
=== modified file 'debian/rules'
--- debian/rules 2010-08-05 20:43:19 +0000
+++ debian/rules 2011-07-21 20:35:15 +0000
@@ -4,7 +4,7 @@
export CLASSPATH=/usr/share/java/hawtjni-runtime.jar
%:
- dh --with javahelper $@
+ dh --with javahelper --with maven-repo-helper $@
override_dh_auto_build:
jh_build jansi-native.jar src/main/java
More information about the pkg-java-maintainers
mailing list