r21882 - in /desktop/unstable/gconf/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Oct 9 18:28:37 UTC 2009


Author: joss
Date: Fri Oct  9 18:28:37 2009
New Revision: 21882

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21882
Log:
Break gconf-editor < 2.28 because of the switch to PolicyKit 1.

Modified:
    desktop/unstable/gconf/debian/changelog
    desktop/unstable/gconf/debian/control
    desktop/unstable/gconf/debian/control.in

Modified: desktop/unstable/gconf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/changelog?rev=21882&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/changelog [utf-8] (original)
+++ desktop/unstable/gconf/debian/changelog [utf-8] Fri Oct  9 18:28:37 2009
@@ -1,4 +1,4 @@
-gconf (2.28.0-1) UNRELEASED; urgency=low
+gconf (2.28.0-1) unstable; urgency=low
 
   [ Loïc Minier ]
   * gconf2.postinst: don't test for install as this isn't used for postinsts;
@@ -26,8 +26,9 @@
 
   [ Josselin Mouette ]
   * Bump shlibs to version 2.27.0.
-
- -- Luca Bruno <lethalman88 at gmail.com>  Fri, 25 Sep 2009 15:17:19 +0200
+  * Break gconf-editor < 2.28 because of the switch to PolicyKit 1.
+
+ -- Josselin Mouette <joss at debian.org>  Fri, 09 Oct 2009 20:28:32 +0200
 
 gconf (2.26.2-3) unstable; urgency=low
 

Modified: desktop/unstable/gconf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/control?rev=21882&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/control [utf-8] (original)
+++ desktop/unstable/gconf/debian/control [utf-8] Fri Oct  9 18:28:37 2009
@@ -26,10 +26,13 @@
                libglib2.0-doc
 Standards-Version: 3.8.3
 Homepage:  http://projects.gnome.org/gconf/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gconf
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/gconf
 
 Package: gconf2
 Architecture: any
 Depends: ${shlibs:Depends},
+         ${misc:Depends},
          gconf2-common (>= ${gnome:Version}),
          gconf2-common (<< ${gnome:NextVersion}),
          psmisc,
@@ -66,9 +69,11 @@
 Package: gconf-defaults-service
 Architecture: any
 Depends: ${shlibs:Depends},
+         ${misc:Depends},
          gconf2-common (>= ${gnome:Version}),
          gconf2-common (<< ${gnome:NextVersion})
 Conflicts: libgconf2-4 (<< 2.24.0-3), gconf2-common (<< 2.24.0-3)
+Breaks: gconf-editor (<< 2.28)
 Replaces: gconf2-common (<< 2.24.0-3)
 Description: GNOME configuration database system (system defaults service)
  GConf is a configuration database system for storing application
@@ -83,6 +88,7 @@
 Package: libgconf2-4
 Architecture: any
 Depends: ${shlibs:Depends},
+         ${misc:Depends},
          gconf2-common (>= ${gnome:Version}),
          gconf2-common (<< ${gnome:NextVersion})
 Conflicts: libbonobo2-0 (<< 2.24)
@@ -98,7 +104,8 @@
 Package: libgconf2-dev
 Section: libdevel
 Architecture: any
-Depends: libgconf2-4 (= ${binary:Version}),
+Depends: ${misc:Depends},
+         libgconf2-4 (= ${binary:Version}),
          libglib2.0-dev (>= 2.14.0),
          liborbit2-dev (>= 1:2.10.2-1.1),
          libdbus-1-dev (>= 1.0.0),

Modified: desktop/unstable/gconf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/control.in?rev=21882&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/control.in [utf-8] (original)
+++ desktop/unstable/gconf/debian/control.in [utf-8] Fri Oct  9 18:28:37 2009
@@ -73,6 +73,7 @@
          gconf2-common (>= ${gnome:Version}),
          gconf2-common (<< ${gnome:NextVersion})
 Conflicts: libgconf2-4 (<< 2.24.0-3), gconf2-common (<< 2.24.0-3)
+Breaks: gconf-editor (<< 2.28)
 Replaces: gconf2-common (<< 2.24.0-3)
 Description: GNOME configuration database system (system defaults service)
  GConf is a configuration database system for storing application




More information about the pkg-gnome-commits mailing list