aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
...
| * Releasing 12.10.2daily13.03.07-0ubuntu1, based on r343Automatic PS uploader2013-03-071-0/+6
| |
* | Drop unneeded depsLars Uebernickel2013-04-041-5/+0
| |
* | Remove libsoundmenu (panel plugin)Lars Uebernickel2013-03-061-2/+1
|/ | | | | Indicator panel plugins are deprecated.
* Releasing 12.10.2daily13.02.25-0ubuntu1, based on r341Automatic PS uploader2013-02-251-0/+10
|
* Releasing 12.10.2daily12.11.21.1-0ubuntu1, based on r339Automatic PS uploader2012-11-211-2/+6
|
* bootstrap daily upload changelog message.Mathieu Trudel-Lapierre2012-11-151-0/+4
|
* Remove extra # typo in notice to uploaders in debian/control.Mathieu Trudel-Lapierre2012-11-141-1/+1
|
* debian/source/format: migrate back to source format 1.0 for consistencyMathieu Trudel-Lapierre2012-11-142-1/+3
| | | | with the rest of the indicator stack.
* enable quilt with the dh sequencer to make sure patches get applied.Mathieu Trudel-Lapierre2012-11-142-1/+2
|
* Reorganise Build-Depends for clarity.Mathieu Trudel-Lapierre2012-11-141-4/+4
|
* debian/compat: bump to compat level 9.Mathieu Trudel-Lapierre2012-11-142-1/+2
|
* * debian/rules:Mathieu Trudel-Lapierre2012-11-142-0/+7
| | | | | - override dh_autoreconf to use autogen.sh for the reconfiguration process. - add export DPKG_GENSYMBOLS_CHECK_LEVEL=4.
* * debian/control:Mathieu Trudel-Lapierre2012-11-142-2/+17
| | | | | | - add gnome-common to Build-Depends for use by dh_autoreconf. - update style for constency: use trailing commas at the end of dep lists. - Add Vcs-Bzr, Vcs-Browser fields with comment for uploaders.
* releasing version 12.10.1-0ubuntu2Ken VanDine2012-10-303-12/+21
|\
| * releasing version 12.10.1-0ubuntu2~ppa1unknown2012-10-261-2/+2
| |
| * * debian/control: update to debhelper 9.0unknown2012-10-263-11/+14
|/ | | | * debian/rules: change to debhelper 9.0
* releasing version 12.10.1-0ubuntu1Sebastien Bacher2012-10-031-2/+2
|
* New upstream release.Sebastien Bacher2012-10-031-0/+6
|
* releasing version 12.10.0-0ubuntu2Sebastien Bacher2012-08-221-2/+2
|
* * Drop GTK2 build since ido stopped providing support for that versionSebastien Bacher2012-08-225-31/+10
| | | | | * debian/control: build with the current vala version
* releasing version 12.10.0-0ubuntu1Sebastien Bacher2012-07-121-2/+2
|
* * New upstream release.Sebastien Bacher2012-07-124-418/+14
| | | | | | | | | | | - Allow setting preferred media players through a settings key. - Fix sound indicator not working after Amarok close. - Explicit handling of Ardour - Fix deprecated GTK+ API calls * debian/patches/lp_992262.patch: * debian/patches/lp_902715.patch: - dropped, the fix is in the new version
* releasing version 0.8.5.0-0ubuntu3Ken VanDine2012-05-031-1/+1
|
* * debian/patches/lp_992262.patchKen VanDine2012-05-034-0/+432
| | | | | | | | | | | | - fix sound indicator not working after amarok close (LP: #992262) * debian/patches/lp_902715.patch - Partial fix which sets the accessibility property on the volume slider menu item. Previously this was achieved by sending a signal on the indicator object but now it seems the way to update orca is to set/update the appropriate property on the menuitem. Orca doesn't broadcast volume updates on slider movement but at least it updates when the user moves to the item on the menu, previously it was entirely silent. (LP: #902715)
* releasing version 0.8.5.0-0ubuntu2Ken VanDine2012-05-033-0/+27
|
* releasing version 0.8.5.0-0ubuntu1Ken VanDine2012-03-304-620/+5
|
* * New upstream release.Ken VanDine2012-03-301-0/+13
| | | | | | | | | | - Inconsistency between messaging menu and sound menu pips (LP: #933593) - indicator-sound-service crashed with SIGSEGV in fast_validate() (LP: #949837) - free-memory-read crash in indicator-sound-service's file monitoring (LP: #965848) - minor memory leaks in blacklist handling (LP: #960578) - FIX (LP: FIX)
* releasing version 0.8.4.1-0ubuntu4Ken VanDine2012-03-303-0/+26
|
* releasing version 0.8.4.1-0ubuntu3Ken VanDine2012-03-213-0/+174
|
* releasing version 0.8.4.1-0ubuntu2Ken VanDine2012-03-203-1/+457
|
* releasing version 0.8.4.1-0ubuntu1Ken VanDine2012-03-191-2/+6
|
* * debian/patches/sound_nua.patchKen VanDine2012-03-192-9/+10
| | | | - don't try to free a static string (LP: #957387)
* releasing version 0.8.4.0-0ubuntu1Ken VanDine2012-03-161-2/+2
|
* * New upstream release.Ken VanDine2012-03-161-0/+15
| | | | | | | | | | | | - indicator-sound "Choose Playlist" menu item does nothing when using Rhythmbox (LP: #952550) - crashed with SIGSEGV in g_strdup() (LP: #946607) - crashed with SIGABRT in pa_operation_unref() (LP: #944148) - crashed with signal 5 in g_type_create_instance() (LP: #921755) - slider on unmute resets volume (LP: #921065) - play controls not exposed in HUD (LP: #949032) - unity-panel-service at 100% cpu when opened /w rb without album cover (LP: #806848)
* releasing version 0.8.3.0-0ubuntu2Ken VanDine2012-03-162-4/+24
|
* releasing version 0.8.3.0-0ubuntu1Ken VanDine2012-03-021-1/+1
|
* * New upstream release.Ken VanDine2012-03-021-0/+11
| | | | | | | | - Fixed memory corruption issue (LP: #897218) - crashed with SIGABRT in pa_operation_unref (LP: #908682) - Banshee shown in sound menu after removal until reboot (LP: #771202) - Coverity PASS_BY_VALUE - CID 10620 (LP: #937451) - App icon and name are not aligned (LP: #939929)
* releasing version 0.8.2.0-0ubuntu1Ken VanDine2012-02-223-16/+4
|
* * New upstream release.Ken VanDine2012-02-221-0/+11
| | | | | | | | - crashed with SIGABRT in pa_cvolume_set (LP: #900117) - Mouse on coverart flushes the sound menu (LP: #927733) - album artwork misaligned and not visible (LP: #933359) - unity-panel-service crashed with SIGSEGV in transport_widget_is_selected (LP: #882109)
* releasing version 0.8.1.0-0ubuntu1Sebastien Bacher2012-02-141-2/+2
|
* * debian/patches/correct_ldflags_use.patch:Sebastien Bacher2012-02-143-0/+17
| | | | | - typo fix in ldflags use
* * New upstream release.Sebastien Bacher2012-02-144-151/+10
| | | | | | | | - No easy way to turn the sound menu on/off (lp: #829648) - Avoid spawning notification daemon at startup (lp: #912150) - Creation of album-art-cache folder (lp: #799383) - schema id & path are inconsistent with other indicators (lp: #914377)
* releasing version 0.8.0.0-0ubuntu4Ken VanDine2012-02-095-3/+138
|
* releasing version 0.8.0.0-0ubuntu3Ken VanDine2012-01-251-2/+2
|
* * -debian/patches/disable_Werror.patchKen VanDine2012-01-243-1/+54
| | | | | | | | | - disabled in debian/rules instead * Add lazy_init.patch: Avoid spawning notification daemon right at startup, instead initialize it lazily when actually doing a notification. Improves boot speed. (LP: #912150) * Add disable_Werror.patch: Build without -Werror, to avoid build failure due to deprecated declarations. (LP: #912160)
* * rebuild for libindicator7Ken VanDine2012-01-242-0/+9
| | | | | * debian/rules - build with no-error=deprecated-declarations
* releasing version 0.8.0.0-0ubuntu1Ken VanDine2011-12-014-24/+10
|
* * debian/patches/fix-864405.patch:Omer Akram2011-11-283-0/+31
| | | | | | - Clicking on left 25% of "Pause/Play" circle clicks "Previous". (LP: #864405)
* releasing version 0.7.9.1-0ubuntu1Ken VanDine2011-10-282-1/+14
|
* releasing version 0.7.9-0ubuntu1Ken VanDine2011-10-131-0/+7
|