Author: drazzib Date: 2009-09-25 20:55:57 +0000 (Fri, 25 Sep 2009) New Revision: 10612
Modified: trunk/commons-math/debian/changelog trunk/commons-math/debian/control trunk/commons-math/debian/copyright trunk/commons-math/debian/rules Log: * 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). Modified: trunk/commons-math/debian/changelog =================================================================== --- trunk/commons-math/debian/changelog 2009-09-25 20:19:20 UTC (rev 10611) +++ trunk/commons-math/debian/changelog 2009-09-25 20:55:57 UTC (rev 10612) @@ -1,3 +1,11 @@ +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 <[email protected]> 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) Modified: trunk/commons-math/debian/control =================================================================== --- trunk/commons-math/debian/control 2009-09-25 20:19:20 UTC (rev 10611) +++ trunk/commons-math/debian/control 2009-09-25 20:55:57 UTC (rev 10612) @@ -1,18 +1,18 @@ Source: commons-math Maintainer: Debian Java maintainers <[email protected]> -Uploaders: Damien Raude-Morvan <[email protected]> +Uploaders: Damien Raude-Morvan <[email protected]> Standards-Version: 3.8.3 Section: java Priority: optional Build-Depends: default-jdk, ant, debhelper (>= 5), cdbs, quilt -Build-Depends-Indep: libcommons-discovery-java, junit4, ant-optional, maven-repo-helper +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}, libcommons-discovery-java +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 Modified: trunk/commons-math/debian/copyright =================================================================== --- trunk/commons-math/debian/copyright 2009-09-25 20:19:20 UTC (rev 10611) +++ trunk/commons-math/debian/copyright 2009-09-25 20:55:57 UTC (rev 10612) @@ -122,7 +122,7 @@ ---------- http://www.netlib.org/minpack/disclaimer ---------- Files: debian/* -Copyright: Copyright (C) 2008, Damien Raude-Morvan <[email protected]> +Copyright: Copyright (C) 2008, Damien Raude-Morvan <[email protected]> License: BSD On Debian GNU/Linux system you can find the complete text of the BSD license in `/usr/share/common-licenses/BSD'. Modified: trunk/commons-math/debian/rules =================================================================== --- trunk/commons-math/debian/rules 2009-09-25 20:19:20 UTC (rev 10611) +++ trunk/commons-math/debian/rules 2009-09-25 20:55:57 UTC (rev 10612) @@ -5,7 +5,7 @@ include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/default-java -DEB_JARS := commons-discovery junit4 ant-junit +DEB_JARS := junit4 ant-junit ANT_ARGS := -Dskip.download=true PACKAGE := $(DEB_SOURCE_PACKAGE) _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

