gnome-volume-manager (1.5.15-0ubuntu10) dapper; urgency=low * debian/patches/02_pmount_crypt.patch: mount_all(): Do not try to mount partitions that contain a LUKS volume which is already mapped and mounted. This requires us to jump through some hoops, but much of the code could be stolen from eject. Closes: LP#40449 * debian/control: Add 'eject' dependency. We need the /usr/lib/eject/dmcrypt-get-device helper for above patch, and eject itself is also needed for handling the hardware eject buttons of CD-ROM drives. -- Martin Pitt Tue, 16 May 2006 10:48:50 +0200 gnome-volume-manager (1.5.15-0ubuntu9) dapper; urgency=low * Disabled 93_ubuntu_foreground_user.patch by renaming it to 93_ubuntu_foreground_user.patch.dbus. The dbus 'atconsole' policy is fundamentally broken right now (see LP#37181) * Add replacement debian/patches/93_ubuntu_foreground_user.patch: Use libpam-foreground's new check-foreground-console to provide an implementation for gvm_user_active_at_console(). This is ugly, but will have to do until dbus is fixed. * debian/control: Bump libpam-foreground dependency to >= 0.3 to ensure that we have check-foreground-console. -- Martin Pitt Thu, 11 May 2006 15:39:44 +0200 gnome-volume-manager (1.5.15-0ubuntu8) dapper; urgency=low * debian/patches/91_ubuntu-remove_default_audio_dev.patch: - Use asoundconf reset-sound-card instead of manually resetting the various parameters. - Closes: LP#31699 -- Martin Pitt Tue, 9 May 2006 14:08:59 +0200 gnome-volume-manager (1.5.15-0ubuntu7) dapper; urgency=low * Add debian/patches/94_ubuntu_xfce-autostart.patch: Mark .desktop file to be shown in XFCE, too. Closes: LP#43075 -- Martin Pitt Fri, 5 May 2006 15:38:36 +0200 gnome-volume-manager (1.5.15-0ubuntu6) dapper; urgency=low * debian/patches/03_no_gnome_mount.patch: Fix the reinitialization of the 'gnome-mount' variable (which we abuse to contain 'pmount-hal', 'pumount', or 'eject', depending on the current operation). Fixes handling of CD drive eject buttons. Closes: LP#3653 -- Martin Pitt Thu, 27 Apr 2006 16:16:45 +0200 gnome-volume-manager (1.5.15-0ubuntu5) dapper; urgency=low * debian/patches/91_ubuntu-remove_default_audio_dev.patch: - If the default audio device is removed, just remove the default setting from the ALSA configuration instead of setting it to 0 (asoundconf now provides the 'delete' command for this). - Reset defaults.ctl.card, too. Closes: LP#35540 - gvm_delete_alsa_playback(): Cope with default cards being specified by name. -- Martin Pitt Wed, 26 Apr 2006 16:00:41 +0200 gnome-volume-manager (1.5.15-0ubuntu4) dapper; urgency=low * Add debian/patches/10_low_disk_space_gettext.patch: Mark 'Low Disk Space' as translatable, so that the POT picks it up. Closes: LP#39308 -- Martin Pitt Thu, 13 Apr 2006 14:56:06 +0200 gnome-volume-manager (1.5.15-0ubuntu3) dapper; urgency=low * debian/patches/02_pmount_crypt.patch: Use correct access() flag for cryptsetup check. Thanks to Miguelrp! Closes: LP#37863 * debian/patches/01_set_defaults.patch: Enable autoipod by default and have it spawn rythmbox. Closes: LP#37670 -- Martin Pitt Thu, 6 Apr 2006 15:47:13 +0200 gnome-volume-manager (1.5.15-0ubuntu2) dapper; urgency=low * Add debian/patches/93_ubuntu_foreground_user.patch: - gvm_user_active_at_console(): Provide a real implementation instead of the 'return TRUE' dummy. Try to call the dbus function org.freedesktop.Hal.Device.Volume.Unmount with bogus arguments (whose D-BUS policy is at_console) and return FALSE if the dbus call is rejected with an AccessDenied error. - This finally solves the race condition of multiple g-v-m daemons if more than one user is logged in. - Closes: LP#10581 * debian/patches/01_set_defaults.patch: - autoplay_{vcd,dvd}_command: Call totem with the mount point (%m) instead of the device name (%d) since that's what totem expects nowadays. - Fixes autoplay of DVDs and Video CDs. - Closes: LP#36301 * debian/patches/02_pmount_crypt.patch: If an encrypted volume is detected without cryptsetup being installed, tell the user about that instead of failing silently. -- Martin Pitt Thu, 30 Mar 2006 15:35:27 +0200 gnome-volume-manager (1.5.15-0ubuntu1) dapper; urgency=low * New upstream version: - Install autostart .desktop file into /usr/share/gnome/autostart instead of /usr/share/autostart. - Reduce 'low disk space' warning to threshold to 5%. (Malone #33770) - Remove percent_freed gconf value and usage, so that low disk space notifications do not stop at 97.5%. (Malone #33058) - Small bug fixes. * debian/rules: Adapt moving of the autostart file to /etc/xdg/autostart. * Adapted patches to new upstream version: - 02_pmount_crypt.patch * Add debian/patches/07_low_disk_space_no_media.patch: - Do not notify about low disk space on mounts below /media (usually removable drives) since they are just annoying and not critical for system stability. (Malone #32370) * Add debian/patches/08_low_disk_space_no_readonly.patch: - Use statvfs() instead of statfs() since the latter is deprecated and statvfs() additionally tells us mount flags. - Do not notify about low disk space for read-only mounts. (Malone #34618) * Add debian/patches/09_low_disk_space_always_show_mountpoint.patch: - Always show the mount point in low disk space notifications to avoid confusion with ambiguous labels (but only if the label is different from the mount point). (Malone #31441) -- Martin Pitt Tue, 14 Mar 2006 14:07:30 +0100 gnome-volume-manager (1.5.14-0ubuntu2) dapper; urgency=low * debian/rules - don't move the application .desktop, it's not required - install the autostart .desktop to /etc/xdg/autostart according to the specification -- Sebastien Bacher Sat, 4 Mar 2006 23:42:59 +0100 gnome-volume-manager (1.5.14-0ubuntu1) dapper; urgency=low * New upstream version: - Support encrypted file systems (with gnome-mount). - Reconnect to dbus/hal after connection breaks. (This gave me a good laugh; we had that patch for ages, but it was rejected upstream.) * Adapt patches to new upstream version: - 02_pmount_crypt.patch - 03_no_gnome_mount.patch - 99_autotools.patch * debian/patches/04_no_at_console.patch: - Don't just return TRUE in gvm_user_at_console() but instead examine /var/run/console as managed by libpam-console. - Add dependency to libpam-foreground. - Renamed to 04_at_console.patch. -- Martin Pitt Tue, 28 Feb 2006 12:44:49 +0100 gnome-volume-manager (1.5.13-0ubuntu3) dapper; urgency=low * Apply more voodoo to 99_autotools.patch to unbreak build. * debian/gnome-volume-manager-gthumb: Also look for directory "DCIM" (upper and mixed case). Thanks to Johan Brannlund for that suggestion. (Malone #31190) -- Martin Pitt Tue, 14 Feb 2006 10:41:44 +0100 gnome-volume-manager (1.5.13-0ubuntu2) dapper; urgency=low * debian/patches/03_no_gnome_mount.patch: - Do not use gvm_run_command() for calling pmount-hal, since that function does not check the exit code. Use g_spawn_sync() instead and do not execute policy if mounting fails. - This should fix erroneous nautilus windows when g-v-m did not mount a volume itself. -- Martin Pitt Mon, 13 Feb 2006 15:20:45 +0100 gnome-volume-manager (1.5.13-0ubuntu1) dapper; urgency=low * New upstream version: - Lots of fixes to gnome-mount backend, which don't concern us. - Add 'low disk' notification. * Remove debian/patches/05_cvs_desktopfile.patch: Upstream now. * debian/patches/92_ubuntu-new_audio_notification.patch: Remove autoconf patches to check for libnotify, since upstream source now uses it already. * debian/patches/99_autotools.patch: Regenerated and minimized. -- Martin Pitt Mon, 13 Feb 2006 12:40:05 +0100 gnome-volume-manager (1.5.12-0ubuntu1) dapper; urgency=low * New upstream version: - Fix option parsing. - Some minor bug fixes in the autotools files. - Add desktop file for gnome-session's new autostart feature. * Adopted patches to new upstream version: - 02_pmount_crypt.patch - 99_autotools.patch * Remove debian/patches/05_fix_goption_var.patch: Obsolete. * Add debian/patches/05_cvs_desktopfile.patch: - File gnome-volume-manager.desktop.in (from current CVS); the upstream tarball forgets to ship it. -- Martin Pitt Wed, 1 Feb 2006 18:42:49 +0000 gnome-volume-manager (1.5.10-0ubuntu4) dapper; urgency=low * Add debian/patches/06_no_policy_for_manual_mounts.patch: - Do not apply the policy (like opening nautilus windows) to volumes which g-v-m did not mount itself, since this is too distracting. -- Martin Pitt Thu, 26 Jan 2006 11:50:38 +0100 gnome-volume-manager (1.5.10-0ubuntu3) dapper; urgency=low * debian/control: build-dep on libnotify >= 0.3.2-0ubuntu2 * debian/patches/92_ubuntu-new_audio_notificaton.patch: - moved to the new API -- Michael Vogt Tue, 24 Jan 2006 16:08:07 +0100 gnome-volume-manager (1.5.10-0ubuntu2) dapper; urgency=low * debian/patches/91_ubuntu-remove_default_audio_dev.patch, debian/patches/92_ubuntu-new_audio_notification.patch: - Use new asoundconf program from alsa-utils 1.0.10. -- Martin Pitt Mon, 23 Jan 2006 17:06:21 +0100 gnome-volume-manager (1.5.10-0ubuntu1) dapper; urgency=low * New upstream version: - Use GOption instead of popt now. - Support an extra argument whether to suppress various question dialogs. * Remove debian/patches/05_goption.patch: Upstream now. * Adapt to new upstream version: - 02_pmount_crypt.patch - 03_no_gnome_mount.patch * Add debian/patches/05_fix_goption_var.patch: - Fix GOption context variable declaration: it's 'ctx', not 'context'. -- Martin Pitt Mon, 23 Jan 2006 08:35:08 +0100 gnome-volume-manager (1.5.9-0ubuntu2) dapper; urgency=low * Add debian/patches/05_goption.patch: - Fix crash in popt option processing by replacing the obsolete popt with GOption. - Patch taken from CVS head. - Malone #28841 -- Martin Pitt Fri, 20 Jan 2006 18:16:39 +0100 gnome-volume-manager (1.5.9-0ubuntu1) dapper; urgency=low * New upstream version. * Remove debian/patches/03_no_hal_mount.patch, replace it with debian/patches/03_no_gnome_mount.patch: Use pmount-hal/pumount/eject instead of gnome-mount for now. * debian/patches/91_ubuntu-remove_default_audio_dev.patch: Adapted to new upstream version. * Add debian/patches/04_no_at_console.patch: Disable function gvm_user_at_console(), it assumes that pam_console is used; g-v-m does not run at all with this. -- Martin Pitt Mon, 16 Jan 2006 19:17:48 +0100 gnome-volume-manager (1.5.8-0ubuntu1) dapper; urgency=low * New upstream version with various bug fixes. -- Martin Pitt Mon, 9 Jan 2006 16:34:16 +0100 gnome-volume-manager (1.5.7-0ubuntu1) dapper; urgency=low * New upstream version. * debian/patches/03_fix_policy_execution.patch: Dropped, adopted upstream. * Adopted patches for new version: - 01_set_defaults.patch - 02_pmount_crypt.patch - 91_ubuntu-remove_default_audio_dev.patch - 99_autotools.patch * Add debian/patches/03_no_hal_mount.patch: Directly call pmount-hal, pumount, and eject instead of invoking Hal functions. These are utter crack, and do not even exist yet. This also finally makes the CD drive's eject button work with mounted CDs. * debian/patches/92_ubuntu-new_audio_notification.patch: - Re-add bits that were dropped in last version to make audio device notification work again. - Fix timeout and icon type for new libnotify. * debian/rules: Drop now obsolete DEB_CONFIGURE_EXTRA_FLAGS. * debian/patches/03_no_hal_mount.patch: Mount devices with --exec again, this got dropped at some point in Breezy. (Ubuntu #1956) * debian/patches/02_pmount_crypt.patch: Display the device name in the passphrase dialog to be able to tell apart dialogs for multiple encrypted devices. (Ubuntu #19825) -- Martin Pitt Wed, 4 Jan 2006 18:13:24 +0100 gnome-volume-manager (1.5.3-0ubuntu4) dapper; urgency=low * debian/patches/92_ubuntu-new_audio_notification.patch: - ported to new libnotify api -- Michael Vogt Tue, 3 Jan 2006 17:45:08 +0100 gnome-volume-manager (1.5.3-0ubuntu3) dapper; urgency=low * rebuild for latest dbus and changed dependencies accordingly -- Michael Vogt Tue, 20 Dec 2005 20:47:46 +0100 gnome-volume-manager (1.5.3-0ubuntu2) dapper; urgency=low * Build against latest libgksuui. -- Martin Pitt Tue, 15 Nov 2005 11:19:31 +0100 gnome-volume-manager (1.5.3-0ubuntu1) dapper; urgency=low * New upstream version. - Should hopefully deal better with input devices. (see Ubuntu #16616) * Removed debian/patches/03_mountall_nopolicy.patch: Fixed upstream. * Adopted patches to new upstream version: - 01_set_defaults.patch - 02_pmount_crypt.patch - 90_ubuntu-multiseat.patch - 91_ubuntu-remove_default_audio_dev.patch - 92_ubuntu-new_audio_notification.patch * debian/patches/99_autotools.patch: Regenerate. * Add debian/patches/03_fix_policy_execution.patch: - Make autobrowsing actually work. -- Martin Pitt Wed, 19 Oct 2005 16:46:30 +0200 gnome-volume-manager (1.4.0-0ubuntu6) breezy; urgency=low * debian/patches/01_set_defaults.patch: - Re-enable the autoburn question. -- Martin Pitt Tue, 4 Oct 2005 10:12:10 +0200 gnome-volume-manager (1.4.0-0ubuntu5) breezy; urgency=low * debian/patches/92_ubuntu-new_audio_notification.patch: - Fix the sound card popup text: The menu entry is called "Sound", not "Audio". * debian/patches/01_set_defaults.patch: - Fix autoprinter command program name: It's gnome-cups-add, not gnome-printer-add. (Ubuntu #16918) - Disable the autoprinter action for Breezy by default since it is a feature we never tested. But at least enabling it manually will work OOTB. -- Martin Pitt Tue, 4 Oct 2005 09:01:11 +0200 gnome-volume-manager (1.4.0-0ubuntu4) breezy; urgency=low * debian/patches/01_set_defaults.patch: - Change default CD player from totem to sound-juicer; s-j finally supports a --device argument, sucks less for CD playing, and is the preferred app from Gnome upstream. -- Martin Pitt Wed, 28 Sep 2005 14:23:46 +0200 gnome-volume-manager (1.4.0-0ubuntu3) breezy; urgency=low * Add debian/patches/03_mountall_nopolicy.patch: - Do not run policy in mount_all() (at startup). - Patch taken from CVS HEAD. - Ubuntu #15028 -- Martin Pitt Mon, 19 Sep 2005 10:33:37 +0200 gnome-volume-manager (1.4.0-0ubuntu2) breezy; urgency=low * Add missing bzip2 build dependency. -- Martin Pitt Mon, 5 Sep 2005 15:02:35 +0200 gnome-volume-manager (1.4.0-0ubuntu1) breezy; urgency=low * New upstream version. -- Martin Pitt Mon, 5 Sep 2005 08:53:28 +0200 gnome-volume-manager (1.3.6-0ubuntu2) breezy; urgency=low * debian/patches/01_set_defaults.patch: - Use xsane instead of yast2 as default autoscanner command. -- Martin Pitt Thu, 25 Aug 2005 23:02:20 +0200 gnome-volume-manager (1.3.6-0ubuntu1) breezy; urgency=low * New upstream bugfix release. * debian/patches/00_set_defaults.patch: - Remove autobrowse, autorun, autoplay_dvd, and autoipod defaults, upstream uses our default now. * Remove the following patches, they are included upstream now: - 01_fix_nonmountable_media.patch - 03_kernel_hint.patch - 05_mount_at_start.patch - 07_automount_enabled_hint.patch - 08_camera_detection.patch - 09_fix_mount_all.patch * Remove 04_reconnect_on_dbus_exit.patch, it's not necessary any more since we don't restart dbus and hal automatically. * Adapted patches for new upstream version: - 06_pmount_crypt.patch * debian/patches/99_autotools.patch: - Regenerated. * Re-enumerated some patches after this clean-up rave. -- Martin Pitt Wed, 24 Aug 2005 11:22:28 +0200 gnome-volume-manager (1.3.2-0ubuntu11) breezy; urgency=low * Add debian/patches/09_fix_mount_all.patch: Fix logic error in mount_all() that broke mounting at session start. (Ubuntu #12870) -- Martin Pitt Tue, 23 Aug 2005 21:35:27 +0200 gnome-volume-manager (1.3.2-0ubuntu10) breezy; urgency=low * Rebuild with the new cairo version -- Sebastien Bacher Thu, 18 Aug 2005 17:19:28 +0000 gnome-volume-manager (1.3.2-0ubuntu9) breezy; urgency=low * debian/patches/00_set_defaults.patch: - Fix Nautilus invocation for iPods: Supply the path, not the hal UDI as parameter. - Ubuntu #13176 -- Martin Pitt Thu, 18 Aug 2005 10:41:48 +0200 gnome-volume-manager (1.3.2-0ubuntu8) breezy; urgency=low * debian/patches/90_ubuntu-multiseat.patch: - Also accept DISPLAY variables with a hostname, to not break running in VNC servers, headless machines, etc. - Ubuntu #11878 -- Martin Pitt Tue, 16 Aug 2005 17:41:58 +0200 gnome-volume-manager (1.3.2-0ubuntu7) breezy; urgency=low * debian/patches/04_reconnect_on_dbus_exit.patch: - Do not free a NULL hal context after all connection retries failed. (Ubuntu #12250) - Increase retry time from 50 seconds to 100 minutes to make g-v-m survive large dist-upgrades with long dbus downtimes. -- Martin Pitt Mon, 15 Aug 2005 11:05:44 +0200 gnome-volume-manager (1.3.2-0ubuntu6) breezy; urgency=low * debian/patches/92_ubuntu-new_audio_notification.patch: - Display a notification when a new audio device is added: point out the audio configuration menu item and offer to open gnome-sound-properties straight away. - configure.in: Check for and link against libnotify. * debian/patches/99_autotools.patch: Regenerated. * debian/control: Add new build dependency libnotify-dev. -- Martin Pitt Wed, 10 Aug 2005 12:58:03 +0200 gnome-volume-manager (1.3.2-0ubuntu5) breezy; urgency=low * Add debian/patches/91_ubuntu-remove_default_audio_dev.patch: - Track adding and removal of audio devices. - If an ALSA playback device is removed which is the current default device, change the default device to card 0. * Renamed debian/patches/ubuntu-multiseat.patch to 90_ubuntu-multiseat.patch. -- Martin Pitt Tue, 9 Aug 2005 11:10:43 +0200 gnome-volume-manager (1.3.2-0ubuntu4) breezy; urgency=low * Add debian/patches/08_camera_detection.patch: Fix detection logic for PTP cameras. -- Martin Pitt Fri, 29 Jul 2005 16:52:24 +0200 gnome-volume-manager (1.3.2-0ubuntu3) breezy; urgency=low * debian/patches/07_automount_enabled_hint.patch: Fix reversed storage.automount_enabled_hint handling. (Ubuntu #12662) -- Martin Pitt Wed, 13 Jul 2005 17:38:50 +0300 gnome-volume-manager (1.3.2-0ubuntu2) breezy; urgency=low * debian/patches/00_set_defaults.patch: - Set serpentine as default audio CD burn program. * Added debian/patches/ubuntu-multiseat.patch: - Ported multiseat patch to new version. -- Martin Pitt Tue, 5 Jul 2005 23:32:06 +0200 gnome-volume-manager (1.3.2-0ubuntu1) breezy; urgency=low * New upstream release with lots of code cleanup, bug fixes, and iPod support enhancements. * debian/patches/00_set_defaults.patch: - Adapted to new upstream version. - Change iPod default application from sonance to nautilus. * Added debian/patches/01_fix_nonmountable_media.patch: - Fix a regression of 1.3.2, it does not autoplay audio CDs any more. Do not require that a device is mountable for exercising the removable media policy. * Adapted patches to new upstream version: - 04_reconnect_on_dbus_exit.patch: - 05_mount_at_start.patch: - 06_pmount_crypt.patch - 99_autotools.patch: * debian/patches/07_automount_enabled_hint.patch: - Do not automatically mount devices with storage.automount_enabled_hint == false on the volume or drive. - Based on former debian/patches/10_improve_mounting.patch. * debian/patches/01_browse_fixup.patch: - Dropped, fixed upstream. * debian/patches/02_pmount.patch: - Dropped, upstream now supports specifying mount program as configure option. * debian/patches/07_dialogs_info.patch: - Dropped, upstream now displays question dialogs, not warnings. * debian/patches/08_photographss_typo.patch: - Dropped, now upstream. * debian/patches/09_nautilus_path.patch: - Dropped, upstream configure now falls back to "nautilus" instead of "off" if /usr/bin/nautilus is not present at configure time. * debian/patches/12_no_autorun.patch: - Dropped, we do want autorun in Ubuntu. This accidentially slid in on the previous merge. * debian/patches/10_improve_mounting.patch: - Dropped: Configurable suppressing of auto mount is now in 07_automount_enabled_hint.patch, the "do not attempt to mount already mounted volumes" part is upstream, rest of the patch was undocumented. * debian/patches/11_track_cdrom_changes.patch: - Dropped, does not seem to be necessary any more with this version. * debian/rules: - Configure to use pmount-hal/pumount as mount/umount programs. -- Martin Pitt Mon, 4 Jul 2005 17:40:11 +0200 gnome-volume-manager (1.3.1-1ubuntu1) breezy; urgency=low * Synchronize to Debian. * Remaining Ubuntu changes: - gnome-volume-manager.links: Compatibility with Warty and Hoary location of g-v-m-gthumb. - debian/patches/ubuntu-multiseat.patch (formerly 05_multiseat.patch): Multiseat support. -- Martin Pitt Mon, 4 Jul 2005 14:03:43 +0200 gnome-volume-manager (1.3.1-1) experimental; urgency=low * New upstream release * Based on Ubuntu's gnome-volume 1.3.1 package by Martin Pitt. * Patches adapted for new upstream + debian/patches/00_set_defaults.patch + debian/patches/03_browse_fixup.patch (renamed to 01_browse_fixup.patch) + debian/patches/30_26_kernel_hint.patch (renamed to 03_kernel_hint.patch) + debian/patches/06_mount_at_start.patch (renamed to 05_mount_at_start.patch) + debian/patches/25_improve_mounting.patch (renamed to 10_improve_mounting.patch) + debian/patches/33_track_cdrom_changes.patch (renamed to 11_track_cdrom_changes.patch) + debian/patches/40_no_autorun.patch (renamed to 12_no_autorun.patch) * debian/paches/20_specify_programs.patch replaced by debian/paches/02_pmount.patch and debian/paches/09_nautilus_path.patch. Which is are simpler patches that just hardcodes pmount and the nautilus path. (Patches from Martin Pitt) * debian/patches/13_dont_set_capabilities.patch + Dropped. Only surpresses a debug message, not really needed. * debian/patches/34_compiler_warnings.patch + Dropped. Fixed upstream * debian/patches/06_mount_crypt.patch + When an encrypted volume is inserted ask for the password and mount it using pmount. (Needs cryptsetup with luks patches) * debian/patches/07_dialogs_info.patch + Added. Change the dialogs to be info instead of warning. * debian/patches/08_photographss_typo.patch + Added. Fix typo "photographss" in src/manager.c and all translations. -- Sjoerd Simons Wed, 22 Jun 2005 11:00:14 +0200 gnome-volume-manager (1.3.1-0ubuntu7) breezy; urgency=low * Added debian/patches/09_nautilus_path.patch: Explicitly specify path to nautilus since configure will not find nautilus on the buildds. (Ubuntu #11924) -- Martin Pitt Wed, 22 Jun 2005 09:53:47 +0200 gnome-volume-manager (1.3.1-0ubuntu6) breezy; urgency=low * debian/patches/06_pmount_crypt.patch: - Do not use a modal passphrase dialog, but call it asynchronously and do the mounting in a callback. With a modal dialog, mounting several partitions at the same time caused a dbus deadlock sometimes. - Code cleanup. -- Martin Pitt Thu, 2 Jun 2005 17:00:44 +0200 gnome-volume-manager (1.3.1-0ubuntu5) breezy; urgency=low * Added debian/patches/07_dialogs_info.patch: - Hotplug popups are now information dialogs, not warnings. - Ubuntu #10651 * Added debian/patches/08_photographss_typo.patch: - Fix typo "photographss" in src/manager.c and all translations. * debian/patches/06_pmount_crypt.patch: - Use g_child_watch_add() with a callback instead of waitpid(), since the latter does not work properly with g_spawn_async(). This could fix Ubuntu #11207. - If calling pmount-hal fails, and we have an encrypted device, show an error message box. (Ubuntu #11208) -- Martin Pitt Tue, 31 May 2005 15:33:23 +0200 gnome-volume-manager (1.3.1-0ubuntu4) breezy; urgency=low * Added debian/patches/06_pmount_crypt.patch: - src/manager.c: Check whether a volume is encrypted; if so, use gksu_ask_password() to query the passphrase. - Add encryption_secret parameter to gvm_device_mount(). If it is present, create a temporary FIFO for passing the secret to pmount (which passes it to cryptsetup). - configure.in: Check for and use libgksuui1.0. * Added debian/patches/99_autotools.patch: - Result of autoconf run to make configure.in changes effective. * debian/control: Added build dependency libgksuui1.0-dev. -- Martin Pitt Mon, 23 May 2005 22:48:39 +0200 gnome-volume-manager (1.3.1-0ubuntu3) breezy; urgency=low * Added debian/patches/04_reconnect_on_dbus_exit.patch: - Rewrote Hoary patch, which did not work with the new dbus and g-v-m. - New: now it even works (Gnome #170894) :-) * Added debian/patches/05_multiseat.patch: - Ported from Hoary version to new hal API. - hal 0.5 does not offer kernel_devname any more; completely reworked device matching, now based on sysfs paths. * debian/patches/02_pmount.patch: Undefine BIN_[U]MOUNT before redefining it to avoid compiler warning. * debian/rules: Remove obsolete configure options. * Disabled 04_luks.patch for now until it actually does something sensible. -- Martin Pitt Fri, 13 May 2005 16:34:16 +0200 gnome-volume-manager (1.3.1-0ubuntu2) breezy; urgency=low * Build-depend on bzip2 to fix FTBFS. -- Martin Pitt Thu, 12 May 2005 12:53:31 +0200 gnome-volume-manager (1.3.1-0ubuntu1) breezy; urgency=low * New upstream version which works with new hal (0.5) and dbus (0.32) APIs. * Adopted patches to work with new upstream version: - 00_set_defaults.patch - 03_browse_fixup.patch (renamed to 01_browse_fixup.patch) - 30_26_kernel_hint.patch (renamed to 03_kernel_hint.patch) * Dropped patches: - 06_mount_at_start.patch (should not be necessary with pmount) - 11_dbus_reconnect_on_bus_exit.patch (has to be rewritten) - 13_dont_set_capabilities.patch (it's only cosmetical, avoids a debug warning) - 20_specify_programs.patch (this patch is nice, but huge, and upstream does not accept patches; replaced by 02_pmount.patch) - 32_cleanup_debugging.patch (not necessary any more with new hal) * Added debian/patches/02_pmount.patch: - Replaces old 20_specify_programs.patch with something simple, ugly, and hardcoded; override BIN_MOUNT and BIN_UMOUNT in gvm.h to use pmount-hal and pumount mount instead of [u]mount. * Added debian/patches/04_luks.patch: - Dummy support for encrypted removable devices following the LUKS standard. Just asks for secret, but does nothing for now (needs pmount and other backend support). -- Martin Pitt Wed, 13 Apr 2005 22:00:42 +0200 gnome-volume-manager (1.2.0-0ubuntu3) hoary; urgency=low * debian/gnome-volume-manager.links: Correct symlink target. (Ubuntu #7725) -- Martin Pitt Tue, 29 Mar 2005 14:22:39 +0200 gnome-volume-manager (1.2.0-0ubuntu2) hoary; urgency=low : * Warty installed gnome-volume-manager-gthumb in /usr/share/gnome-volume-manager instead of /usr/bin (like Debian does), but this change got lost during the Hoary development. Added a symlink to the old location to not break upgrades from Warty (the path is configured in the user's gconf database so we cannot change it on upgrade). (Ubuntu #7725) -- Martin Pitt Wed, 23 Mar 2005 09:43:27 +0100 gnome-volume-manager (1.2.0-0ubuntu1) hoary; urgency=low * New upstream release * debian/patches/08_fr.patch: - Removed, was included in new upstream version. * debian/patches/20_specify_programs.patch: - Adapted to new upstream version. - Regenerated autoconf changes. -- Martin Pitt Tue, 8 Mar 2005 12:01:02 +0100 gnome-volume-manager (1.1.3-2ubuntu1) hoary; urgency=low * Merged new upstream version from Debian: - Dropped patch 40_no_autorun.patch since we want to support autorun. * Added debian/patches/32_cleanup_debugging.patch: - Remove irritating info.capabilities error messages. - Clean up added/removed messages. * Added debian/patches/33_track_cdrom_changes.patch: - Keep track of the CD-ROMs we already handled change/add events on; this avoids playing audio CDs (and similar stuff) on hald restarts. - gvm_mount_device(): Add device to the mounted list even if mounting fails. With a data volume we don't need to try it again, and with a CD-ROM we want to avoid false "change" events on hald restarts. * Added debian/patches/34_compiler_warnings.patch: - Format string buffer overflow. - Include missing dbus/dbus-glib-lowlevel.h. - Other minor fixes. -- Martin Pitt Wed, 23 Feb 2005 15:57:36 +0100 gnome-volume-manager (1.1.3-2) unstable; urgency=low * Install the desktop file in /usr/share/control-center-2.0/capplets instead of /usr/share/applications (Closes: #294412) * debian/patches/40_no_autorun.patch + Updated. Fixes some crashers -- Sjoerd Simons Sat, 12 Feb 2005 20:10:40 +0100 gnome-volume-manager (1.1.3-1) unstable; urgency=low * New upstream release * Updates patches to work with the new release + debian/patches/03_browse_fixup.patch + debian/patches/08_fr.patch + debian/patches/30_26_kernel_hint.patch * debian/gnome-volume-manager-gthumb + Fix a problem when the mountpoint contains spaces. Patch from Olivier Berger (Closes: #294039) * debian/patches/40_no_autorun.patch + Disable the autorun code. -- Sjoerd Simons Tue, 8 Feb 2005 16:05:41 +0100 gnome-volume-manager (1.1.2-5ubuntu2) hoary; urgency=low * debian/gnome-volume-manager-gthumb: Properly quote paths to work with devices which have spaces in the name. (Debian #294039) * debian/patches/31_multiseat.patch: Added multiseat support. -- Martin Pitt Thu, 17 Feb 2005 11:14:24 +0100 gnome-volume-manager (1.1.2-5ubuntu1) hoary; urgency=low * Mount devices with the 'exec' mount option (using pmount's new --exec switch) now. This also closes Ubuntu #1956. * Bumped pmount dependency to >= 0.7 since previous versions did not support the --exec option. -- Martin Pitt Thu, 3 Feb 2005 19:23:55 +0100 gnome-volume-manager (1.1.2-5) unstable; urgency=low * debian/patches/20_specify_programs.patch + updated. Quote all arguments to shell commands correctly. Fixes issues when a mountpoint contains spaces. -- Sjoerd Simons Sat, 18 Dec 2004 20:45:33 +0100 gnome-volume-manager (1.1.2-4) unstable; urgency=low * debian/patches/30_26_kernel_hint.patch + Added. If hald is not running, give a hint to the user that they might need to install a 2.6 kernel. Based on a patch from Michael Banck (Closes: #283310) -- Sjoerd Simons Wed, 24 Nov 2004 12:41:40 +0100 gnome-volume-manager (1.1.2-3) unstable; urgency=low * Upload to unstable * Add a news item about the pmount change * Updated README.Debian for pmount -- Sjoerd Simons Fri, 19 Nov 2004 22:59:01 +0100 gnome-volume-manager (1.1.2-2) experimental; urgency=low + debian/patches/20_specify_programs.patch + Added. Replaces 20_specify_mountprogram.patch. Adds the possibility to specify the path to nautilus * Specify the correct path to nautilus -- Sjoerd Simons Fri, 19 Nov 2004 15:18:38 +0100 gnome-volume-manager (1.1.2-1) experimental; urgency=low * New upstream release + Obsoleted patches: - debian/patches/04_hal_fusage.patch - debian/patches/05_automount.patch - debian/patches/09_de.patch - debian/patches/10_dont_mount_locked.patch - debian/patches/12_dont_mount_mounted.patch - debian/patches/14_ca.patch * debian/patches/00_set_defaults.patch + Added. Merge all the gconf schema patches into one patch. Also turn autorun off and turn autobrowse on by default. * debian/patches/00_default_dvd.patch + Removed. Obsoleted by debian/patches/00_set_defaults.patch * debian/patches/07_default_photo_command.patch + Removed. Obsoleted by debian/patches/00_set_defaults.patch * debian/patches/06_mount_at_start.patch + Updated. Removed gui option to not mount static drives. This should be done by a hal fdi file now. * debian/patches/20_specify_mountprogram.patch + Added. Allows to indicated the mount and unmount programs at compile time. * Use pmount-hal and pumount as commands for mounting and unmounting. * debian/patches/02_search_fstab.patch + Removed. pmount searches fstab now, so we don't have too. * debian/patches/25_improve-mounting.patch + Added. Don't mount if the volume is already mounted. Don't mount if the volume doesn't have a sensible filesystem. Don't mount if storage.automount_enabled_hint is false. -- Sjoerd Simons Wed, 17 Nov 2004 11:44:57 +0100 gnome-volume-manager (1.0.2-4) unstable; urgency=low * debian/patches/11_dbus_reconnect_on_bus_exit.patch + Updated. When reconnecting, first shutdown the hal context and then unref the dbus connection. Fixes crashes on dbus restart with hal >= 0.4.0 -- Sjoerd Simons Sun, 31 Oct 2004 14:48:28 +0100 gnome-volume-manager (1.0.2-3) unstable; urgency=medium * Depend on newer debhelper for dh_desktop, which cdbs uses these days -- Sjoerd Simons Mon, 18 Oct 2004 14:56:51 +0200 gnome-volume-manager (1.0.2-2) unstable; urgency=medium * Install gnome-volume-manager-gthumb mode 755 instead of 644 in debian/rules (thanks to Martin Pitt for noticing) * debian/patches/12_dont_mount_mounted.patch + Added. Don't do actions on devices that were seen before. (from the ubuntu package with a little bugfix) * debian/patches/13_dont_set_capabilities.patch + Added. Newer hal doesn't allow users to add capabilities in the database, it's useless anyway so remove it. * debian/patches/14_ca.patch + Added. Updated Catalan translation (patch from Jordi Mallach) * Improved gthumb wrapper script -- Sjoerd Simons Sun, 10 Oct 2004 21:38:54 +0200 gnome-volume-manager (1.0.2-1) unstable; urgency=medium * New upstream release * Added a gthumb wrapper script (Closes: Bug#271592) * debian/patches/02_search_fstab.patch + updated * debian/patches/04_hal_fsusage.patch + Added. From the unstable branch. hal uses volume.fsusage instead of volume.is_filesystem * debian/patches/05_automount.patch + Added. From the unstable branch. Fixes issue where hal says drive supports removable media when not sure (as opposed to earlier where hal said nonremovable media) * debian/patches/06_mount_at_start.patch + Added. Option to mount static drives on gnome-volume-manager startup. (Closes: Bug#271551) * debian/patches/07_default_photo_command.patch + Added. Use the gthumb wrapper script as default photo command * debian/patches/08_fr.patch + Added. Updated french translation (from ubuntu package) * debian/patches/09_de.patch + Added. Updated german translation (from ubuntu package) * debian/patches/10_dont_mount_locked.patch + Added. do not automatically mount locked volumes (from ubuntu package) * debian/patches/11_dbus_reconnect_on_bus_exit.patch + Added. Reconnect to dbus if the system bus exits. (from ubuntu package) -- Sjoerd Simons Wed, 22 Sep 2004 16:23:21 +0200 gnome-volume-manager (0.9.10+cvs20040902-1) unstable; urgency=high * New CVS snapshot * Priority high to match hal -- Sjoerd Simons Wed, 8 Sep 2004 20:40:25 +0200 gnome-volume-manager (0.9.9-2) unstable; urgency=high * Really add conflict with magicdev + High priority because the conflict should be in sarge. -- Sjoerd Simons Mon, 23 Aug 2004 20:06:38 +0200 gnome-volume-manager (0.9.9-1) unstable; urgency=low * New upstream release * debian/patches/01_translations.patch + added. Translation updates from CVS * debian/patches/02_search_fstab.patch (Closes:#265191) + added. Search the fstab for the right device to run mount on. * debian/patches/03_browse_fixup.patch + added. Also browse dvd's and cameras, when there was no other action taken on them. -- Sjoerd Simons Sun, 15 Aug 2004 17:57:04 +0200 gnome-volume-manager (0.9.5+cvs20040724-1) unstable; urgency=low * New cvs checkout -- Sjoerd Simons Sat, 24 Jul 2004 13:47:11 +0200 gnome-volume-manager (0.9.5+cvs20040705-1) unstable; urgency=low * New cvs checkout * Conflict with magicdev at the request of the gnome-session maintainer * Recommend the external programs that are used by default -- Sjoerd Simons Mon, 5 Jul 2004 22:39:32 +0200 gnome-volume-manager (0.9.5+cvs20040615-1) unstable; urgency=low * New cvs checkout * Tighten depends on libhal0 (Closes:#252778) * debian/patches/00_detect_writer.patch + removed. Has been applied upstream * debian/patches/00_default_dvd.patch + Use totem dvd:// as default dvd playing action (Closes:#252953) -- Sjoerd Simons Tue, 15 Jun 2004 20:32:44 +0200 gnome-volume-manager (0.9.2+cvs20040521-1) unstable; urgency=low * New cvs checkout * debian/patches/gvm-new-hal-disc-properties.patch + removed. Has been fixed upstream * debian/patches/00_detect_writer.patch + Fix the check whether the cdrom device is a writer. Based on a patch from Frederic Peters -- Sjoerd Simons Fri, 21 May 2004 09:29:26 +0200 gnome-volume-manager (0.9.2+cvs20040511-2) unstable; urgency=low * Added patch from David Zeuthen to work with newer hal -- Sjoerd Simons Tue, 18 May 2004 21:52:41 +0200 gnome-volume-manager (0.9.2+cvs20040511-1) unstable; urgency=low * New cvs checkout to bring gvm in sync with hal again * Tighten the depend with hal -- Sjoerd Simons Sat, 15 May 2004 22:18:51 +0200 gnome-volume-manager (0.9.2-1) unstable; urgency=low * New upstream release -- Sjoerd Simons Sun, 25 Apr 2004 19:29:15 +0200 gnome-volume-manager (0.9.1-1) unstable; urgency=low * New upstream release * debian/patches/000_gvm-media_type-data.patch + removed. Has been fixed upstream. * debian/patches/001_gvm-autorun_path.patch + removed. Has been applied upstream. * Created manpages for gnome-volume-manager and gnome-volume-properties * Added a README.Debian to clarify how gvm some parts of work -- Sjoerd Simons Fri, 9 Apr 2004 17:23:24 +0200 gnome-volume-manager (0.9.0-3) unstable; urgency=low * Use CDBS's simple-patchsys.mk for patches * debian/patches/000_gvm-media_type-data.patch + Hal uses media_type data for data cd's not iso9660 * debian/patches/001_gvm-autorun_path.patch + Don't crash when autorun_path gconf key isn't set (Closes:#242201) -- Sjoerd Simons Mon, 5 Apr 2004 21:29:32 +0200 gnome-volume-manager (0.9.0-2) unstable; urgency=low * Fixed build depends, checked with pbuilder this time -- Sjoerd Simons Thu, 1 Apr 2004 16:55:31 +0200 gnome-volume-manager (0.9.0-1) unstable; urgency=low * New upstream release -- Sjoerd Simons Wed, 31 Mar 2004 23:37:35 +0200 gnome-volume-manager (0.8.2-1) unstable; urgency=low * Inital release (Closes: Bug#230100) -- Sjoerd Simons Mon, 22 Mar 2004 10:17:43 +0100