diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/patches/fix-864405.patch | 22 | ||||
-rw-r--r-- | debian/patches/series | 1 |
4 files changed, 10 insertions, 24 deletions
diff --git a/debian/changelog b/debian/changelog index e2a0831..2d8b22f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +indicator-sound (0.8.0.0-0ubuntu1) precise; urgency=low + + * New upstream release. + * debian/control + - removed build depends for libgconf2-dev + * debian/patches/fix-864405.patch + - dropped, merged upstream + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 01 Dec 2011 14:33:34 -0500 + indicator-sound (0.7.9.1-0ubuntu2) precise; urgency=low * debian/patches/fix-864405.patch: diff --git a/debian/control b/debian/control index 7c5dbf6..8dea28e 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,6 @@ Build-Depends: debhelper (>= 7), libpulse-mainloop-glib0 (>= 0.9.18), libido-0.1-dev (>= 0.1.11), libido3-0.1-dev (>= 0.2.90), - libgconf2-dev, libgee-dev, libxml2-dev, libnotify-dev, diff --git a/debian/patches/fix-864405.patch b/debian/patches/fix-864405.patch deleted file mode 100644 index fe78d0f..0000000 --- a/debian/patches/fix-864405.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/src/transport-widget.c 2011-09-09 12:57:51 +0000 -+++ b/src/transport-widget.c 2011-11-16 18:34:46 +0000 -@@ -561,15 +561,15 @@ - { - TransportAction event = TRANSPORT_ACTION_NO_ACTION; - -- if (x > 67 && x < 112 -+ if (x > 57 && x < 102 - && y > 12 && y < 40){ - event = TRANSPORT_ACTION_PREVIOUS; - } -- else if (x > 111 && x < 153 -+ else if (x > 101 && x < 143 - && y > 5 && y < 47){ - event = TRANSPORT_ACTION_PLAY_PAUSE; - } -- else if (x > 152 && x < 197 -+ else if (x > 142 && x < 187 - && y > 12 && y < 40){ - event = TRANSPORT_ACTION_NEXT; - } - diff --git a/debian/patches/series b/debian/patches/series index 911625a..e69de29 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +0,0 @@ -fix-864405.patch |