[pkg-java] r2802 - branches/commons-daemon/feature/debian/debian

Marcus Better marcusb-guest at alioth.debian.org
Tue Nov 28 14:05:22 CET 2006


Author: marcusb-guest
Date: 2006-11-28 14:05:22 +0100 (Tue, 28 Nov 2006)
New Revision: 2802

Modified:
   branches/commons-daemon/feature/debian/debian/compat
   branches/commons-daemon/feature/debian/debian/control
Log:
Clean up package descriptions. Move jsvc to devel section, jsvc-dev to libdevel. Add myself as uploader. Bump compat to 5.


Modified: branches/commons-daemon/feature/debian/debian/compat
===================================================================
--- branches/commons-daemon/feature/debian/debian/compat	2006-11-28 12:53:21 UTC (rev 2801)
+++ branches/commons-daemon/feature/debian/debian/compat	2006-11-28 13:05:22 UTC (rev 2802)
@@ -1 +1 @@
-4
+5

Modified: branches/commons-daemon/feature/debian/debian/control
===================================================================
--- branches/commons-daemon/feature/debian/debian/control	2006-11-28 12:53:21 UTC (rev 2801)
+++ branches/commons-daemon/feature/debian/debian/control	2006-11-28 13:05:22 UTC (rev 2802)
@@ -2,8 +2,8 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 4.2.30), cdbs, java-gcj-compat-dev, junit, ant, libxerces2-java, libjaxp1.2-java, autotools-dev
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>, Michael Koch <konqueror at gmx.de>, Marcus Better <marcus at better.se>
+Build-Depends: debhelper (>= 5.0.0), cdbs, java-gcj-compat-dev, junit, ant, libxerces2-java, libjaxp1.2-java, autotools-dev
 Standards-Version: 3.7.2
 
 Package: libcommons-daemon-java
@@ -11,38 +11,34 @@
 Depends: java-gcj-compat | java1-runtime | java2-runtime
 Suggests: java-virtual-machine
 Recommends: jsvc
-Description: Java API to launch java applications as daemons
- The libcommons-daemon-java package can be used to implement java applications
- which can be launched as daemons of the operating system. The application
- has to implement the provided interfaces by this package in order to 
- be launched/stopped and restarted in the same fashion a normal unix 
- daemons.
+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.
  .
- For example the java program will be notified about a shutdown and
- therefore be able to perform 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.
  .
- This package contains the java library - you will also need the actual binary
- for your architecture which is provided by the jsvc package.
- .
- This is a part of the Apache Jakarta Project.
- Home: <http://jakarta.apache.org/commons/daemon/>
+  Homepage: http://jakarta.apache.org/commons/daemon/
 
 Package: jsvc
-Section: net
+Section: devel
 Architecture: any
 Depends: ${shlibs:Depends}, libcommons-daemon-java
-Description: native application 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.
+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.
  .
- This is a part of the Apache Jakarta Project.
- Home: <http://jakarta.apache.org/commons/daemon/>
+  Homepage: http://jakarta.apache.org/commons/daemon/
 
 Package: jsvc-dev
+Section: libdevel
 Architecture: all
 Depends: jsvc
 Description: development files for jsvc
- This package provides the development files of the jsvc application.
- For a description please have a look at the packages jsvc and
- libcommons-daemon-java.
+ This package provides the development files for jsvc.
+ .
+  Homepage: http://jakarta.apache.org/commons/daemon/




More information about the pkg-java-commits mailing list