Stay informed on our latest news
* New upstream release
* debian/(control, banshee-extension-appindicator.install):
+ Add Application Indicator package and build-depends (commented out
because these dependencies are not present in Debian yet)
* debian/copyright:
+ Document more MIT/X11 files in Mirage's source
+ Document LGPL-3 files in Banshee.Telepathy
+ Document bundled NDesk.DBus in Banshee.Telepathy
+ Document Banshee.Lirc copyrights
* debian/rules:
+ --disable-appindicator
* debian/patches/*, debian/control, debian/rules:
+ Drop all patches, applied upstream and/or not needed any more
+ De-quiltify package
* debian/rules:
Disable maintainer mode and re-run configure to fix FTBFS on Hardy.
Post release version bump
releasing version 0.6
Add the reference of the bug : LP: #546445
Add support for autologin when lxdm is installed.
* New upstream release:
+ Notable bug fixes:
- Fix device support on upcoming distros with DeviceKit rename
- Restore equalizer preset correctly (bgo#614313)
- Handle broken symlinks correctly (bgo#614065)
- Allow overriding Android, Maemo, WebOS default settings (bgo#611991)
- Fix crash deleting playlist on mass storage device (bgo#613734)
- Fix issue with iTunes importer dialog sizing (bgo#613607)
- Fix play count calculation with gapless enabled (bgo#613418)
- Handle exceptions thrown by old plugins (LP: #546342)
- Use panel-specific (eg monochrome) icon in notification area
(LP: #525280)
+ Other bugs fixed:
- Start HAL automatically if not already started (LP: #543354)
- Fix bug where new podcasts could not be added (Closes: #575734)
* debian/(control, rules):
+ Disable the clutter video sink
- Uses deprecated functions, and will fail to build with a newer version
clutter (1.2.X which is available in experimental)
Import upstream version 1.6.0
* New upstream release:
+ Notable bug fixes:
- Fix device support on upcoming distros with DeviceKit rename
- Restore equalizer preset correctly (bgo#614313)
- Handle broken symlinks correctly (bgo#614065)
- Allow overriding Android, Maemo, WebOS default settings (bgo#611991)
- Fix crash deleting playlist on mass storage device (bgo#613734)
- Fix issue with iTunes importer dialog sizing (bgo#613607)
- Fix play count calculation with gapless enabled (bgo#613418)
- Handle exceptions thrown by old plugins (LP: #546342)
- Use panel-specific (eg monochrome) icon in notification area
(LP: #525280)
+ Other bugs fixed:
- Start HAL automatically if not already started (LP: #543354)
- Fix bug where new podcasts could not be added (Closes: #575734)
* debian/(control, rules):
+ Disable the clutter video sink
- Uses deprecated functions, and will fail to build with a newer version
clutter (1.2.X which is available in experimental)
[build] Use [[ and ]] for condition in dap-ipod.m4
[ and ] are clobbered by m4 expansion, and so configure complains about
a missing "-r" command during the ipod check.
Post release version bump
releasing version 0.13
Debian: Update webapplet install location
+ * policykit-desktop-privileges
Add rules for admin users with polkit
* Sync with Debian testing. Ubuntu remaining changes:
- Fakesync due to different original tarballs.
- debian/patches/09-rhythmbox-new-path.dpatch: Update rhythmbox path.
(LP: #543013)
* debian/patches/02-read-XDG_CURRENT_DESKTOP.dpatch
- Use XDG_CURRENT_DESKTOP to read LXDE session when Lubuntu is used.
(LP: #551266)
* New upstream release (rc1) (LP: #551309)
- Stack applet close on click (LP: #261520)
* debian/patches/
- 03-remove-cairo-menu-pref.patch: From upstream (r1244 + r1245 + r1252),
remove menu entry for cairo-menu preferences, it's not implemented
(LP: #511254)
- 04-tomboy-threading-free.patch: From upstream (r1246), remove threading to
make the applet working.
* debian/*.install: Update installation location of comics and digital
applets.
* debian/control:
- Move digital applet from python to C, and add proper Replaces.
- Add Replaces for awn-applets-c-core to handle migration from 0.3.2.2.
(LP: #524559)
Import upstream version 0.4.0~rc1
Drop locale-gen preflight_check() call which might remove all locales from the *host*.
Don't treat percentage=0 as error condition
On some (broken) battery controllers, the percentage drops to 0 just
before the battery runs out. Rather than ignoring it, we should run the
critical percentage policy action anyway.