r29317 - in /packages/unstable/gnome-color-manager/debian: changelog control control.in patches/ patches/01-libnotify_0.7.patch patches/series
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Aug 2 02:50:10 UTC 2011
Author: biebl
Date: Tue Aug 2 02:50:10 2011
New Revision: 29317
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29317
Log:
* Update for libnotify 0.7. (Closes: #630272)
- Bump Build-Depends on libnotify-dev to (>= 0.7.0).
- Add debian/patches/01-libnotify_0.7.patch.
Added:
packages/unstable/gnome-color-manager/debian/patches/
packages/unstable/gnome-color-manager/debian/patches/01-libnotify_0.7.patch
packages/unstable/gnome-color-manager/debian/patches/series
Modified:
packages/unstable/gnome-color-manager/debian/changelog
packages/unstable/gnome-color-manager/debian/control
packages/unstable/gnome-color-manager/debian/control.in
Modified: packages/unstable/gnome-color-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-color-manager/debian/changelog?rev=29317&op=diff
==============================================================================
--- packages/unstable/gnome-color-manager/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-color-manager/debian/changelog [utf-8] Tue Aug 2 02:50:10 2011
@@ -2,6 +2,9 @@
* debian/watch: Track .bz2 tarballs.
* Bump debhelper compatibility level to 8.
+ * Update for libnotify 0.7. (Closes: #630272)
+ - Bump Build-Depends on libnotify-dev to (>= 0.7.0).
+ - Add debian/patches/01-libnotify_0.7.patch.
-- Michael Biebl <biebl at debian.org> Tue, 02 Aug 2011 04:40:24 +0200
Modified: packages/unstable/gnome-color-manager/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-color-manager/debian/control?rev=29317&op=diff
==============================================================================
--- packages/unstable/gnome-color-manager/debian/control [utf-8] (original)
+++ packages/unstable/gnome-color-manager/debian/control [utf-8] Tue Aug 2 02:50:10 2011
@@ -35,7 +35,7 @@
libtiff4-dev,
libcups2-dev,
libx11-dev,
- libnotify-dev,
+ libnotify-dev (>= 0.7.0),
libsane-dev
Homepage: http://projects.gnome.org/gnome-color-manager/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-color-manager/
Modified: packages/unstable/gnome-color-manager/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-color-manager/debian/control.in?rev=29317&op=diff
==============================================================================
--- packages/unstable/gnome-color-manager/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-color-manager/debian/control.in [utf-8] Tue Aug 2 02:50:10 2011
@@ -30,7 +30,7 @@
libtiff4-dev,
libcups2-dev,
libx11-dev,
- libnotify-dev,
+ libnotify-dev (>= 0.7.0),
libsane-dev
Homepage: http://projects.gnome.org/gnome-color-manager/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-color-manager/
Added: packages/unstable/gnome-color-manager/debian/patches/01-libnotify_0.7.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-color-manager/debian/patches/01-libnotify_0.7.patch?rev=29317&op=file
==============================================================================
--- packages/unstable/gnome-color-manager/debian/patches/01-libnotify_0.7.patch (added)
+++ packages/unstable/gnome-color-manager/debian/patches/01-libnotify_0.7.patch [utf-8] Tue Aug 2 02:50:10 2011
@@ -1,0 +1,13 @@
+Index: gnome-color-manager-2.32.0/src/gcm-session.c
+===================================================================
+--- gnome-color-manager-2.32.0.orig/src/gcm-session.c 2011-08-02 04:45:43.766800691 +0200
++++ gnome-color-manager-2.32.0/src/gcm-session.c 2011-08-02 04:46:13.730423996 +0200
+@@ -145,7 +145,7 @@
+ NotifyNotification *notification;
+
+ /* show a bubble */
+- notification = notify_notification_new (title, message, GCM_STOCK_ICON, NULL);
++ notification = notify_notification_new (title, message, GCM_STOCK_ICON);
+ notify_notification_set_timeout (notification, GCM_SESSION_NOTIFY_TIMEOUT);
+ notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
+
Added: packages/unstable/gnome-color-manager/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-color-manager/debian/patches/series?rev=29317&op=file
==============================================================================
--- packages/unstable/gnome-color-manager/debian/patches/series (added)
+++ packages/unstable/gnome-color-manager/debian/patches/series [utf-8] Tue Aug 2 02:50:10 2011
@@ -1,0 +1,1 @@
+01-libnotify_0.7.patch
More information about the pkg-gnome-commits
mailing list