[SCM] jas packaging branch, master, updated. debian/2.4-1-8-g481f2a0

2012-05-09 Thread Giovanni Mascellani
The following commit has been merged in the master branch:
commit 577afce28a82e7a623bb4fb7b3ff2f5e125a2b1c
Author: Giovanni Mascellani 
Date:   Wed May 9 10:39:23 2012 +0200

Std-Ver -> 3.9.3

diff --git a/debian/changelog b/debian/changelog
index 97457b9..9be09f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ jas (2.4.3938-1) unstable; urgency=low
   * New upstream release.
   * Update some details in debian/copyright.
   * Add doc-base registration.
+  * Bump Standards-Version to 3.9.3 (no changes needed).
 
  -- Giovanni Mascellani   Wed, 09 May 2012 10:54:12 +0200
 
diff --git a/debian/control b/debian/control
index b892124..ef2c424 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Java Maintainers 

 Uploaders: Giovanni Mascellani 
 Build-Depends: debhelper (>= 8.0.0), default-jdk, javahelper, liblog4j1.2-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://krum.rz.uni-mannheim.de/jas/
 Vcs-Git: git://git.debian.org/pkg-java/jas.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/jas.git;a=summary

-- 
jas packaging

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] jas packaging branch, master, updated. debian/2.4-1-8-g481f2a0

2012-05-09 Thread Giovanni Mascellani
The following commit has been merged in the master branch:
commit 9e687f0a2c6e3d68dbd347939f24e15344d21301
Author: Giovanni Mascellani 
Date:   Wed May 9 10:23:49 2012 +0200

Update some details in debian/copyright.

diff --git a/debian/changelog b/debian/changelog
index 90e96a8..97457b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+jas (2.4.3938-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update some details in debian/copyright.
+  * Add doc-base registration.
+
+ -- Giovanni Mascellani   Wed, 09 May 2012 10:54:12 +0200
+
 jas (2.4-1) unstable; urgency=low
 
   * Initial release (closes: #649246).
diff --git a/debian/copyright b/debian/copyright
index 6538e9c..f9dccce 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Upstream-Name: jas
 Source: http://krum.rz.uni-mannheim.de/jas/
 
 Files: *
-Copyright: © 2005 - 2011, Heinz Kredel 
+Copyright: © 2000 - 2011, Heinz Kredel 
 License: GPL or LGPL
 
 Files: examples/rose.mas
@@ -23,7 +23,7 @@ X-Comment: Implementations of algorithms found in joint paper 
by Eder
  Implementation slightly changed for JAS compatibility.
 
 Files: debian/*
-Copyright: © 2011, Giovanni Mascellani 
+Copyright: © 2011 - 2012, Giovanni Mascellani 
 License: GPL-2+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
diff --git a/debian/libjas-java.doc-base b/debian/libjas-java.doc-base
new file mode 100644
index 000..918a2b6
--- /dev/null
+++ b/debian/libjas-java.doc-base
@@ -0,0 +1,11 @@
+Document: libjas-java
+Title: JAS documentation
+Author: Heinz Kredel
+Abstract: This manual documents JAS, the Java Algebra System library.
+Section: Programming/Java
+
+Format: HTML
+Index: /usr/share/doc/libjas-java/index.html
+Files: /usr/share/doc/libjas-java/*.html
+ /usr/share/doc/libjas-java/*.css
+ /usr/share/doc/libjas-java/images/*
\ No newline at end of file

-- 
jas packaging

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

[SCM] jas packaging branch, master, updated. debian/2.4-1-8-g481f2a0

2012-05-09 Thread Giovanni Mascellani
The following commit has been merged in the master branch:
commit 481f2a0c18d10f55f0d2f16e48a1d3151189249b
Author: Giovanni Mascellani 
Date:   Wed May 9 11:14:35 2012 +0200

Build-Depends con junit4.

diff --git a/debian/control b/debian/control
index ef2c424..e42a895 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: java
 Priority: extra
 Maintainer: Debian Java Maintainers 

 Uploaders: Giovanni Mascellani 
-Build-Depends: debhelper (>= 8.0.0), default-jdk, javahelper, liblog4j1.2-java
+Build-Depends: debhelper (>= 8.0.0), default-jdk, javahelper, liblog4j1.2-java,
+ junit4
 Standards-Version: 3.9.3
 Homepage: http://krum.rz.uni-mannheim.de/jas/
 Vcs-Git: git://git.debian.org/pkg-java/jas.git
diff --git a/debian/rules b/debian/rules
index 48af4d7..d1445ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 export JAVA_HOME=/usr/lib/jvm/default-java
-export CLASSPATH=/usr/share/java/log4j-1.2.jar
+export CLASSPATH=/usr/share/java/log4j-1.2.jar:/usr/share/java/junit4.jar
 export JH_JAR_EXTRA=log4j.properties
 
 %:

-- 
jas packaging

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] jas packaging branch, master, updated. debian/2.4-1-8-g481f2a0

2012-05-09 Thread Giovanni Mascellani
The following commit has been merged in the master branch:
commit 3534e025bc74d96b26da5bf2e379a45dc36f0f85
Merge: 58cbe0c33c679b78f362f33a1c655fafa36ee0d6 
a5e894b22b1fd275ca2b2117f925b9797b20e2cd
Author: Giovanni Mascellani 
Date:   Wed May 9 01:29:46 2012 +0200

Merge tag 'upstream/2.4.3938'

Upstream version 2.4.3938


-- 
jas packaging

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits