diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 16:41:10 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 16:41:10 -0400 |
commit | 08cee9d8f475337362ea4e935b0d1b2697f0ec79 (patch) | |
tree | 51c0fec7431593cb3b6ffa9a2141c5d2122ff38c /debian | |
parent | d6c3971f3dc1d69de7e6f937b4bc0aa82842b05f (diff) | |
parent | 4fe864d53eea581c95685e31a4372a83f87fce55 (diff) | |
download | ayatana-indicator-sound-08cee9d8f475337362ea4e935b0d1b2697f0ec79.tar.gz ayatana-indicator-sound-08cee9d8f475337362ea4e935b0d1b2697f0ec79.tar.bz2 ayatana-indicator-sound-08cee9d8f475337362ea4e935b0d1b2697f0ec79.zip |
* New upstream release.
- libindicator scroll signals (LP: #804618)
- metadatawidget collapse (LP: #806439)
* debian/control
- Bumped build depends for libindicator to 0.3.90
* debian/patches/gtk3_define.patch
- dropped
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/patches/gtk3_define.patch | 19 | ||||
-rw-r--r-- | debian/patches/series | 1 |
4 files changed, 14 insertions, 22 deletions
diff --git a/debian/changelog b/debian/changelog index 7d83d08..62e8ce5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +indicator-sound (0.7.3-0ubuntu1) UNRELEASED; urgency=low + + * New upstream release. + - libindicator scroll signals (LP: #804618) + - metadatawidget collapse (LP: #806439) + * debian/control + - Bumped build depends for libindicator to 0.3.90 + * debian/patches/gtk3_define.patch + - dropped + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 07 Jul 2011 15:37:27 -0400 + indicator-sound (0.7.2-0ubuntu1) oneiric; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 03cf365..a8a23a9 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,8 @@ Build-Depends: debhelper (>= 7), libdbusmenu-glib-dev (>= 0.3.101), libdbusmenu-gtk-dev (>= 0.3.101), libdbusmenu-gtk3-dev (>= 0.3.101), - libindicator-dev (>= 0.3.19), - libindicator3-dev (>= 0.3.19), + libindicator-dev (>= 0.3.90), + libindicator3-dev (>= 0.3.90), libpulse-dev (>= 0.9.18), libpulse-mainloop-glib0 (>= 0.9.18), libido-0.1-dev (>= 0.1.11), diff --git a/debian/patches/gtk3_define.patch b/debian/patches/gtk3_define.patch deleted file mode 100644 index 373aad7..0000000 --- a/debian/patches/gtk3_define.patch +++ /dev/null @@ -1,19 +0,0 @@ -=== modified file 'src/metadata-widget.c' ---- old/src/metadata-widget.c 2011-06-28 10:39:16 +0000 -+++ new/src/metadata-widget.c 2011-06-28 14:57:26 +0000 -@@ -59,12 +59,14 @@ - static void metadata_widget_set_style (GtkWidget* button, GtkStyle* style); - static void metadata_widget_set_twin_item (MetadataWidget* self, - DbusmenuMenuitem* twin_item); -+#if GTK_CHECK_VERSION(3, 0, 0) - static void metadata_get_preferred_width (GtkWidget *widget, - gint *minimal_width, - gint *natural_width); - static void metadata_get_preferred_height (GtkWidget *widget, - gint *minimal_width, - gint *natural_width); -+#endif - - - // keyevent consumers - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 949d73d..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -gtk3_define.patch |