[txw2] 01/01: Add a classpath file, and javahelper to build-depends.
Timo Aaltonen
tjaalton-guest at moszumanska.debian.org
Sat Jan 18 08:40: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 txw2.
commit 11e0e2b1f3762bb052f4306d18d1b09a2b3beae2
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Sat Jan 18 10:40:10 2014 +0200
Add a classpath file, and javahelper to build-depends.
---
debian/changelog | 1 +
debian/control | 3 ++-
debian/libtxw2-java.classpath | 1 +
debian/rules | 1 +
4 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 35d1875..275a30f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ txw2 (0.1+20110809-1) UNRELEASED; urgency=low
* Drop the javadoc package.
* control: Use anonscm for the Vcs urls.
* copyright: Fix lintian issues.
+ * Add a classpath file, and javahelper to build-depends.
-- Timo Aaltonen <tjaalton at ubuntu.com> Mon, 16 Dec 2013 15:28:25 +0200
diff --git a/debian/control b/debian/control
index eed8dbe..40cc44f 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: James Page <james.page at canonical.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: ant, maven-repo-helper,
libargs4j-java (>= 1.0),
libcodemodel-java (>= 2.4),
diff --git a/debian/libtxw2-java.classpath b/debian/libtxw2-java.classpath
new file mode 100644
index 0000000..9f6c5d5
--- /dev/null
+++ b/debian/libtxw2-java.classpath
@@ -0,0 +1 @@
+usr/share/java/txw2.jar /usr/share/java/args4j.jar /usr/share/java/codemodel.jar /usr/share/java/relaxngDatatype.jar /usr/share/java/rngom.jar /usr/share/java/stax.jar /usr/share/xsom.jar
diff --git a/debian/rules b/debian/rules
index a184bac..1ead93d 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/txw2.git
More information about the pkg-java-commits
mailing list