diff -u gnome-system-tools-1.0.0/debian/changelog gnome-system-tools-1.0.0/debian/changelog --- gnome-system-tools-1.0.0/debian/changelog +++ gnome-system-tools-1.0.0/debian/changelog @@ -1,3 +1,10 @@ +gnome-system-tools (1.0.0-0ubuntu3) warty; urgency=low + + * modified 11_new_user_groups: put new users also in group 'scanner' (Warty + bug #1485) + + -- Martin Pitt Wed, 29 Sep 2004 10:57:18 +0200 + gnome-system-tools (1.0.0-0ubuntu2) warty; urgency=low * 11_new_user_groups: put newly created users in some standard local groups diff -u gnome-system-tools-1.0.0/debian/patches/11_new_user_groups.dpatch gnome-system-tools-1.0.0/debian/patches/11_new_user_groups.dpatch --- gnome-system-tools-1.0.0/debian/patches/11_new_user_groups.dpatch +++ gnome-system-tools-1.0.0/debian/patches/11_new_user_groups.dpatch @@ -37,7 +37,7 @@ + gchar *group = NULL; + gboolean has_more; + static gchar* stdgroups[] = { -+ "audio", "cdrom", "dialout", "floppy", "lpadmin", "video", "plugdev", NULL ++ "audio", "cdrom", "dialout", "floppy", "lpadmin", "scanner", "video", "plugdev", NULL + }; + gchar** s; +