Author: marcusb-guest Date: 2006-12-04 12:50:38 +0100 (Mon, 04 Dec 2006) New Revision: 2831
Added: tags/commons-daemon/1.0.2~svn20061127-2/ tags/commons-daemon/1.0.2~svn20061127-2/debian/changelog tags/commons-daemon/1.0.2~svn20061127-2/debian/control Removed: tags/commons-daemon/1.0.2~svn20061127-2/debian/changelog tags/commons-daemon/1.0.2~svn20061127-2/debian/control Log: Tag release. Copied: tags/commons-daemon/1.0.2~svn20061127-2 (from rev 2821, trunk/commons-daemon) Deleted: tags/commons-daemon/1.0.2~svn20061127-2/debian/changelog =================================================================== --- trunk/commons-daemon/debian/changelog 2006-11-30 09:05:18 UTC (rev 2821) +++ tags/commons-daemon/1.0.2~svn20061127-2/debian/changelog 2006-12-04 11:50:38 UTC (rev 2831) @@ -1,88 +0,0 @@ -commons-daemon (1.0.2~svn20061127-1) unstable; urgency=low - - * Support the arm, hppa, ia64, m68k, mipsel, and s390 - architectures. (Closes: #307853) - * Don't include irrelevant README. (Closes: #394169) - * The jsvc-dev package is no longer built as it's not useful. - * debian/control: - - Fix build deps: remove libxerces2-java and libjaxp1.2-java, add autoconf - and docbook-to-man. - - Clean up package descriptions. - * debian/rules: - - Get rid of CDBS. - - Pass correct host options to autoconf. - - -- Marcus Better <[EMAIL PROTECTED]> Tue, 28 Nov 2006 13:49:20 +0100 - -commons-daemon (1.0.1-3) unstable; urgency=low - - * Apply a patch to support ppc64 arch, thanks to Andreas Jochens - (closes: #361831) - - -- Arnaud Vandyck <[EMAIL PROTECTED]> Mon, 3 Jul 2006 11:04:55 +0200 - -commons-daemon (1.0.1-2) unstable; urgency=low - - * (Builds-)Depends on java-gcj-compat(-dev) instead of kaffe(-dev) - (Closes: #358343). - * Update Standards-Version to 3.7.2. - - -- Michael Koch <[EMAIL PROTECTED]> Sat, 1 Jul 2006 15:56:17 +0000 - -commons-daemon (1.0.1-1) unstable; urgency=low - - * New upstream release - + updated manpage for new options - + amd64 now supported - (I will leave 307853 open until all debian platforms are supported) - * Patch from upstream CVS to fix invalid execve() usage (closes: #314937) - * libant1.6-java to ant transition (closes: #326436) - * Added autotools-dev to let cdbs update the config.guess/sub - * Standards-Version 3.6.2 (no changes) - - * Upload sponsored by XXX - - -- Wolfgang Baer <[EMAIL PROTECTED]> Sat, 10 Sep 2005 17:45:46 +0200 - -commons-daemon (1.0-5) unstable; urgency=low - - * upload with the sources. - * Build with free tools now, therefore buildable on all - architectures and a jsvc binary should be provided (closes: #286871) - * Move to main as built with free tools - * Shortened and clarified description (closes: #279752) - - -- Arnaud Vandyck <[EMAIL PROTECTED]> Sun, 10 Apr 2005 23:31:38 +0200 - -commons-daemon (1.0-4) unstable; urgency=low - - * Build with free tools now, therefore buildable on all - architectures and a jsvc binary should be provided (closes: #286871) - * Moved configure/build of jsvc binary from install/jsvc target to the - common-configure-arch and common-build-arch targets - * Move to main as built with free tools - * Shortened and clarified description (closes: #279752) - * Build javadoc api and include daemons.html into documentation - (Removed patch 01_dist_without_javadoc.patch) - * avdyk: added Wolfgang to the uploaders - - -- Wolfgang Baer <[EMAIL PROTECTED]> Fri, 12 Nov 2004 17:48:04 +0100 - -commons-daemon (1.0-3) unstable; urgency=low - - * changed build-dep-indep to build-dep (closes: #280933). - - -- Arnaud Vandyck <[EMAIL PROTECTED]> Fri, 12 Nov 2004 17:48:04 +0100 - -commons-daemon (1.0-2) unstable; urgency=low - - * improved description for jsvc-dev. - - -- Arnaud Vandyck <[EMAIL PROTECTED]> Fri, 29 Oct 2004 11:57:53 +0200 - -commons-daemon (1.0-1) unstable; urgency=low - - * Initial Release. - - -- Arnaud Vandyck <[EMAIL PROTECTED]> Sat, 9 Oct 2004 17:51:44 +0200 - Copied: tags/commons-daemon/1.0.2~svn20061127-2/debian/changelog (from rev 2822, trunk/commons-daemon/debian/changelog) Deleted: tags/commons-daemon/1.0.2~svn20061127-2/debian/control =================================================================== --- trunk/commons-daemon/debian/control 2006-11-30 09:05:18 UTC (rev 2821) +++ tags/commons-daemon/1.0.2~svn20061127-2/debian/control 2006-12-04 11:50:38 UTC (rev 2831) @@ -1,37 +0,0 @@ -Source: commons-daemon -Section: libs -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]>, Marcus Better <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5), autotools-dev, xsltproc, docbook-xsl -Build-Depends-Indep: autoconf, java-gcj-compat-dev, ant -Build-Conflicts: autoconf2.13 -Standards-Version: 3.7.2 - -Package: libcommons-daemon-java -Architecture: all -Depends: java-gcj-compat | java1-runtime | java2-runtime -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 - 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 - operation system. - . - This package contains the java library. You will also need the actual - binary for your architecture which is provided by the jsvc package. - . - Homepage: http://jakarta.apache.org/commons/daemon/ - -Package: jsvc -Section: devel -Architecture: any -Depends: ${shlibs:Depends}, libcommons-daemon-java -Description: wrapper to launch Java applications as daemons - This is the native application for launching Java applications - implementing certain interfaces from the libcommons-daemon-java - package as daemons. - . - Homepage: http://jakarta.apache.org/commons/daemon/ Copied: tags/commons-daemon/1.0.2~svn20061127-2/debian/control (from rev 2822, trunk/commons-daemon/debian/control) _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

