[SCM] bsaf packaging branch, master, updated. debian/1.9-1-3-ge1a8ebb

Damien Raude-Morvan drazzib at alioth.debian.org
Mon May 30 23:20:58 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  e1a8ebbe58e9225a40de1a4079f59b0227c32050 (commit)
       via  07127bef698b4d2ea985cd39572d932e9375d340 (commit)
       via  9ae2029be2192959b59b620b785a82c713b4580d (commit)
      from  56310763d69d84bcf504cfe30502df9c5f47e49b (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 e1a8ebbe58e9225a40de1a4079f59b0227c32050
Author: Damien Raude-Morvan <drazzib at debian.org>
Date:   Tue May 31 01:18:39 2011 +0200

    Improve changelog

commit 07127bef698b4d2ea985cd39572d932e9375d340
Author: Damien Raude-Morvan <drazzib at debian.org>
Date:   Tue May 31 01:17:32 2011 +0200

    Bump Standards-Version to 3.9.2: no changes needed.

commit 9ae2029be2192959b59b620b785a82c713b4580d
Author: Damien Raude-Morvan <drazzib at debian.org>
Date:   Tue May 31 01:13:47 2011 +0200

    Add icedtea-netx to Build-Depends (it's not included on openjdk-6 anymore).

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    9 +++++++++
 debian/control   |    4 ++--
 debian/rules     |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 097388c..c5d502d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+bsaf (1.9-2) unstable; urgency=low
+
+  * Team upload.
+  * Add icedtea-netx to Build-Depends (javax.jnlp.* is not included anymore
+    in openjdk-6 package). Closes: #628290.
+  * Bump Standards-Version to 3.9.2: no changes needed.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 31 May 2011 01:17:43 +0200
+
 bsaf (1.9-1) unstable; urgency=low
 
   [ Andres Mejia ]
diff --git a/debian/control b/debian/control
index ef68f62..4dc3b27 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Andres Mejia <mcitadel at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), javahelper, default-jdk, ant,
- ant-optional, junit4
-Standards-Version: 3.9.1
+ ant-optional, junit4, icedtea-netx
+Standards-Version: 3.9.2
 Homepage: http://kenai.com/projects/bsaf
 Vcs-Browser: http://git.debian.org/?p=pkg-java/bsaf.git
 Vcs-Git: git://git.debian.org/git/pkg-java/bsaf.git
diff --git a/debian/rules b/debian/rules
index 780bc52..253d194 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
+export CLASSPATH=/usr/share/java/junit4.jar:/usr/share/icedtea-web/netx.jar
 
 %:
 	dh $@ --with javahelper


hooks/post-receive
-- 
bsaf packaging



More information about the pkg-java-commits mailing list