[stax-ex] 01/01: add classpath file, fix lintian warnings
Timo Aaltonen
tjaalton-guest at moszumanska.debian.org
Thu Jan 16 19:27:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
tjaalton-guest pushed a commit to branch master
in repository stax-ex.
commit be022bdbc05d30a52318ad8c1870dd005a46e3d1
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Thu Jan 16 21:27:02 2014 +0200
add classpath file, fix lintian warnings
---
debian/control | 13 +++++++------
debian/libstax-ex-java.classpath | 1 +
debian/rules | 1 +
3 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 834a0ef..2989d77 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton at ubuntu.com>
-Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5),
+ javahelper,
Build-Depends-Indep: glassfish-activation, libstax-java, junit (>= 3.8.2)
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/git/pkg-java/stax-ex.git
@@ -18,8 +19,8 @@ Description: Extended StAX API
This project develops a few extensions to complement JSR-173 StAX API in the
following area.
.
- * Enable parser instance reuse (which is important in the
- high-performance environment like JAXB and JAX-WS)
- * Improve the support for reading from non-text XML infoset,
- such as FastInfoset.
- * Improve the namespace support.
+ * Enable parser instance reuse (which is important in the
+ high-performance environment like JAXB and JAX-WS)
+ * Improve the support for reading from non-text XML infoset,
+ such as FastInfoset.
+ * Improve the namespace support.
diff --git a/debian/libstax-ex-java.classpath b/debian/libstax-ex-java.classpath
new file mode 100644
index 0000000..aa46220
--- /dev/null
+++ b/debian/libstax-ex-java.classpath
@@ -0,0 +1 @@
+usr/share/java/stax-ex.jar /usr/share/java/stax.jar
diff --git a/debian/rules b/debian/rules
index b76c54a..7ae1c69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/javahelper.mk
include /usr/share/cdbs/1/class/maven.mk
JAVA_HOME := /usr/lib/jvm/default-java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/stax-ex.git
More information about the pkg-java-commits
mailing list