Bug#617209: libcommons-math-java: provide version 2.2 of Apache commons Math

2011-03-07 Thread luc . maisonobe
Package: libcommons-math-java
Version: 2.1-1
Severity: wishlist

Version 2.2 of Apache Commons Math has been released by the Apache Commons
team.
It would be nice to have it available in Debian systems



-- System Information:
Debian Release: wheezy/sid
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

libcommons-math-java depends on no packages.

libcommons-math-java recommends no packages.

Versions of packages libcommons-math-java suggests:
ii  default-jre-headless [java5 1:1.6-40 Standard Java or Java compatible R
ii  openjdk-6-jre-headless [jav 6b18-1.8.3-2 OpenJDK Java runtime, using Hotspo
ii  sun-java5-jre [java5-runtim 1.5.0-19-1   Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java5-runtim 6.24-1   Sun Java(TM) Runtime Environment (

-- no debconf information




__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#617225: libjsr305-java: Package does not install maven artifacts

2011-03-07 Thread James Page
Package: libjsr305-java
Version: 0.1~+svn49-2
Severity: normal


It would be great if this package could install maven artifacts.

Patch supplied using maven-repo-helper (avoided re-packaging to 
use maven-debian-helper as pulls alot more deps).


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-27-generic (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#617225: Patch to fix this bug

2011-03-07 Thread James Page
Tags: patch

-- 
James Page
Software Engineer, Ubuntu Server Team
diff -Nru libjsr305-java-0.1~+svn49/debian/changelog libjsr305-java-0.1~+svn49/debian/changelog
--- libjsr305-java-0.1~+svn49/debian/changelog	2011-02-11 14:41:34.0 +
+++ libjsr305-java-0.1~+svn49/debian/changelog	2011-03-07 10:10:48.0 +
@@ -1,3 +1,11 @@
+libjsr305-java (0.1~+svn49-3) experimental; urgency=low
+
+  * Enabled maven artifact deployment:
+- debian/control: Build-Depends added maven-repo-helper
+- debian/rules, debian/libjsr305-java.poms: install maven artifacts
+
+ -- James Page james.p...@canonical.com  Mon, 07 Mar 2011 09:35:01 +
+
 libjsr305-java (0.1~+svn49-2) unstable; urgency=low
 
   * Upload to unstable.
diff -Nru libjsr305-java-0.1~+svn49/debian/control libjsr305-java-0.1~+svn49/debian/control
--- libjsr305-java-0.1~+svn49/debian/control	2011-02-11 14:33:23.0 +
+++ libjsr305-java-0.1~+svn49/debian/control	2011-03-07 10:10:27.0 +
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Michael Koch konque...@gmx.de, Miguel Landaeta mig...@miguel.cc
 Build-Depends: debhelper (= 7.0.50~), default-jdk, javahelper (= 0.32~),
- default-jdk-doc
+ default-jdk-doc, maven-repo-helper
 Standards-Version: 3.9.1
 Homepage: http://code.google.com/p/jsr-305/
 Vcs-Git: git://git.debian.org/pkg-java/libjsr305-java.git
diff -Nru libjsr305-java-0.1~+svn49/debian/libjsr305-java.poms libjsr305-java-0.1~+svn49/debian/libjsr305-java.poms
--- libjsr305-java-0.1~+svn49/debian/libjsr305-java.poms	1970-01-01 01:00:00.0 +0100
+++ libjsr305-java-0.1~+svn49/debian/libjsr305-java.poms	2011-03-07 10:10:27.0 +
@@ -0,0 +1 @@
+ri/pom.xml 
diff -Nru libjsr305-java-0.1~+svn49/debian/maven.rules libjsr305-java-0.1~+svn49/debian/maven.rules
--- libjsr305-java-0.1~+svn49/debian/maven.rules	1970-01-01 01:00:00.0 +0100
+++ libjsr305-java-0.1~+svn49/debian/maven.rules	2011-03-07 10:10:27.0 +
@@ -0,0 +1,2 @@
+# Remap this version to 0.x in deb maven repo
+org.jsr-305 s/ri/jsr305/ * s/0\..*/0.x/ * *
diff -Nru libjsr305-java-0.1~+svn49/debian/rules libjsr305-java-0.1~+svn49/debian/rules
--- libjsr305-java-0.1~+svn49/debian/rules	2011-02-11 14:33:24.0 +
+++ libjsr305-java-0.1~+svn49/debian/rules	2011-03-07 10:10:27.0 +
@@ -2,6 +2,9 @@
 
 export JAVA_HOME=/usr/lib/jvm/default-java
 
+PACKAGE := jsr305
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
+
 %:
 	dh --with javahelper $@
 
@@ -11,3 +14,9 @@
 get-orig-source:
 	cd $(dir $(firstword $(MAKEFILE_LIST)))../  \
 	./debian/orig-tar.sh
+
+override_jh_installlibs:
+	mh_installpoms -plib$(PACKAGE)-java
+	mh_installjar -plib$(PACKAGE)-java --usj-version=$(DEB_UPSTREAM_VERSION) \
+		-l ri/pom.xml $(PACKAGE).jar 
+


signature.asc
Description: This is a digitally signed message part
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


[pkg-java] r13398 - in trunk/commons-math/debian: . patches

2011-03-07 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-03-07 20:50:16 + (Mon, 07 Mar 2011)
New Revision: 13398

Added:
   trunk/commons-math/debian/ant.properties
   trunk/commons-math/debian/docs
Modified:
   trunk/commons-math/debian/changelog
   trunk/commons-math/debian/control
   trunk/commons-math/debian/copyright
   trunk/commons-math/debian/patches/02_no_tests_on_build.diff
   trunk/commons-math/debian/rules
Log:
* New upstream release (Closes: #617209).
* d/control: Bump Standards-Version to 3.9.1 (no changes needed).
* d/copyright: Refresh years, upgrade to DEP5 r166 and relicence my work
  under Apache-2.0.
* d/ant.properties: Set junit.jar to /usr/share/java/junit4.jar
  to ensure unit tests are launched.
* d/docs: Install upstream RELEASE-NOTES.

Added: trunk/commons-math/debian/ant.properties
===
--- trunk/commons-math/debian/ant.properties(rev 0)
+++ trunk/commons-math/debian/ant.properties2011-03-07 20:50:16 UTC (rev 
13398)
@@ -0,0 +1 @@
+junit.jar=/usr/share/java/junit4.jar

Modified: trunk/commons-math/debian/changelog
===
--- trunk/commons-math/debian/changelog 2011-03-06 18:18:42 UTC (rev 13397)
+++ trunk/commons-math/debian/changelog 2011-03-07 20:50:16 UTC (rev 13398)
@@ -1,10 +1,19 @@
-commons-math (2.1-2) unstable; urgency=low
+commons-math (2.2-1) unstable; urgency=low
 
-  UNRELEASED
+  [ Torsten Werner ]
   * Change maintainers into Maintainers.
 
- -- Torsten Werner twer...@debian.org  Sun, 11 Apr 2010 22:39:46 +0200
+  [ Damien Raude-Morvan ]
+  * New upstream release (Closes: #617209).
+  * d/control: Bump Standards-Version to 3.9.1 (no changes needed).
+  * d/copyright: Refresh years, upgrade to DEP5 r166 and relicence my work
+under Apache-2.0.
+  * d/ant.properties: Set junit.jar to /usr/share/java/junit4.jar
+to ensure unit tests are launched.
+  * d/docs: Install upstream RELEASE-NOTES.
 
+ -- Damien Raude-Morvan draz...@debian.org  Mon, 07 Mar 2011 21:14:46 +0100
+
 commons-math (2.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/commons-math/debian/control
===
--- trunk/commons-math/debian/control   2011-03-06 18:18:42 UTC (rev 13397)
+++ trunk/commons-math/debian/control   2011-03-07 20:50:16 UTC (rev 13398)
@@ -1,7 +1,7 @@
 Source: commons-math
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Damien Raude-Morvan draz...@debian.org
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Section: java
 Priority: optional
 Build-Depends: default-jdk, ant, debhelper (= 7), cdbs
@@ -13,7 +13,6 @@
 Package: libcommons-math-java
 Architecture: all
 Depends: ${misc:Depends}
-Suggests: default-jre-headless | java5-runtime-headless
 Description: Java lightweight mathematics and statistics components
  Commons Math is a Java library of lightweight, self-contained mathematics
  and statistics components.

Modified: trunk/commons-math/debian/copyright
===
--- trunk/commons-math/debian/copyright 2011-03-06 18:18:42 UTC (rev 13397)
+++ trunk/commons-math/debian/copyright 2011-03-07 20:50:16 UTC (rev 13398)
@@ -1,10 +1,10 @@
-Format-Specification: 
http://wiki.debian.org/Proposals/CopyrightFormat?action=recallrev=238
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=filerev=166
 Upstream-Name: Commons Math
-Upstream-Maintainer: The Apache Software Foundation
-Upstream-Source: http://commons.apache.org/math/
+Upstream-Contact: http://commons.apache.org/math/team-list.html
+Source: http://www.apache.org/dist/commons/math/source/
 
 Files: *
-Copyright: Copyright 2001-2008 The Apache Software Foundation
+Copyright: Copyright 2001-2011 The Apache Software Foundation
 License: Apache-2.0
   On Debian GNU/Linux system you can find the complete text of the
   Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'
@@ -14,28 +14,28 @@
 License: Apache-2.0 | other
   On Debian GNU/Linux system you can find the complete text of the
   Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'
-
+  .
   This implementation is basically a reimplementation in Java of the
   http://www.unige.ch/math/folks/hairer/prog/nonstiff/odex.f
   fortran code by E. Hairer and G. Wanner. The redistribution policy
   for this code is available a
   http://www.unige.ch/~hairer/prog/licence.txt, for
   convenience, it is reproduced below.
-
+  .
   -- http://www.unige.ch/~hairer/prog/licence.txt --
   Copyright (c) 2004, Ernst Hairer
-
+  .
   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions are
   met:
-
+  .
   - Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
-
+  .
   - 

[pkg-java] r13399 - in tags/commons-math: . 2.2-1/debian 2.2-1/debian/patches

2011-03-07 Thread Damien Raude-Morvan
Author: drazzib
Date: 2011-03-07 20:52:15 + (Mon, 07 Mar 2011)
New Revision: 13399

Added:
   tags/commons-math/2.2-1/
   tags/commons-math/2.2-1/debian/ant.properties
   tags/commons-math/2.2-1/debian/changelog
   tags/commons-math/2.2-1/debian/control
   tags/commons-math/2.2-1/debian/copyright
   tags/commons-math/2.2-1/debian/docs
   tags/commons-math/2.2-1/debian/patches/02_no_tests_on_build.diff
   tags/commons-math/2.2-1/debian/rules
Removed:
   tags/commons-math/2.2-1/debian/changelog
   tags/commons-math/2.2-1/debian/control
   tags/commons-math/2.2-1/debian/copyright
   tags/commons-math/2.2-1/debian/patches/02_no_tests_on_build.diff
   tags/commons-math/2.2-1/debian/rules
Log:
[svn-buildpackage] Tagging commons-math 2.2-1

Copied: tags/commons-math/2.2-1/debian/ant.properties (from rev 13398, 
trunk/commons-math/debian/ant.properties)
===
--- tags/commons-math/2.2-1/debian/ant.properties   
(rev 0)
+++ tags/commons-math/2.2-1/debian/ant.properties   2011-03-07 20:52:15 UTC 
(rev 13399)
@@ -0,0 +1 @@
+junit.jar=/usr/share/java/junit4.jar

Deleted: tags/commons-math/2.2-1/debian/changelog
===
--- trunk/commons-math/debian/changelog 2011-03-05 17:39:11 UTC (rev 13385)
+++ tags/commons-math/2.2-1/debian/changelog2011-03-07 20:52:15 UTC (rev 
13399)
@@ -1,62 +0,0 @@
-commons-math (2.1-2) unstable; urgency=low
-
-  UNRELEASED
-  * Change maintainers into Maintainers.
-
- -- Torsten Werner twer...@debian.org  Sun, 11 Apr 2010 22:39:46 +0200
-
-commons-math (2.1-1) unstable; urgency=low
-
-  * New upstream release.
-  * Bump Standards-Version to 3.8.4: no changes needed
-  * Bump debhelper to = 7
-  * Switch to 3.0 (quilt) source format:
-- Remove B-D on quilt
-- Add d/source/format
-- Remove d/README.source
-
- -- Damien Raude-Morvan draz...@debian.org  Mon, 05 Apr 2010 23:33:02 +0200
-
-commons-math (2.0-3) unstable; urgency=low
-
-  * Update my email address
-  * Remove libcommons-discovery-java from Build-Depends and Depends
-as Commons Math 2.0 doesn't need it anymore (Closes: #548284).
-
- -- Damien Raude-Morvan draz...@debian.org  Fri, 25 Sep 2009 22:05:01 +0200
-
-commons-math (2.0-2) unstable; urgency=low
-
-  * Fix 02_no_tests_on_build patch to include classes in JAR (Closes: #546541)
-
- -- Damien Raude-Morvan draz...@drazzib.com  Mon, 14 Sep 2009 01:58:57 +0200
-
-commons-math (2.0-1) unstable; urgency=low
-
-  * New upstream release.
-  * Set Maintainer field to Debian Java Team
-  * Add myself as Uploaders
-  * Switch to Quilt patch system:
-- Refresh all patchs
-- Remove B-D on dpatch, Add B-D on quilt
-- Include patchsys-quilt.mk in debian/rules
-  * Bump Standards-Version to 3.8.3:
-- Add a README.source to describe patch system
-  * Maven POMs:
-- Add a Build-Depends-Indep dependency on maven-repo-helper
-- Use mh_installpom and mh_installjar to install the POM and the jar to the
-  Maven repository
-  * Use default-jdk/jre:
-- Depends on java5-runtime-headless
-- Build-Depends on default-jdk
-- Use /usr/lib/jvm/default-java as JAVA_HOME
-  * Move api documentation to /usr/share/doc/libcommons-math-java/api
-  * Build-Depends on junit4 instead of junit
-
- -- Damien Raude-Morvan draz...@drazzib.com  Sat, 22 Aug 2009 01:13:25 +0200
-
-commons-math (1.2-1) unstable; urgency=low
-
-  * Initial release. (Closes: #506987)
-
- -- Damien Raude-Morvan draz...@drazzib.com  Sun, 15 Mar 2009 20:20:21 +0100

Copied: tags/commons-math/2.2-1/debian/changelog (from rev 13398, 
trunk/commons-math/debian/changelog)
===
--- tags/commons-math/2.2-1/debian/changelog(rev 0)
+++ tags/commons-math/2.2-1/debian/changelog2011-03-07 20:52:15 UTC (rev 
13399)
@@ -0,0 +1,71 @@
+commons-math (2.2-1) unstable; urgency=low
+
+  [ Torsten Werner ]
+  * Change maintainers into Maintainers.
+
+  [ Damien Raude-Morvan ]
+  * New upstream release (Closes: #617209).
+  * d/control: Bump Standards-Version to 3.9.1 (no changes needed).
+  * d/copyright: Refresh years, upgrade to DEP5 r166 and relicence my work
+under Apache-2.0.
+  * d/ant.properties: Set junit.jar to /usr/share/java/junit4.jar
+to ensure unit tests are launched.
+  * d/docs: Install upstream RELEASE-NOTES.
+
+ -- Damien Raude-Morvan draz...@debian.org  Mon, 07 Mar 2011 21:14:46 +0100
+
+commons-math (2.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump Standards-Version to 3.8.4: no changes needed
+  * Bump debhelper to = 7
+  * Switch to 3.0 (quilt) source format:
+- Remove B-D on quilt
+- Add d/source/format
+- Remove d/README.source
+
+ -- Damien Raude-Morvan draz...@debian.org  Mon, 05 Apr 2010 23:33:02 +0200
+
+commons-math (2.0-3) unstable; urgency=low
+
+  * Update my email address
+  * Remove 

Processing of commons-math_2.2-1_amd64.changes

2011-03-07 Thread Debian FTP Masters
commons-math_2.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  commons-math_2.2-1.dsc
  commons-math_2.2.orig.tar.gz
  commons-math_2.2-1.debian.tar.gz
  libcommons-math-java_2.2-1_all.deb
  libcommons-math-java-doc_2.2-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#610671: marked as done (jedit crashes on startup )

2011-03-07 Thread Debian Bug Tracking System
Your message dated Tue, 08 Mar 2011 08:28:49 +1100
with message-id 4d754e11.9000...@tim-richardson.net
and subject line done
has caused the Debian Bug report #610671,
regarding jedit crashes on startup 
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
610671: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610671
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: jedit
Version: 4.3.2+dfsg-3
Severity: important


this is the console output.
using KDE and sun-java is set as default.

Exception in thread main java.lang.UnsatisfiedLinkError: Can't load library: 
/usr/libk/jre/lib/i386/xawt/libmawt.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1649)
at java.lang.Runtime.load0(Runtime.java:787)
at java.lang.System.load(System.java:1022)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1667)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1047)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1614)
at java.awt.Toolkit.clinit(Toolkit.java:1636)
at java.awt.Color.clinit(Color.java:279)
at javax.swing.plaf.metal.MetalTheme.clinit(MetalTheme.java:76)
at javax.swing.plaf.metal.MetalLookAndFeel.getCurrentTheme(MetalLookAndFeel.jav
at javax.swing.plaf.metal.MetalLookAndFeel.createDefaultTheme(MetalLookAndFeel.
at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:15
at javax.swing.UIManager.setLookAndFeel(UIManager.java:530)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:570)
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:1320)
at javax.swing.UIManager.initialize(UIManager.java:1407)
at javax.swing.UIManager.maybeInitialize(UIManager.java:1395)
at javax.swing.UIManager.getDefaults(UIManager.java:644)
at javax.swing.filechooser.FileSystemView.getFileSystemView(FileSystemView.java
at org.gjt.sp.jedit.io.FileVFS.clinit(FileVFS.java:684)
at org.gjt.sp.jedit.io.VFSManager.clinit(VFSManager.java:461)
at org.gjt.sp.jedit.MiscUtilities.constructPath(MiscUtilities.java:348)
at org.gjt.sp.jedit.jEdit.main(jEdit.java:241)


-- System Information:
Debian Release: 6.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.37-0.slh.7-aptosid-686 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages jedit depends on:
ii  java-wrappers 0.1.16 wrappers for java executables
ii  sun-java6-jre 6.22-1 Sun Java(TM) Runtime Environment (

jedit recommends no packages.

jedit suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---



---End Message---
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


commons-math_2.2-1_amd64.changes ACCEPTED into unstable

2011-03-07 Thread Debian FTP Masters



Accepted:
commons-math_2.2-1.debian.tar.gz
  to main/c/commons-math/commons-math_2.2-1.debian.tar.gz
commons-math_2.2-1.dsc
  to main/c/commons-math/commons-math_2.2-1.dsc
commons-math_2.2.orig.tar.gz
  to main/c/commons-math/commons-math_2.2.orig.tar.gz
libcommons-math-java-doc_2.2-1_all.deb
  to main/c/commons-math/libcommons-math-java-doc_2.2-1_all.deb
libcommons-math-java_2.2-1_all.deb
  to main/c/commons-math/libcommons-math-java_2.2-1_all.deb


Override entries for your package:
commons-math_2.2-1.dsc - source java
libcommons-math-java-doc_2.2-1_all.deb - optional doc
libcommons-math-java_2.2-1_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 617209 


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#617209: marked as done (libcommons-math-java: provide version 2.2 of Apache commons Math)

2011-03-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Mar 2011 22:18:27 +
with message-id e1pwil1-00060n...@franck.debian.org
and subject line Bug#617209: fixed in commons-math 2.2-1
has caused the Debian Bug report #617209,
regarding libcommons-math-java: provide version 2.2 of Apache commons Math
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
617209: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617209
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libcommons-math-java
Version: 2.1-1
Severity: wishlist

Version 2.2 of Apache Commons Math has been released by the Apache Commons
team.
It would be nice to have it available in Debian systems



-- System Information:
Debian Release: wheezy/sid
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

libcommons-math-java depends on no packages.

libcommons-math-java recommends no packages.

Versions of packages libcommons-math-java suggests:
ii  default-jre-headless [java5 1:1.6-40 Standard Java or Java compatible R
ii  openjdk-6-jre-headless [jav 6b18-1.8.3-2 OpenJDK Java runtime, using Hotspo
ii  sun-java5-jre [java5-runtim 1.5.0-19-1   Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java5-runtim 6.24-1   Sun Java(TM) Runtime Environment (

-- no debconf information



---End Message---
---BeginMessage---
Source: commons-math
Source-Version: 2.2-1

We believe that the bug you reported is fixed in the latest version of
commons-math, which is due to be installed in the Debian FTP archive:

commons-math_2.2-1.debian.tar.gz
  to main/c/commons-math/commons-math_2.2-1.debian.tar.gz
commons-math_2.2-1.dsc
  to main/c/commons-math/commons-math_2.2-1.dsc
commons-math_2.2.orig.tar.gz
  to main/c/commons-math/commons-math_2.2.orig.tar.gz
libcommons-math-java-doc_2.2-1_all.deb
  to main/c/commons-math/libcommons-math-java-doc_2.2-1_all.deb
libcommons-math-java_2.2-1_all.deb
  to main/c/commons-math/libcommons-math-java_2.2-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 617...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan draz...@debian.org (supplier of updated commons-math 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Mar 2011 21:14:46 +0100
Source: commons-math
Binary: libcommons-math-java libcommons-math-java-doc
Architecture: source all
Version: 2.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libcommons-math-java - Java lightweight mathematics and statistics components
 libcommons-math-java-doc - Java lightweight mathematics and statistics 
components - document
Closes: 617209
Changes: 
 commons-math (2.2-1) unstable; urgency=low
 .
   [ Torsten Werner ]
   * Change maintainers into Maintainers.
 .
   [ Damien Raude-Morvan ]
   * New upstream release (Closes: #617209).
   * d/control: Bump Standards-Version to 3.9.1 (no changes needed).
   * d/copyright: Refresh years, upgrade to DEP5 r166 and relicence my work
 under Apache-2.0.
   * d/ant.properties: Set junit.jar to /usr/share/java/junit4.jar
 to ensure unit tests are launched.
   * d/docs: Install upstream RELEASE-NOTES.
Checksums-Sha1: 
 cd5d18db17d330a3c6553aaee4eb4a511eacc2c6 2017 commons-math_2.2-1.dsc
 38d01d735d800e718960cd87553560ad2a86cca8 1321209 commons-math_2.2.orig.tar.gz
 a9b2cc9f9142744bf0bc7ba165d4087ba717d535 5694 commons-math_2.2-1.debian.tar.gz
 fe802f1ce65cf11c60f68a8072a08daec39e2719 895712 
libcommons-math-java_2.2-1_all.deb
 6784349235b0855ab73b417aabc857a372c97e7c 1652610 
libcommons-math-java-doc_2.2-1_all.deb
Checksums-Sha256: 
 795770dc8edb53d970749db2a5737e4ac1a3a55e14a91232e88ab64965209988 2017 
commons-math_2.2-1.dsc
 a7624c3a3e2581d9905f1f1090c78c25448678bddcec2a48a4dc8a80f16ed1b8 1321209 
commons-math_2.2.orig.tar.gz
 e2f1cf475f88f5c1cb2403298d3bab2dd81a7b2864247789b10e83aabf6b79ba 5694 
commons-math_2.2-1.debian.tar.gz
 8efd864640c55fab1dc91358465d65b0eae1b33f7ae56cb4bec5506d79652ace 895712 

Bug#617225: libjsr305-java: Package does not install maven artifacts

2011-03-07 Thread Miguel Landaeta
tags 617225 + pending
thanks

Hi James,

Thanks for the patch. I already committed the changes to the git repo.
It'll be fixed in the next upload that could happen during this week,
but that depend on my sponsors, however.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: Bug#617225: libjsr305-java: Package does not install maven artifacts

2011-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 617225 + pending
Bug #617225 [libjsr305-java] libjsr305-java: Package does not install maven 
artifacts
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
617225: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617225
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


[no subject]

2011-03-07 Thread FedEx Courier Express NG©
Estimado cliente / beneficiario!

 Por favor, contacte con nuestro departamento de entrega
 con los datos que figuran a continuación:
 Mensajero de FedEx Express © GN
 Persona de contacto: Barin Sr. White
 E-mail: fedex_dispatcht...@bbs.ctex.org
 Teléfono: 234-702484

 Motivos: Esto se debe al hecho de que
 estamos en posesión de su paquete que contiene
 un valor mastercard de un millón de Estado Unidos
 Dólares que se registró con nosotros por el
 MasterCard premio al equipo para su envío a usted,
 Tienes que actuar con rapidez, proporcionando su dirección postal
 y su número de teléfono directo para que nos convierte en el
 la entrega lo antes posible.

 Nota: que tan pronto como nuestro equipo de entrega
 confirma la Información, que tendrá sólo dos
 días hábiles (48 horas) para que su paquete llegue a su
 designados dirección. Para su información, el correo,
 Las tasas del IVA, gastos de envío han sido pagados por el Premio Promoción de 
la Junta.
 sólo tendrá que pagar una suma de USD $ 100 a la
 FedEx Courier Departamento siendo el pago completo
 Para mantener la seguridad Cargo de El Correo de FedEx como se indica
 Nuestros términos de privacidad y la página condición.

 Atentamente,
 Secretario
 La Sra. © Fredika jóvenes
 =
 COPYRIGHT © 2011 MasterCard ®.
 =

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.