diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-06-19 11:33:07 -0400 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-06-19 11:33:07 -0400 |
commit | 6339a0a889b766f818dd7c6fe141b45028556d1c (patch) | |
tree | 8ae21143159305de3ee85fea9a06b62b77d70b5e /debian | |
parent | f5e8d29a634d0ad62625c10f12a940c1a6b0c6cf (diff) | |
parent | 1f37b724c2eeb9af4d23de4b28c4ed39f50ed5a0 (diff) | |
download | ayatana-indicator-sound-6339a0a889b766f818dd7c6fe141b45028556d1c.tar.gz ayatana-indicator-sound-6339a0a889b766f818dd7c6fe141b45028556d1c.tar.bz2 ayatana-indicator-sound-6339a0a889b766f818dd7c6fe141b45028556d1c.zip |
Merge trunk
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 57 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 58 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 17ee3af..40d8cc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,60 @@ +indicator-sound (12.10.2daily13.06.07-0ubuntu1) saucy; urgency=low + + [ Jeremy Bicha ] + * debian/control: + - Build with valac (>= 0.18) instead of vala-0.18 for easier transitions + + [ Ubuntu daily release ] + * Automatic snapshot from revision 351 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 07 Jun 2013 02:02:47 +0000 + +indicator-sound (12.10.2daily13.05.02-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 349 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 02 May 2013 22:59:34 +0000 + +indicator-sound (12.10.2daily13.04.12-0ubuntu1) raring; urgency=low + + [ Marco Trevisan (Treviño) ] + * Indicator-sound should send the event timestamp when launching a + player (LP: #1163434) + * Player controls are non-functional in all mpris2 supported players + (LP: #1167908) + * Window management - Apps raised from indicators sometimes dont have + the focus (LP: #627195) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 348 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 12 Apr 2013 02:03:33 +0000 + +indicator-sound (12.10.2daily13.04.09-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 348 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 09 Apr 2013 02:02:50 +0000 + +indicator-sound (12.10.2daily13.04.08-0ubuntu1) raring; urgency=low + + [ Marco Trevisan (Treviño) ] + * Indicator-sound should send the event timestamp when launching a + player (LP: #1163434) + * Window management - Apps raised from indicators sometimes dont have + the focus (LP: #627195) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 347 + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 08 Apr 2013 02:03:24 +0000 + +indicator-sound (12.10.2daily13.03.07-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 343 + + -- Automatic PS uploader <ps-jenkins@lists.canonical.com> Thu, 07 Mar 2013 02:01:27 +0000 + indicator-sound (12.10.2daily13.02.25-0ubuntu1) raring; urgency=low [ Lars Uebernickel ] diff --git a/debian/control b/debian/control index 338d253..ee5e310 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9.0), quilt, gnome-common, autotools-dev, - valac-0.18, + valac (>= 0.18), libglib2.0-dev (>= 2.22.3), libpulse-dev (>= 0.9.18), libpulse-mainloop-glib0 (>= 0.9.18), |