[xmlstreambuffer] 02/02: add a classpath file
Timo Aaltonen
tjaalton-guest at moszumanska.debian.org
Fri Jan 17 19:06:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
tjaalton-guest pushed a commit to branch master
in repository xmlstreambuffer.
commit 2284b9c07e89267413c6d9970acb68f3d322faf2
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Fri Jan 17 21:06:04 2014 +0200
add a classpath file
---
debian/control | 3 ++-
debian/libstreambuffer-java.classpath | 1 +
debian/rules | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index c3651ee..79b8124 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: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5),
+ javahelper,
Build-Depends-Indep: glassfish-activation, libstax-ex-java, libstax-java
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/xmlstreambuffer.git
diff --git a/debian/libstreambuffer-java.classpath b/debian/libstreambuffer-java.classpath
new file mode 100644
index 0000000..d6e200e
--- /dev/null
+++ b/debian/libstreambuffer-java.classpath
@@ -0,0 +1 @@
+usr/share/java/streambuffer.jar /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/xmlstreambuffer.git
More information about the pkg-java-commits
mailing list