[Pkg-utopia-commits] r1162 - packages/unstable/dbus-java/debian

Matthew Johnson mjj29-guest at alioth.debian.org
Tue Nov 21 14:17:56 CET 2006


Author: mjj29-guest
Date: 2006-11-21 14:17:55 +0100 (Tue, 21 Nov 2006)
New Revision: 1162

Modified:
   packages/unstable/dbus-java/debian/changelog
   packages/unstable/dbus-java/debian/control
Log:
take package descriptions from python/glib


Modified: packages/unstable/dbus-java/debian/changelog
===================================================================
--- packages/unstable/dbus-java/debian/changelog	2006-11-21 13:10:43 UTC (rev 1161)
+++ packages/unstable/dbus-java/debian/changelog	2006-11-21 13:17:55 UTC (rev 1162)
@@ -5,6 +5,7 @@
   * Tidying up of the makefile to use dh_install properly
   * Add a README to /usr/share/doc/libdbus-java-doc to the 
     docs location
+  * take package description from python/glib packages
 
  -- Matthew Johnson <debian at matthew.ath.cx>  Tue, 14 Nov 2006 16:12:21 +0000
 

Modified: packages/unstable/dbus-java/debian/control
===================================================================
--- packages/unstable/dbus-java/debian/control	2006-11-21 13:10:43 UTC (rev 1161)
+++ packages/unstable/dbus-java/debian/control	2006-11-21 13:17:55 UTC (rev 1162)
@@ -9,15 +9,26 @@
 Architecture: any
 Depends: ${shlibs:Depends}, sun-java5-jre | sun-java5-jdk
 Suggests: libdbus-java-doc
-Description: Java language bindings for D-Bus
- Bindings to allow Java programs to access D-Bus.  This package contains
- everything needed to run or develop programs using D-Bus in the 1.5 version of
- Java.
+Description: simple interprocess messaging system (Java interface)
+ D-Bus is a message bus, used for sending messages between applications.
+ Conceptually, it fits somewhere in between raw sockets and CORBA in
+ terms of complexity.
+ .
+ This package provides a Java interface to D-Bus.
+ .
+ See the dbus description for more information about D-Bus in general.
 
+
 Package: libdbus-java-doc
 Recommends: libdbus-java
 Architecture: all
-Description: Documentation for Java language bindings for D-Bus
- Documentation for the bindings to allow Java programs to access D-Bus. 
- This package contains the API documentation and HOWTOs for writing
- Java programs which access D-Bus
+Description: simple interprocess messaging system (Java interface documentation)
+ D-Bus is a message bus, used for sending messages between applications.
+ Conceptually, it fits somewhere in between raw sockets and CORBA in
+ terms of complexity.
+ .
+ This package provides the documentation for the Java interface to D-Bus.
+ .
+ See the dbus description for more information about D-Bus in general.
+
+




More information about the Pkg-utopia-commits mailing list