Activity log for bug #97642

Date Who What changed Old value New value Message
2007-03-28 23:37:41 Jani Monoses bug added bug
2007-03-28 23:38:24 Jani Monoses bug added attachment 'gnome_mount_debdiff.diff' (the debdiff)
2007-03-29 08:10:12 Martin Pitt gnome-mount: status Unconfirmed Confirmed
2007-03-29 08:10:12 Martin Pitt gnome-mount: assignee pitti
2007-03-29 08:10:12 Martin Pitt gnome-mount: statusexplanation
2007-04-02 18:03:23 Jani Monoses gnome-mount: statusexplanation added milestone feisty as xubuntu gnome-mount spec depends on it
2007-04-03 09:21:51 Martin Pitt gnome-mount: status Confirmed Fix Committed
2007-04-03 09:21:51 Martin Pitt gnome-mount: statusexplanation added milestone feisty as xubuntu gnome-mount spec depends on it
2007-04-03 09:24:30 Martin Pitt gnome-mount: status Fix Committed Needs Info
2007-04-03 09:24:30 Martin Pitt gnome-mount: statusexplanation This patch seems to be busted: $ sudo src/gnome-mount -vbd /dev/hda3 Segmentation fault (core dumped) #0 0x00002aaea9830c4a in ?? () from /lib/libc.so.6 #1 0x00002aaea982e522 in atoi () from /lib/libc.so.6 #2 0x0000000000409d0d in main (argc=3, argv=0x7fff03024688) at gnome-mount.c:2708
2007-04-04 17:39:39 Martin Pitt gnome-mount: status Needs Info Fix Committed
2007-04-04 17:39:39 Martin Pitt gnome-mount: statusexplanation This patch seems to be busted: $ sudo src/gnome-mount -vbd /dev/hda3 Segmentation fault (core dumped) #0 0x00002aaea9830c4a in ?? () from /lib/libc.so.6 #1 0x00002aaea982e522 in atoi () from /lib/libc.so.6 #2 0x0000000000409d0d in main (argc=3, argv=0x7fff03024688) at gnome-mount.c:2708 Gotcha! It just was a missing #include <stdlib.h>. The gnome headers already did that apparently.
2007-04-04 17:48:53 Martin Pitt gnome-mount: status Fix Committed Fix Released
2007-04-04 17:48:53 Martin Pitt gnome-mount: statusexplanation Gotcha! It just was a missing #include <stdlib.h>. The gnome headers already did that apparently. gnome-mount (0.5-2ubuntu7) feisty; urgency=low . [ Jani Monoses ] * debian/patches/07_gnome_password_dialog.patch: Patch from upstream svn, import a local copy of GnomePasswordDialog and drop the GNOME library dependencies (LP: #97642) * debian/patches/99_autoreconf: autotools rerun * debian/rules: make dh_shlibdeps ignore libgnome-mount so the package does not hard depend on libgnome. . [ Martin Pitt ] * debian/patches/03_root_mounting.patch: Add #include <stdlib.h> to make getenv() available again.
2009-12-05 16:15:35 Launchpad Janitor branch linked lp:ubuntu/gnome-mount