[pkg-java] r16923 - in tags/commons-math: . 2.2-3/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Wed Jun 26 13:02:30 UTC 2013
Author: ebourg-guest
Date: 2013-06-26 13:02:30 +0000 (Wed, 26 Jun 2013)
New Revision: 16923
Added:
tags/commons-math/2.2-3/
tags/commons-math/2.2-3/debian/changelog
tags/commons-math/2.2-3/debian/control
tags/commons-math/2.2-3/debian/rules
Removed:
tags/commons-math/2.2-3/debian/changelog
tags/commons-math/2.2-3/debian/control
tags/commons-math/2.2-3/debian/rules
Log:
[svn-buildpackage] Tagging commons-math 2.2-3
Deleted: tags/commons-math/2.2-3/debian/changelog
===================================================================
--- trunk/commons-math/debian/changelog 2013-06-25 11:24:41 UTC (rev 16917)
+++ tags/commons-math/2.2-3/debian/changelog 2013-06-26 13:02:30 UTC (rev 16923)
@@ -1,86 +0,0 @@
-commons-math (2.2-2) unstable; urgency=low
-
- [ Miguel Landaeta ]
- * Team upload.
- * Bump Standards-Version to 3.9.2. No changes were required.
- * Fix lintian warning with copyright file.
-
- [ James Page ]
- * Fix FTBFS with OpenJDK7 (LP: #888931) (Closes: #651403):
- - d/ant.properties: Specify source/target as 1.5 for javac and
- javadoc ant tasks to ensure backwards compatibility and work
- around Java 7 encoding errors.
-
- -- Miguel Landaeta <miguel at miguel.cc> Fri, 09 Dec 2011 20:47:07 -0430
-
-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 <drazzib at 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 <drazzib at 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 <drazzib at 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 <drazzib at 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 <drazzib at 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 <drazzib at drazzib.com> Sun, 15 Mar 2009 20:20:21 +0100
Copied: tags/commons-math/2.2-3/debian/changelog (from rev 16918, trunk/commons-math/debian/changelog)
===================================================================
--- tags/commons-math/2.2-3/debian/changelog (rev 0)
+++ tags/commons-math/2.2-3/debian/changelog 2013-06-26 13:02:30 UTC (rev 16923)
@@ -0,0 +1,95 @@
+commons-math (2.2-3) unstable; urgency=low
+
+ * Added ant-junit4 to the classpath to fix the test failures (Closes: #713749)
+ * Updated Standards-Version to 3.9.4 (no changes)
+ * Use canonical URLs for the Vcs-* fields
+ * debian/rules: the clean target now properly removes the debian/.mh directory
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 25 Jun 2013 15:09:18 +0200
+
+commons-math (2.2-2) unstable; urgency=low
+
+ [ Miguel Landaeta ]
+ * Team upload.
+ * Bump Standards-Version to 3.9.2. No changes were required.
+ * Fix lintian warning with copyright file.
+
+ [ James Page ]
+ * Fix FTBFS with OpenJDK7 (LP: #888931) (Closes: #651403):
+ - d/ant.properties: Specify source/target as 1.5 for javac and
+ javadoc ant tasks to ensure backwards compatibility and work
+ around Java 7 encoding errors.
+
+ -- Miguel Landaeta <miguel at miguel.cc> Fri, 09 Dec 2011 20:47:07 -0430
+
+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 <drazzib at 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 <drazzib at 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 <drazzib at 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 <drazzib at 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 <drazzib at 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 <drazzib at drazzib.com> Sun, 15 Mar 2009 20:20:21 +0100
Deleted: tags/commons-math/2.2-3/debian/control
===================================================================
--- trunk/commons-math/debian/control 2013-06-25 11:24:41 UTC (rev 16917)
+++ tags/commons-math/2.2-3/debian/control 2013-06-26 13:02:30 UTC (rev 16923)
@@ -1,75 +0,0 @@
-Source: commons-math
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Standards-Version: 3.9.2
-Section: java
-Priority: optional
-Build-Depends: default-jdk, ant, debhelper (>= 7), cdbs
-Build-Depends-Indep: junit4, ant-optional, maven-repo-helper
-Homepage: http://commons.apache.org/math/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-math
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-math
-
-Package: libcommons-math-java
-Architecture: all
-Depends: ${misc:Depends}
-Description: Java lightweight mathematics and statistics components
- Commons Math is a Java library of lightweight, self-contained mathematics
- and statistics components.
- .
- Commons Math is made up of a small set of math/stat utilities addressing
- programming problems like the ones in the list below:
- - Computing means, variances and other summary statistics for a list of
- numbers
- - Fitting a line to a set of data points using linear regression
- - Finding a smooth curve that passes through a collection of points
- (interpolation)
- - Fitting a parametric model to a set of measurements using least-squares
- methods
- - Solving equations involving real-valued functions (i.e. root-finding)
- - Solving systems of linear equations
- - Solving Ordinary Differential Equations
- - Minimizing multi-dimensional functions
- - Generating random numbers with more restrictions (e.g distribution, range)
- than what is possible using the JDK
- - Generating random samples and/or datasets that are "like" the data in an
- input file
- - Performing statistical significance tests
- - Miscellaneous mathematical functions such as factorials, binomial
- coefficients and "special functions" (e.g. gamma, beta functions)
- .
- This is a part of the Apache Commons Project.
-
-Package: libcommons-math-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: libcommons-math-java
-Description: Java lightweight mathematics and statistics components - documentation
- Commons Math is a Java library of lightweight, self-contained mathematics
- and statistics components.
- .
- Commons Math is made up of a small set of math/stat utilities addressing
- programming problems like the ones in the list below:
- - Computing means, variances and other summary statistics for a list of
- numbers
- - Fitting a line to a set of data points using linear regression
- - Finding a smooth curve that passes through a collection of points
- (interpolation)
- - Fitting a parametric model to a set of measurements using least-squares
- methods
- - Solving equations involving real-valued functions (i.e. root-finding)
- - Solving systems of linear equations
- - Solving Ordinary Differential Equations
- - Minimizing multi-dimensional functions
- - Generating random numbers with more restrictions (e.g distribution, range)
- than what is possible using the JDK
- - Generating random samples and/or datasets that are "like" the data in an
- input file
- - Performing statistical significance tests
- - Miscellaneous mathematical functions such as factorials, binomial
- coefficients and "special functions" (e.g. gamma, beta functions)
- .
- This is a part of the Apache Commons Project.
- .
- This package provides the API documentation for Commons Math.
Copied: tags/commons-math/2.2-3/debian/control (from rev 16918, trunk/commons-math/debian/control)
===================================================================
--- tags/commons-math/2.2-3/debian/control (rev 0)
+++ tags/commons-math/2.2-3/debian/control 2013-06-26 13:02:30 UTC (rev 16923)
@@ -0,0 +1,75 @@
+Source: commons-math
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Damien Raude-Morvan <drazzib at debian.org>, Emmanuel Bourg <ebourg at apache.org>
+Standards-Version: 3.9.4
+Section: java
+Priority: optional
+Build-Depends: default-jdk, ant, debhelper (>= 7), cdbs
+Build-Depends-Indep: junit4, ant-optional, maven-repo-helper
+Homepage: http://commons.apache.org/math/
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/commons-math
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/commons-math
+
+Package: libcommons-math-java
+Architecture: all
+Depends: ${misc:Depends}
+Description: Java lightweight mathematics and statistics components
+ Commons Math is a Java library of lightweight, self-contained mathematics
+ and statistics components.
+ .
+ Commons Math is made up of a small set of math/stat utilities addressing
+ programming problems like the ones in the list below:
+ - Computing means, variances and other summary statistics for a list of
+ numbers
+ - Fitting a line to a set of data points using linear regression
+ - Finding a smooth curve that passes through a collection of points
+ (interpolation)
+ - Fitting a parametric model to a set of measurements using least-squares
+ methods
+ - Solving equations involving real-valued functions (i.e. root-finding)
+ - Solving systems of linear equations
+ - Solving Ordinary Differential Equations
+ - Minimizing multi-dimensional functions
+ - Generating random numbers with more restrictions (e.g distribution, range)
+ than what is possible using the JDK
+ - Generating random samples and/or datasets that are "like" the data in an
+ input file
+ - Performing statistical significance tests
+ - Miscellaneous mathematical functions such as factorials, binomial
+ coefficients and "special functions" (e.g. gamma, beta functions)
+ .
+ This is a part of the Apache Commons Project.
+
+Package: libcommons-math-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: libcommons-math-java
+Description: Java lightweight mathematics and statistics components - documentation
+ Commons Math is a Java library of lightweight, self-contained mathematics
+ and statistics components.
+ .
+ Commons Math is made up of a small set of math/stat utilities addressing
+ programming problems like the ones in the list below:
+ - Computing means, variances and other summary statistics for a list of
+ numbers
+ - Fitting a line to a set of data points using linear regression
+ - Finding a smooth curve that passes through a collection of points
+ (interpolation)
+ - Fitting a parametric model to a set of measurements using least-squares
+ methods
+ - Solving equations involving real-valued functions (i.e. root-finding)
+ - Solving systems of linear equations
+ - Solving Ordinary Differential Equations
+ - Minimizing multi-dimensional functions
+ - Generating random numbers with more restrictions (e.g distribution, range)
+ than what is possible using the JDK
+ - Generating random samples and/or datasets that are "like" the data in an
+ input file
+ - Performing statistical significance tests
+ - Miscellaneous mathematical functions such as factorials, binomial
+ coefficients and "special functions" (e.g. gamma, beta functions)
+ .
+ This is a part of the Apache Commons Project.
+ .
+ This package provides the API documentation for Commons Math.
Deleted: tags/commons-math/2.2-3/debian/rules
===================================================================
--- trunk/commons-math/debian/rules 2013-06-25 11:24:41 UTC (rev 16917)
+++ tags/commons-math/2.2-3/debian/rules 2013-06-26 13:02:30 UTC (rev 16923)
@@ -1,28 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-JAVA_HOME := /usr/lib/jvm/default-java
-DEB_JARS := ant-junit
-ANT_ARGS := -Dskip.download=true
-
-PACKAGE := $(DEB_SOURCE_PACKAGE)
-
-DEB_ANT_CLEAN_TARGET := clean
-DEB_ANT_BUILD_TARGET := jar javadoc
-DEB_ANT_CHECK_TARGET := test
-
-# Per Debian Java Policy, install a versioned JAR and an unversioned symlink
-binary-post-install/lib$(PACKAGE)-java::
- mh_installpoms -plib$(PACKAGE)-java
- mh_installjar -plib$(PACKAGE)-java -l pom.xml target/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).jar
-
-install/lib$(PACKAGE)-java-doc::
- mv target/apidocs target/api
-
-clean::
- -rm -rf debian/tmp
-
-get-orig-source:
- uscan --force-download --rename
Copied: tags/commons-math/2.2-3/debian/rules (from rev 16918, trunk/commons-math/debian/rules)
===================================================================
--- tags/commons-math/2.2-3/debian/rules (rev 0)
+++ tags/commons-math/2.2-3/debian/rules 2013-06-26 13:02:30 UTC (rev 16923)
@@ -0,0 +1,29 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME := /usr/lib/jvm/default-java
+DEB_JARS := ant-junit ant-junit4
+ANT_ARGS := -Dskip.download=true
+
+PACKAGE := $(DEB_SOURCE_PACKAGE)
+
+DEB_ANT_CLEAN_TARGET := clean
+DEB_ANT_BUILD_TARGET := jar javadoc
+DEB_ANT_CHECK_TARGET := test
+
+# Per Debian Java Policy, install a versioned JAR and an unversioned symlink
+binary-post-install/lib$(PACKAGE)-java::
+ mh_installpoms -plib$(PACKAGE)-java
+ mh_installjar -plib$(PACKAGE)-java -l pom.xml target/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).jar
+
+install/lib$(PACKAGE)-java-doc::
+ mv target/apidocs target/api
+
+clean::
+ mh_clean
+ -rm -rf debian/tmp
+
+get-orig-source:
+ uscan --force-download --rename
More information about the pkg-java-commits
mailing list