r26118 - in /desktop/experimental/gnome-settings-daemon/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Jan 3 23:10:02 UTC 2011


Author: pochu
Date: Mon Jan  3 23:10:01 2011
New Revision: 26118

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26118
Log:
* New upstream release.
  + debian/control.in:
    - Update build dependencies.
* debian/rules:
  - Remove duplicated list-missing target and utils.mk include.
  - Include autoreconf.mk before debhelper.mk to not leave cruft when
    running clean.

Modified:
    desktop/experimental/gnome-settings-daemon/debian/changelog
    desktop/experimental/gnome-settings-daemon/debian/control
    desktop/experimental/gnome-settings-daemon/debian/control.in
    desktop/experimental/gnome-settings-daemon/debian/rules

Modified: desktop/experimental/gnome-settings-daemon/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/changelog?rev=26118&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/changelog [utf-8] Mon Jan  3 23:10:01 2011
@@ -1,10 +1,20 @@
-gnome-settings-daemon (2.91.5.1-3) UNRELEASED; urgency=low
-
+gnome-settings-daemon (2.91.6.2-1) UNRELEASED; urgency=low
+
+  [ Sjoerd Simons ]
   * Enable pulseaudio support
   * Enable the settings d-conf <-> gconf bridge
   * d/p/0001-Ensure-the-volume-doesn-t-underflow-and-wrap-around.patch
     + Added. Fix a bug where it was possible to lower the volume below zero,
       causing it to wrap-around to MAXUINT.
+
+  [ Emilio Pozuelo Monfort ]
+  * New upstream release.
+    + debian/control.in:
+      - Update build dependencies.
+  * debian/rules:
+    - Remove duplicated list-missing target and utils.mk include.
+    - Include autoreconf.mk before debhelper.mk to not leave cruft when
+      running clean.
 
  -- Sjoerd Simons <sjoerd at debian.org>  Sun, 19 Dec 2010 13:49:05 +0000
 

Modified: desktop/experimental/gnome-settings-daemon/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/control?rev=26118&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/control [utf-8] Mon Jan  3 23:10:01 2011
@@ -14,9 +14,8 @@
                autotools-dev,
                intltool (>= 0.37.1),
                libdbus-glib-1-dev (>= 0.74),
-               libglib2.0-dev (>= 2.27.3),
-               libgtk3.0-dev,
-               libgtk2.0-dev (>= 2.22.0),
+               libglib2.0-dev (>= 2.26.0),
+               libgtk3.0-dev (>= 2.91.7),
                libgconf2-dev (>= 2.6.1),
                libnotify-dev (>= 0.7.0),
                libxt-dev,
@@ -33,7 +32,8 @@
                gnome-pkg-tools,
                gsettings-desktop-schemas-dev,
                libgnome-desktop-3-dev,
-               libpulse-dev (>= 0.9.16)
+               libpulse-dev (>= 0.9.16),
+               libcanberra-gtk3-dev
 Standards-Version: 3.9.0
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-settings-daemon/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-settings-daemon/
@@ -77,7 +77,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libdbus-glib-1-dev (>= 0.74),
-         libglib2.0-dev (>= 2.17.3)
+         libglib2.0-dev (>= 2.26.0)
 Description: Headers for building applications communicating with gnome-settings-daemon
  This package contains header files required to build applications that
  communicate with the GNOME settings daemon over D-Bus.

Modified: desktop/experimental/gnome-settings-daemon/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/control.in?rev=26118&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/control.in [utf-8] Mon Jan  3 23:10:01 2011
@@ -9,9 +9,8 @@
                autotools-dev,
                intltool (>= 0.37.1),
                libdbus-glib-1-dev (>= 0.74),
-               libglib2.0-dev (>= 2.27.3),
-               libgtk3.0-dev,
-               libgtk2.0-dev (>= 2.22.0),
+               libglib2.0-dev (>= 2.26.0),
+               libgtk3.0-dev (>= 2.91.7),
                libgconf2-dev (>= 2.6.1),
                libnotify-dev (>= 0.7.0),
                libxt-dev,
@@ -73,7 +72,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libdbus-glib-1-dev (>= 0.74),
-         libglib2.0-dev (>= 2.17.3)
+         libglib2.0-dev (>= 2.26.0)
 Description: Headers for building applications communicating with gnome-settings-daemon
  This package contains header files required to build applications that
  communicate with the GNOME settings daemon over D-Bus.

Modified: desktop/experimental/gnome-settings-daemon/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/rules?rev=26118&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/rules [utf-8] Mon Jan  3 23:10:01 2011
@@ -1,14 +1,11 @@
 #!/usr/bin/make -f
 
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/cdbs/1/rules/autoreconf.mk
--include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-include /usr/share/cdbs/1/rules/utils.mk
-
-common-binary-post-install-arch:: list-missing
+include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--warn-unresolved-symbols -Wl,--as-needed
 




More information about the pkg-gnome-commits mailing list