[SCM] bsaf packaging branch, master, updated. debian/1.9-2-1-g23697e0
Andrew Ross
rockclimb-guest at alioth.debian.org
Wed Jul 13 22:22:37 UTC 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "bsaf packaging".
The branch, master has been updated
via 23697e00b4c3e07abac597ca2c2b7322fbaf7a58 (commit)
from e1a8ebbe58e9225a40de1a4079f59b0227c32050 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 23697e00b4c3e07abac597ca2c2b7322fbaf7a58
Author: Andrew Ross <ubuntu at rossfamily.co.uk>
Date: Wed Jul 13 23:21:31 2011 +0100
Change dependency to libnetx-java.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 8 ++++++++
debian/control | 4 ++--
debian/rules | 2 +-
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c5d502d..ce44ad1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+bsaf (1.9-3) unstable; urgency=low
+
+ * Team upload.
+ * Add myself to uploaders.
+ * Depend on libnetx-java instead of icedtea-netx for javax.jnlp.*
+
+ -- Andrew Ross <ubuntu at rossfamily.co.uk> Wed, 13 Jul 2011 22:50:38 +0100
+
bsaf (1.9-2) unstable; urgency=low
* Team upload.
diff --git a/debian/control b/debian/control
index 4dc3b27..87bcb75 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: bsaf
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Andres Mejia <mcitadel at gmail.com>
+Uploaders: Andres Mejia <mcitadel at gmail.com>, Andrew Ross <ubuntu at rossfamily.co.uk>
Build-Depends: debhelper (>= 7.0.50~), javahelper, default-jdk, ant,
- ant-optional, junit4, icedtea-netx
+ ant-optional, junit4, libnetx-java
Standards-Version: 3.9.2
Homepage: http://kenai.com/projects/bsaf
Vcs-Browser: http://git.debian.org/?p=pkg-java/bsaf.git
diff --git a/debian/rules b/debian/rules
index 253d194..5724798 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
export JAVA_HOME=/usr/lib/jvm/default-java
-export CLASSPATH=/usr/share/java/junit4.jar:/usr/share/icedtea-web/netx.jar
+export CLASSPATH=/usr/share/java/junit4.jar:/usr/share/java/netx.jar
%:
dh $@ --with javahelper
hooks/post-receive
--
bsaf packaging
More information about the pkg-java-commits
mailing list