[Pkg-utopia-commits] r1337 - packages/unstable/dbus-glib/debian

Sjoerd Simons sjoerd at alioth.debian.org
Mon Apr 9 20:05:30 UTC 2007


Author: sjoerd
Date: 2007-04-09 20:05:29 +0000 (Mon, 09 Apr 2007)
New Revision: 1337

Added:
   packages/unstable/dbus-glib/debian/libdbus-glib-1-doc.install
Modified:
   packages/unstable/dbus-glib/debian/changelog
   packages/unstable/dbus-glib/debian/control
   packages/unstable/dbus-glib/debian/rules
Log:
* Upload to unstable
* Merge experimental branch
* New upstream release:
  + debian/patches/01_proxy-crash.patch,
    debian/patches/02_gthreads-deadlock.patch:
    - Dropped, merged upstream
* debian/rules:
  + Bump shlibs to reflect API additions
  + Use the new configure flag to specify the location of the dbus daemon
    introspection data instead of the previous workaround.
* debian/patches/02_gthreads-deadlock.patch:
  + Instead of using gthreads just initialize the default dbus threads. This
    fixes all the deadlocks in dbus-glib applications that are called via
    sudo like gdmsetup for example. (fd.o: #9259)
* No-change upload against unstable's libc6
* debian/control:
  + Updated to use my debian.org mail address
* debian/patches/01_proxy-crash.patch:
  + Fix for a dbus-glib crash that could take down all dbus-glib using
    applications at once (fd.o: #8235)
* New upstream release
* debian/control:
  + Require libdbus-1-dev (>= 0.94) and libglib2.0-dev (>= 2.6)
  + Add build dependency on gtk-doc-tools (>= 1.4)
* debian/control,
  debian/libdbus-glib-1-doc.install:
  + Add libdbus-glib-1-doc package

Modified: packages/unstable/dbus-glib/debian/changelog
===================================================================
--- packages/unstable/dbus-glib/debian/changelog	2007-04-09 19:25:55 UTC (rev 1336)
+++ packages/unstable/dbus-glib/debian/changelog	2007-04-09 20:05:29 UTC (rev 1337)
@@ -1,3 +1,60 @@
+dbus-glib (0.73-2) unstable; urgency=low
+
+  * Upload to unstable
+  * Merge experimental branch
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Mon, 09 Apr 2007 22:05:16 +0200
+
+dbus-glib (0.73-1) experimental; urgency=low
+
+  * New upstream release:
+    + debian/patches/01_proxy-crash.patch,
+      debian/patches/02_gthreads-deadlock.patch:
+      - Dropped, merged upstream
+  * debian/rules:
+    + Bump shlibs to reflect API additions
+    + Use the new configure flag to specify the location of the dbus daemon
+      introspection data instead of the previous workaround.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 13 Feb 2007 19:03:19 +0100
+
+dbus-glib (0.72-4) experimental; urgency=low
+
+  * debian/patches/02_gthreads-deadlock.patch:
+    + Instead of using gthreads just initialize the default dbus threads. This
+      fixes all the deadlocks in dbus-glib applications that are called via
+      sudo like gdmsetup for example. (fd.o: #9259)
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 22 Jan 2007 22:05:22 +0100
+
+dbus-glib (0.72-3) experimental; urgency=low
+
+  * No-change upload against unstable's libc6
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 22 Jan 2007 21:10:30 +0100
+
+dbus-glib (0.72-2) experimental; urgency=low
+
+  * debian/control:
+    + Updated to use my debian.org mail address
+  * debian/patches/01_proxy-crash.patch:
+    + Fix for a dbus-glib crash that could take down all dbus-glib using
+      applications at once (fd.o: #8235)
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon,  8 Jan 2007 01:54:04 +0100
+
+dbus-glib (0.72-1) experimental; urgency=low
+
+  * New upstream release
+  * debian/control:
+    + Require libdbus-1-dev (>= 0.94) and libglib2.0-dev (>= 2.6)
+    + Add build dependency on gtk-doc-tools (>= 1.4)
+  * debian/control,
+    debian/libdbus-glib-1-doc.install:
+    + Add libdbus-glib-1-doc package
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Wed,  1 Nov 2006 10:51:01 +0100
+
 dbus-glib (0.71-3) unstable; urgency=low
 
   * debian/patches/00_unref_crash.patch

Modified: packages/unstable/dbus-glib/debian/control
===================================================================
--- packages/unstable/dbus-glib/debian/control	2007-04-09 19:25:55 UTC (rev 1336)
+++ packages/unstable/dbus-glib/debian/control	2007-04-09 20:05:29 UTC (rev 1337)
@@ -2,8 +2,8 @@
 Section: devel
 Priority: optional
 Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
-Uploaders: Sjoerd Simons <sjoerd at debian.org>, Sebastian Dröge <slomo at ubuntu.com>
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), libglib2.0-dev, libdbus-1-dev (>= 0.91), libexpat-dev 
+Uploaders: Sjoerd Simons <sjoerd at debian.org>, Sebastian Dröge <slomo at debian.org>
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), libglib2.0-dev (>= 2.6), libdbus-1-dev (>= 0.94), libexpat-dev, gtk-doc-tools (>= 1.4)
 Standards-Version: 3.7.2
 
 Package: libdbus-glib-1-dev
@@ -34,3 +34,16 @@
  GLib interface to D-Bus.
  .
  See the dbus description for more information about D-Bus in general.
+
+Package: libdbus-glib-1-doc
+Section: doc
+Architecture: all
+Depends: lynx | www-browser
+Description: simple interprocess messaging system (GLib-based shared library)
+ 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 HTML documentation for dbus-glib
+ .
+ See the dbus description for more information about D-Bus in general.

Copied: packages/unstable/dbus-glib/debian/libdbus-glib-1-doc.install (from rev 1242, packages/experimental/dbus-glib/debian/libdbus-glib-1-doc.install)

Modified: packages/unstable/dbus-glib/debian/rules
===================================================================
--- packages/unstable/dbus-glib/debian/rules	2007-04-09 19:25:55 UTC (rev 1336)
+++ packages/unstable/dbus-glib/debian/rules	2007-04-09 20:05:29 UTC (rev 1337)
@@ -9,7 +9,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 
 # Strict library versioning
-DEB_DH_MAKESHLIBS_ARGS_ALL := -V
+DEB_DH_MAKESHLIBS_ARGS_ALL := -V "libdbus-glib-1-2 (>= 0.73)"
 
-common-configure-impl::
-	cp $(CURDIR)/debian/dbus-bus-introspect.xml $(CURDIR)/tools/
+DEB_CONFIGURE_EXTRA_FLAGS := --with-introspect-xml=$(CURDIR)/debian/dbus-bus-introspect.xml
+




More information about the Pkg-utopia-commits mailing list