r17446 - in /desktop/experimental/gconf/debian: changelog control control.in gconf2-common.install patches/01_no_syslog_thanks.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Nov 11 09:07:03 UTC 2008


Author: joss
Date: Tue Nov 11 09:07:03 2008
New Revision: 17446

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17446
Log:
* New upstream release.
  + Uses dbus session bus instead of a lockfile in /tmp. 
    Finally closes: #404743.
  + Remove 01_no_syslog_thanks.patch, merged upstream.
* Enable PolicyKit support.
* Massive update to (build-)dependencies.
* Install dbus and PolicyKit files.

Removed:
    desktop/experimental/gconf/debian/patches/01_no_syslog_thanks.patch
Modified:
    desktop/experimental/gconf/debian/changelog
    desktop/experimental/gconf/debian/control
    desktop/experimental/gconf/debian/control.in
    desktop/experimental/gconf/debian/gconf2-common.install

Modified: desktop/experimental/gconf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconf/debian/changelog?rev=17446&op=diff
==============================================================================
--- desktop/experimental/gconf/debian/changelog (original)
+++ desktop/experimental/gconf/debian/changelog Tue Nov 11 09:07:03 2008
@@ -1,9 +1,19 @@
-gconf (2.22.0-2) UNRELEASED; urgency=low
-
+gconf (2.24.0-1) experimental; urgency=low
+
+  [ Loic Minier ]
   * Replace homepage pseudo-field in description with a real source field in
     control.
 
- -- Loic Minier <lool at dooz.org>  Sun, 03 Aug 2008 18:23:03 +0200
+  [ Josselin Mouette ]
+  * New upstream release.
+    + Uses dbus session bus instead of a lockfile in /tmp. 
+      Finally closes: #404743.
+    + Remove 01_no_syslog_thanks.patch, merged upstream.
+  * Enable PolicyKit support.
+  * Massive update to (build-)dependencies.
+  * Install dbus and PolicyKit files.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 11 Nov 2008 10:02:25 +0100
 
 gconf (2.22.0-1) unstable; urgency=low
 

Modified: desktop/experimental/gconf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconf/debian/control?rev=17446&op=diff
==============================================================================
--- desktop/experimental/gconf/debian/control (original)
+++ desktop/experimental/gconf/debian/control Tue Nov 11 09:07:03 2008
@@ -5,23 +5,25 @@
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5),
                cdbs (>= 0.4.41),
-               libglib2.0-dev (>= 2.9),
-               liborbit2-dev (>= 1:2.10.2-1.1),
-               libpopt-dev,
-               libxml2-dev,
-               zlib1g-dev,
-               gettext,
-               gcc (>= 3:3.2.2),
-               libgtk2.0-dev,
                gnome-pkg-tools (>= 0.10),
                dpkg-dev (>= 1.13.19),
+               gtk-doc-tools (>= 1.0),
+               libglib2.0-dev (>= 2.14.0),
+               liborbit2-dev (>= 1:2.10.2-1.1),
+               libdbus-1-dev (>= 1.0.0),
+               libdbus-glib-1-dev (>= 0.74),
+               libxml2-dev,
+               libgtk2.0-dev,
+               libpolkit-dbus-dev,
+               policykit,
+               libldap2-dev,
+               intltool (>= 0.35.0),
+               libxml-parser-perl,
+               gettext,
                python (>= 2.3),
-               libldap2-dev,
-               gtk-doc-tools,
-               libxml-parser-perl,
                python-support (>= 0.5.3),
                autotools-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage:  http://www.gnome.org/projects/gconf/
 
 Package: gconf2
@@ -30,6 +32,7 @@
          gconf2-common (>= ${gnome:Version}),
          gconf2-common (<< ${gnome:NextVersion}),
          psmisc,
+         dbus-x11,
          ${python:Depends}
 Recommends: libgtk2.0-0
 Conflicts: libgconf2-4 (<< 2.12.0-2)
@@ -46,6 +49,8 @@
 Package: gconf2-common
 Architecture: all
 Depends: ${misc:Depends},
+         dbus,
+         policykit,
          ucf
 Replaces: gconf2 (<< 2.12.0-2)
 Description: GNOME configuration database system (common files)
