[Pkg-utopia-commits] r2809 - in /packages/unstable/dbus-glib/debian: changelog control

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Mon Feb 16 12:29:07 UTC 2009


Author: smcv
Date: Mon Feb 16 12:29:06 2009
New Revision: 2809

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2809
Log:
* Bump build dependencies to D-Bus 1.1 and GLib 2.10 to match configure.ac
* Wrap Uploaders, Build-Depends and Depends

Modified:
    packages/unstable/dbus-glib/debian/changelog
    packages/unstable/dbus-glib/debian/control

Modified: packages/unstable/dbus-glib/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-glib/debian/changelog?rev=2809&op=diff
==============================================================================
--- packages/unstable/dbus-glib/debian/changelog (original)
+++ packages/unstable/dbus-glib/debian/changelog Mon Feb 16 12:29:06 2009
@@ -3,6 +3,8 @@
   * Merge from experimental into unstable
   * Really bump *all* symbol versions to at least 0.78
   * Add missing symbol from 0.80, and bump the old shlibs version too
+  * Bump build dependencies to D-Bus 1.1 and GLib 2.10 to match configure.ac
+  * Wrap Uploaders, Build-Depends and Depends
 
  -- Simon McVittie <smcv at debian.org>  Mon, 16 Feb 2009 11:14:15 +0000
 

Modified: packages/unstable/dbus-glib/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-glib/debian/control?rev=2809&op=diff
==============================================================================
--- packages/unstable/dbus-glib/debian/control (original)
+++ packages/unstable/dbus-glib/debian/control Mon Feb 16 12:29:06 2009
@@ -2,8 +2,16 @@
 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 debian.org>, Simon McVittie <smcv at debian.org>, Michael Biebl <biebl 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)
+Uploaders: Sjoerd Simons <sjoerd at debian.org>,
+           Sebastian Dröge <slomo at debian.org>,
+           Simon McVittie <smcv at debian.org>,
+           Michael Biebl <biebl at debian.org>
+Build-Depends: cdbs (>= 0.4.43),
+               debhelper (>= 5.0.37.2),
+               libglib2.0-dev (>= 2.10),
+               libdbus-1-dev (>= 1.1),
+               libexpat-dev,
+               gtk-doc-tools (>= 1.4)
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus-glib
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-glib
@@ -12,7 +20,11 @@
 Package: libdbus-glib-1-dev
 Section: libdevel
 Architecture: any
-Depends: libdbus-glib-1-2 (= ${binary:Version}), libdbus-1-dev (>= 0.91), libglib2.0-dev, ${shlibs:Depends}
+Depends: libdbus-glib-1-2 (= ${binary:Version}),
+         libdbus-1-dev (>= 1.1),
+         libglib2.0-dev,
+         ${shlibs:Depends},
+         ${misc:Depends}
 Conflicts: libdbus-glib-dev, dbus-glib-1-dev, dbus-1-utils (<< 0.50-2)
 Replaces: libdbus-glib0-dev, dbus-glib-1-dev, libdbus-1-dev (<< 0.90)
 Description: simple interprocess messaging system (GLib interface)
@@ -27,7 +39,8 @@
 Package: libdbus-glib-1-2
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 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
@@ -41,9 +54,10 @@
 Package: libdbus-glib-1-doc
 Section: doc
 Architecture: all
-Depends: lynx | www-browser
+Depends: lynx | www-browser,
+         ${misc:Depends}
 Suggests: devhelp
-Description: simple interprocess messaging system (GLib-based shared library)
+Description: simple interprocess messaging system (GLib library 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.
@@ -56,7 +70,8 @@
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: libdbus-glib-1-2 (= ${binary:Version})
+Depends: libdbus-glib-1-2 (= ${binary:Version}),
+         ${misc:Depends}
 Description: simple interprocess messaging system (GLib library debug symbols)
  D-Bus is a message bus, used for sending messages between applications.
  Conceptually, it fits somewhere in between raw sockets and CORBA in




More information about the Pkg-utopia-commits mailing list