Author: drazzib
Date: 2011-03-07 20:50:16 +0000 (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.properties    2011-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=recall&rev=238
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=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.
-
+  .
   - Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
-
+  .
   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
   IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
@@ -56,7 +56,7 @@
 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'
-
+  .
   The resolution engine is a simple translation of the MINPACK
   <http://www.netlib.org/minpack/lmder.f> routine with minor
   changes. The changes include the over-determined resolution and the Q.R.
@@ -66,35 +66,35 @@
   redistribution policy for MINPACK is available
   <http://www.netlib.org/minpack/disclaimer>, for convenience, it
   is reproduced below.
-
+  .
   ---------- http://www.netlib.org/minpack/disclaimer ----------
   Minpack Copyright Notice (1999) University of Chicago.  All rights reserved
-
+  .
   Redistribution and use in source and binary forms, with or
   without modification, are permitted provided that the
   following conditions are met:
-
+  .
   1. Redistributions of source code must retain the above
   copyright notice, this list of conditions and the following
   disclaimer.
-
+  .
   2. Redistributions in binary form must reproduce the above
   copyright notice, this list of conditions and the following
   disclaimer in the documentation and/or other materials
   provided with the distribution.
-
+  .
   3. The end-user documentation included with the
   redistribution, if any, must include the following
   acknowledgment:
-
+  .
   "This product includes software developed by the
   University of Chicago, as Operator of Argonne National
   Laboratory.
-
+  .
   Alternately, this acknowledgment may appear in the software
   itself, if and wherever such third-party acknowledgments
   normally appear.
-
+  .
   4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS"
   WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE
   UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
@@ -108,7 +108,7 @@
   DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
   UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL
   BE CORRECTED.
-
+  .
   5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT
   HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
   ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT,
@@ -122,7 +122,7 @@
   ---------- http://www.netlib.org/minpack/disclaimer ----------
 
 Files: debian/*
-Copyright: Copyright (C) 2008, Damien Raude-Morvan <draz...@debian.org>
-License: BSD
+Copyright: Copyright (C) 2008-2011, Damien Raude-Morvan <draz...@debian.org>
+License: Apache-2.0
   On Debian GNU/Linux system you can find the complete text of the
-  BSD license in `/usr/share/common-licenses/BSD'.
+  Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'.

Added: trunk/commons-math/debian/docs
===================================================================
--- trunk/commons-math/debian/docs                              (rev 0)
+++ trunk/commons-math/debian/docs      2011-03-07 20:50:16 UTC (rev 13398)
@@ -0,0 +1 @@
+RELEASE-NOTES.txt

Modified: trunk/commons-math/debian/patches/02_no_tests_on_build.diff
===================================================================
--- trunk/commons-math/debian/patches/02_no_tests_on_build.diff 2011-03-06 
18:18:42 UTC (rev 13397)
+++ trunk/commons-math/debian/patches/02_no_tests_on_build.diff 2011-03-07 
20:50:16 UTC (rev 13398)
@@ -6,12 +6,12 @@
 Last-Update: 2009-07-16
 --- a/build.xml
 +++ b/build.xml
-@@ -228,7 +228,7 @@
+@@ -247,7 +247,7 @@
  
  <!-- ========== Create Jar ================================================ 
-->
  
 -  <target name="jar" depends="test" description="Create jar file">
 +  <target name="jar" depends="compile" description="Create jar file">
  
-     <mkdir dir="${build.home}/classes/META-INF"/>
      <copy file="LICENSE.txt" 
tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
+     <copy file="NOTICE.txt"  
tofile="${build.home}/classes/META-INF/NOTICE.txt"/>

Modified: trunk/commons-math/debian/rules
===================================================================
--- trunk/commons-math/debian/rules     2011-03-06 18:18:42 UTC (rev 13397)
+++ trunk/commons-math/debian/rules     2011-03-07 20:50:16 UTC (rev 13398)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_JARS             := junit4 ant-junit
+DEB_JARS             := ant-junit
 ANT_ARGS             := -Dskip.download=true
 
 PACKAGE := $(DEB_SOURCE_PACKAGE)


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

Reply via email to