@@ -75,9 +80,9 @@
 Section: libdevel
 Architecture: any
 Depends: libgconf2-4 (= ${binary:Version}),
-         libglib2.0-dev,
-         libpopt-dev,
-         liborbit2-dev (>= 1:2.8.0),
+         libglib2.0-dev (>= 2.14.0),
+         liborbit2-dev (>= 1:2.10.2-1.1),
+         libdbus-1-dev (>= 1.0.0),
          gconf2 (= ${binary:Version})
 Replaces: gconf2 (<< 2.12.0-2)
 Description: GNOME configuration database system (development)

Modified: desktop/experimental/gconf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconf/debian/control.in?rev=17446&op=diff
==============================================================================
--- desktop/experimental/gconf/debian/control.in (original)
+++ desktop/experimental/gconf/debian/control.in Tue Nov 11 09:07:03 2008
@@ -5,23 +5,25 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 5),
                cdbs (>= 0.4.41),
-               libglib2.0-dev (>= 2.9),
-               liborbit2-dev (>= 1:2.10.2-1.1),
-               libpopt-dev,
-               libxml2-dev,
-               zlib1g-dev,
-               gettext,
-               gcc (>= 3:3.2.2),
-               libgtk2.0-dev,
                gnome-pkg-tools (>= 0.10),
                dpkg-dev (>= 1.13.19),
+               gtk-doc-tools (>= 1.0),
+               libglib2.0-dev (>= 2.14.0),
+               liborbit2-dev (>= 1:2.10.2-1.1),
+               libdbus-1-dev (>= 1.0.0),
+               libdbus-glib-1-dev (>= 0.74),
+               libxml2-dev,
+               libgtk2.0-dev,
+               libpolkit-dbus-dev,
+               policykit,
+               libldap2-dev,
+               intltool (>= 0.35.0),
+               libxml-parser-perl,
+               gettext,
                python (>= 2.3),
-               libldap2-dev,
-               gtk-doc-tools,
-               libxml-parser-perl,
                python-support (>= 0.5.3),
                autotools-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage:  http://www.gnome.org/projects/gconf/
 
 Package: gconf2
@@ -30,6 +32,7 @@
          gconf2-common (>= ${gnome:Version}),
          gconf2-common (<< ${gnome:NextVersion}),
          psmisc,
+         dbus-x11,
          ${python:Depends}
 Recommends: libgtk2.0-0
 Conflicts: libgconf2-4 (<< 2.12.0-2)
@@ -46,6 +49,8 @@
 Package: gconf2-common
 Architecture: all
 Depends: ${misc:Depends},
+         dbus,
+         policykit,
          ucf
 Replaces: gconf2 (<< 2.12.0-2)
 Description: GNOME configuration database system (common files)
@@ -75,9 +80,9 @@
 Section: libdevel
 Architecture: any
 Depends: libgconf2-4 (= ${binary:Version}),
-         libglib2.0-dev,
-         libpopt-dev,
-         liborbit2-dev (>= 1:2.8.0),
+         libglib2.0-dev (>= 2.14.0),
+         liborbit2-dev (>= 1:2.10.2-1.1),
+         libdbus-1-dev (>= 1.0.0),
          gconf2 (= ${binary:Version})
 Replaces: gconf2 (<< 2.12.0-2)
 Description: GNOME configuration database system (development)

Modified: desktop/experimental/gconf/debian/gconf2-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconf/debian/gconf2-common.install?rev=17446&op=diff
==============================================================================
--- desktop/experimental/gconf/debian/gconf2-common.install (original)
+++ desktop/experimental/gconf/debian/gconf2-common.install Tue Nov 11 09:07:03 2008
@@ -1,5 +1,8 @@
 debian/default.path* usr/share/gconf/
+debian/tmp/etc/dbus-1
 debian/tmp/etc/gconf/2/evoldap.conf
 debian/tmp/usr/share/locale
 debian/tmp/usr/share/sgml
+debian/tmp/usr/share/PolicyKit
+debian/tmp/usr/share/dbus-1
 debian/tmp/usr/share/GConf/schema usr/share/doc/gconf2-common/




More information about the pkg-gnome-commits mailing list