Author: twerner Date: 2010-07-14 05:31:34 +0000 (Wed, 14 Jul 2010) New Revision: 12748
Modified: trunk/commons-daemon/debian/changelog trunk/commons-daemon/debian/control trunk/commons-daemon/debian/copyright trunk/commons-daemon/debian/watch Log: * Re-add changes made Emmanuel Bourg: - Update of the URLs - Rename Jakarta Commons to Apache Commons Modified: trunk/commons-daemon/debian/changelog =================================================================== --- trunk/commons-daemon/debian/changelog 2010-07-12 17:27:46 UTC (rev 12747) +++ trunk/commons-daemon/debian/changelog 2010-07-14 05:31:34 UTC (rev 12748) @@ -1,11 +1,17 @@ commons-daemon (1.0.2~svn20061127-11) UNRELEASED; urgency=low + [ Thierry Carrez ] * debian/control, debian/rules: Build with default-jdk * debian/rules: Depend on -headless runtimes * debian/rules: Set java source/target to 1.4 to match depends - -- Thierry Carrez <[email protected]> Mon, 09 Nov 2009 14:42:28 +0100 + [ Torsten Werner ] + * Re-add changes made Emmanuel Bourg: + - Update of the URLs + - Rename Jakarta Commons to Apache Commons + -- Torsten Werner <[email protected]> Wed, 14 Jul 2010 07:25:56 +0200 + commons-daemon (1.0.2~svn20061127-10) unstable; urgency=low * Build-Depends on libcap2-dev (Closes: #506548). Modified: trunk/commons-daemon/debian/control =================================================================== --- trunk/commons-daemon/debian/control 2010-07-12 17:27:46 UTC (rev 12747) +++ trunk/commons-daemon/debian/control 2010-07-14 05:31:34 UTC (rev 12748) @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 7), autoconf, autotools-dev, default-jdk, xsltproc, docbook-xsl, ant Build-Conflicts: autoconf2.13 Standards-Version: 3.8.3 -Homepage: http://jakarta.apache.org/commons/daemon/ +Homepage: http://commons.apache.org/daemon/ Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/commons-daemon Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-daemon/ @@ -16,7 +16,7 @@ Suggests: java-virtual-machine Recommends: jsvc Description: library to launch Java applications as daemons - The Daemon package from Jakarta Commons can be used to implement Java + The Daemon package from Apache Commons can be used to implement Java applications which can be launched as daemons. For example the program will be notified about a shutdown so that it can perform cleanup tasks before its process of execution is destroyed by the Modified: trunk/commons-daemon/debian/copyright =================================================================== --- trunk/commons-daemon/debian/copyright 2010-07-12 17:27:46 UTC (rev 12747) +++ trunk/commons-daemon/debian/copyright 2010-07-14 05:31:34 UTC (rev 12748) @@ -1,7 +1,7 @@ This package was debianized by Arnaud Vandyck <[email protected]> on Sam, 09 Oct 2004 17:46:48 +0200. -It was downloaded from <http://jakarta.apache.org/commons/daemon>. +It was downloaded from <http://commons.apache.org/daemon>. Upstream authors: Bill Barker, Jean-Frederic Clere, Mladen Turk, Remy Maucherat, Pier Fumagalli, Yoav Shapira. Modified: trunk/commons-daemon/debian/watch =================================================================== --- trunk/commons-daemon/debian/watch 2010-07-12 17:27:46 UTC (rev 12747) +++ trunk/commons-daemon/debian/watch 2010-07-14 05:31:34 UTC (rev 12748) @@ -1,3 +1,3 @@ version=3 opts="dversionmangle=s/1.0.2\~svn.*$/1.0.1/" \ -http://www.apache.org/dist/jakarta/commons/daemon/source/daemon-(.*)\.tar\.gz +http://www.apache.org/dist/commons/daemon/source/daemon-(.*)\.tar\.gz _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

