debian/0000775000000000000000000000000012310040721007156 5ustar debian/services-admin.10000664000000000000000000000317512272646146012203 0ustar .\" Copyright (C) 2007 Sven Arvidsson .\" .\" This is free software; you may redistribute it and/or modify .\" it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2, .\" or (at your option) any later version. .\" .\" This is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\"You should have received a copy of the GNU General Public License along .\"with this program; if not, write to the Free Software Foundation, Inc., .\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. .TH services-admin 1 "2007\-05\-08" "GNOME" .SH NAME services-admin \- Services Administration Tool .SH SYNOPSIS .B services-admin .RI [ OPTION... ] .SH DESCRIPTION .B services-admin is part of the GNOME system tools, a set of tools to easily access and manage system configuration. .P .B services-admin allows you to specify which services will be started during the system boot process. .SH OPTIONS .B services-admin accepts the standard GNOME and GTK options. .SH AUTHORS .B services-admin was written by Carlos Garnacho Parro and others. .P This manual page was written by Sven Arvidsson , for the Debian project (but may be used by others). .SH SEE ALSO .BR "users-admin" (1), .BR "network-admin" (1), .BR "time-admin" (1), .BR "shares-admin" (1), .BR "gtk-options" (7), .BR "gnome-options" (7) .P The online documentation available through the program's .I Help menu. debian/patches/0000775000000000000000000000000012310040710010603 5ustar debian/patches/12_fix_exit.patch0000644000000000000000000000256612310040666013766 0ustar Description: Drop unneeded g_object_unref call to fix a segmentation fault on exit after a new user has been created. Adjust gst_users_tool_finalize to fix some warnings/error messages. Author: Thaddäus Tintenfisch Bug-Ubuntu: https://launchpad.net/bugs/1185396 Bug-Debian: https://bugs.debian.org/729477 === modified file 'src/users/users-tool.c' --- a/src/users/users-tool.c 2011-12-16 17:08:20 +0000 +++ b/src/users/users-tool.c 2014-03-07 19:55:37 +0000 @@ -114,17 +114,18 @@ { GstUsersTool *tool = GST_USERS_TOOL (object); + /* Clear models to unreference OobsUsers and OobsGroups + * to be sure they are finalized properly (passwords...) */ + users_table_clear (); + groups_table_clear (); + g_object_unref (tool->users_config); + g_object_unref (tool->groups_config); g_object_unref (tool->self_config); - g_object_unref (tool->groups_config); + g_object_unref (tool->profiles); g_object_unref (tool->settings); - /* Clear models to unreference OobsUsers and OobsGroups - * to be sure they are finalized properly (passwords...) */ - users_table_clear (); - groups_table_clear (); - (* G_OBJECT_CLASS (gst_users_tool_parent_class)->finalize) (object); } @@ -182,7 +183,6 @@ /* update privileges table too */ privileges_table_add_group (OOBS_GROUP (group)); - g_object_unref (group); valid = oobs_list_iter_next (list, &iter); } debian/patches/the_admin_group_is_sudo.patch0000664000000000000000000000172712303337346016544 0ustar === modified file 'gnome-system-tools/src/users/user-profiles.conf.in' --- gnome-system-tools/src/users/user-profiles.conf.in 2011-12-16 17:08:20 +0000 +++ gnome-system-tools/src/users/user-profiles.conf.in 2014-02-22 18:55:06 +0000 @@ -7,4 +7,4 @@ [Administrator] _Name=Administrator _Description=Can change anything on the system, including installing and upgrading software. -Groups=cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,fuse,admin,sambashare,lpadmin,video +Groups=cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,fuse,sudo,sambashare,lpadmin,video === modified file 'gnome-system-tools/src/users/user-settings.h' --- gnome-system-tools/src/users/user-settings.h 2010-05-31 16:48:21 +0000 +++ gnome-system-tools/src/users/user-settings.h 2014-02-22 18:55:06 +0000 @@ -29,7 +29,7 @@ #include "users-tool.h" #include "user-profiles.h" -#define ADMIN_GROUP "admin" +#define ADMIN_GROUP "sudo" gboolean user_delete (GtkTreeModel *model, debian/patches/26_user_profiles_conf.patch0000664000000000000000000000201312272646146016043 0ustar Description: Don't add new users to the audio and scanner groups Author: ? Index: gnome-system-tools-2.29.91/src/users/user-profiles.conf.in =================================================================== --- gnome-system-tools-2.29.91.orig/src/users/user-profiles.conf.in 2010-01-11 19:26:31.000000000 +0000 +++ gnome-system-tools-2.29.91/src/users/user-profiles.conf.in 2010-03-07 11:56:43.290685321 +0000 @@ -2,9 +2,9 @@ _Name=Desktop user _Description=Can perform common tasks. Can't install software or change settings affecting all users. Default=1 -Groups=cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,audio,scanner,fuse,video +Groups=cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,fuse,video [Administrator] _Name=Administrator _Description=Can change anything on the system, including installing and upgrading software. -Groups=cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,audio,scanner,fuse,admin,sambashare,lpadmin,video +Groups=cdrom,floppy,dialout,tape,dip,adm,plugdev,fax,fuse,admin,sambashare,lpadmin,video debian/patches/61_outdated_docs.patch0000664000000000000000000000171712272646146015007 0ustar Index: gnome-system-tools-3.0.0/doc/services/Makefile.am =================================================================== --- gnome-system-tools-3.0.0.orig/doc/services/Makefile.am 2010-12-12 13:16:01.000000000 +0100 +++ gnome-system-tools-3.0.0/doc/services/Makefile.am 2011-10-22 18:34:38.094104015 +0200 @@ -9,7 +9,4 @@ DOC_LINGUAS = ca cs de el en_GB es fr gl oc pl pt_BR sl sv it zh_CN -# this isn't still ported to gnome-doc-utils -SUBDIRS = nl - -include $(top_srcdir)/git.mk Index: gnome-system-tools-3.0.0/doc/time/Makefile.am =================================================================== --- gnome-system-tools-3.0.0.orig/doc/time/Makefile.am 2010-12-12 13:16:01.000000000 +0100 +++ gnome-system-tools-3.0.0/doc/time/Makefile.am 2011-10-22 18:34:38.094104015 +0200 @@ -12,7 +12,4 @@ DOC_LINGUAS = ca cs de el en_GB es fr gl it oc pt_BR ru sl sv zh_CN -# This isn't still ported to gnome-doc-utils -SUBDIRS = nl - -include $(top_srcdir)/git.mk debian/patches/95_timezone_point_selection.patch0000664000000000000000000000135612272646146017304 0ustar Index: gnome-system-tools-2.32.0/src/time/tz-map.c =================================================================== --- gnome-system-tools-2.32.0.orig/src/time/tz-map.c 2010-05-24 17:09:57.000000000 +0000 +++ gnome-system-tools-2.32.0/src/time/tz-map.c 2011-01-14 03:05:26.038764104 +0000 @@ -416,7 +416,8 @@ e_map_point_set_color_rgba (tzmap->map, tzmap->point_selected, TZ_MAP_POINT_NORMAL_RGBA); - tzmap->point_selected = tzmap->point_hover; + tzmap->point_selected = + e_map_get_closest_point (tzmap->map, longitude, latitude, FALSE); location_combo = gst_dialog_get_widget (tzmap->tool->main_dialog, "location_combo"); tz_location = e_tz_map_location_from_point (tzmap, tzmap->point_selected); debian/patches/fix-missing-header-ftbfs-amd64.patch0000664000000000000000000000071412272646146017352 0ustar Index: gnome-system-tools-3.0.0/src/network/connection.c =================================================================== --- gnome-system-tools-3.0.0.orig/src/network/connection.c 2011-12-16 16:24:06.283271825 -0500 +++ gnome-system-tools-3.0.0/src/network/connection.c 2011-12-16 16:27:08.000000000 -0500 @@ -18,6 +18,7 @@ * Authors: Carlos Garnacho Parro */ +#include #include #include debian/patches/gthread.patch0000664000000000000000000000065112272646146013272 0ustar From: Andreas Henriksson Subject: add gthread to linker flags --- gnome-system-tools-3.0.0.orig/configure.in +++ gnome-system-tools-3.0.0/configure.in @@ -79,6 +79,7 @@ dnl ==================================== PKG_CHECK_MODULES(GST_DEPENDS,[ gtk+-3.0 >= $GTK_REQUIRED gmodule-export-2.0 + gthread-2.0 gio-2.0 >= $GLIB_REQUIRED pango liboobs-1 >= $LIBOOBS_REQUIRED debian/patches/time-libm.patch0000664000000000000000000000111612272646146013530 0ustar From: Andreas Henriksson Subject: using floor should link with libm --- gnome-system-tools-3.0.0.orig/src/time/Makefile.am +++ gnome-system-tools-3.0.0/src/time/Makefile.am @@ -15,7 +15,7 @@ INCLUDES += $(GST_TOOL_CFLAGS) $(DBUS_CF CLEANFILES = $(GST_TOOL_CLEANFILES) EXTRA_DIST = $(GST_TOOL_EXTRA_DIST) -time_admin_LDADD = ./e-map/libemap.a $(GST_TOOL_LIBS) $(DBUS_LIBS) +time_admin_LDADD = ./e-map/libemap.a $(GST_TOOL_LIBS) $(DBUS_LIBS) -lm time_admin_DEPENDENCIES = ./e-map/libemap.a $(GST_TOOL_DEPENDENCIES) time_admin_SOURCES = \ time-tool.c time-tool.h \ debian/patches/96_ubuntu_ntp_pool.patch0000664000000000000000000000412012272646146015421 0ustar Description: Offer Ubuntu specific NTP servers; pool.ntp.org offers geolocation and automatic QA Author: Xavier Robin Bug-Ubuntu: https://launchpad.net/bugs/104525 Index: gnome-system-tools-3.0.0/src/time/ntp-servers-list.c =================================================================== --- gnome-system-tools-3.0.0.orig/src/time/ntp-servers-list.c 2010-12-12 07:16:01.000000000 -0500 +++ gnome-system-tools-3.0.0/src/time/ntp-servers-list.c 2011-12-16 13:23:48.625087868 -0500 @@ -34,33 +34,12 @@ struct NtpServer { const gchar *url; - const gchar *location; } ntp_servers [] = { - { "time.nrc.ca", "Canada" }, - { "ntp1.cmc.ec.gc.ca", "Eastern Canada" }, - { "ntp2.cmc.ec.gc.ca", "Eastern Canada" }, - { "wuarchive.wustl.edu", "Missouri, USA" }, - { "clock.psu.edu", "Pennsylvania, USA" }, - { "ntp.tmc.edu", "Texas, USA" }, - { "louie.udel.edu", "Delaware, USA" }, - { "ntp0.cornell.edu", "New York, USA" }, - { "ntp-0.cso.uiuc.edu", "Illinois, USA" }, - { "ntp1.cs.wisc.edu", "Wisconsin, USA" }, - { "tick.cs.unlv.edu", "Las Vegas, USA" }, - { "ntp2a.mcc.ac.uk", "England, Europe" }, - { "ntp2b.mcc.ac.uk", "England, Europe" }, - { "ntp.maths.tcd.ie", "Ireland, Europe" }, - { "ntp.cs.strath.ac.uk", "Scotland, Europe" }, - { "ntp.univ-lyon1.fr", "France, Europe" }, - { "tick.keso.fi", "Finland, Europe" }, - { "fartein.ifi.uio.no", "Norway, Europe" }, - { "ntp.adelaide.edu.au", "South Australia" }, - { "time.nuri.net", "Korea, Asia" }, - { "ntp.cs.mu.oz.au", "Melbourne, Australia" }, - { "swisstime.ethz.ch", "Zurich, Switzerland" }, - { "stdtime.gov.hk", "Hong Kong, China" }, - { "ntp.jst.mfeed.ad.jp", "Japan" }, - { "time.service.uit.no", "Norway" }, + { "0.ubuntu.pool.ntp.org" }, + { "1.ubuntu.pool.ntp.org" }, + { "2.ubuntu.pool.ntp.org" }, + { "3.ubuntu.pool.ntp.org" }, + { "ntp.ubuntu.com" }, { NULL } }; @@ -72,7 +51,7 @@ gint i; for (i = 0; ntp_servers[i].url; i++) { - str = g_strdup_printf ("%s (%s)", ntp_servers[i].url, ntp_servers[i].location); + str = g_strdup_printf ("%s", ntp_servers[i].url); gtk_list_store_append (store, &iter); gtk_list_store_set (store, &iter, debian/patches/series0000664000000000000000000000101212310040623012015 0ustar 01_wait_for_backends.patch 10_disable_interfaces.patch 11_dont_show_shares.patch 12_fix_exit.patch 25_sambashare_group_definition.patch 26_user_profiles_conf.patch 61_outdated_docs.patch 62_no_gettext.patch 80_gst-packages-common.patch 81_gst-packages-shares-admin.patch 82_gst-packages-time-admin.patch 91_shares_services_detection.patch 95_timezone_point_selection.patch 96_ubuntu_ntp_pool.patch fix-missing-header-ftbfs-amd64.patch remove_g_thread_init.patch gthread.patch time-libm.patch the_admin_group_is_sudo.patch debian/patches/62_no_gettext.patch0000664000000000000000000000145412272646146014345 0ustar # Don't use both gettext and intltool since newer versions of intltool # conflict with gettext Index: gnome-system-tools-3.0.0/configure.in =================================================================== --- gnome-system-tools-3.0.0.orig/configure.in 2011-11-24 20:46:48.350903840 +0100 +++ gnome-system-tools-3.0.0/configure.in 2011-11-24 20:49:01.374902540 +0100 @@ -158,11 +158,9 @@ dnl Translations dnl ======================================================== -AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.17]) GETTEXT_PACKAGE=gnome-system-tools AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [gettext package name]) -AC_SUBST([GETTEXT_PACKAGE], GETTEXT_PACKAGE) +AC_SUBST([GETTEXT_PACKAGE]) dnl ======================================================== dnl END : Translations debian/patches/91_shares_services_detection.patch0000664000000000000000000000456712272646146017425 0ustar Index: shares-services/src/shares/shares-tool.c =================================================================== --- shares-services.orig/src/shares/shares-tool.c 2010-05-26 15:55:30.000000000 +0200 +++ shares-services/src/shares/shares-tool.c 2010-05-26 15:55:39.000000000 +0200 @@ -62,9 +62,6 @@ tool->smb_config = oobs_smb_config_get (); gst_tool_add_configuration_object (gst_tool, tool->smb_config, TRUE); - tool->services_config = oobs_services_config_get (); - gst_tool_add_configuration_object (gst_tool, tool->services_config, TRUE); - tool->hosts_config = oobs_hosts_config_get (); gst_tool_add_configuration_object (gst_tool, tool->hosts_config, TRUE); @@ -256,30 +253,19 @@ gst_shares_tool_update_services_availability (shares_tool); } +/* Services detection is very rough: + * since Upstart jobs are not supported (yet?), we fall back on checking + * that files are present, which means packages are installed. + * Anyway, the only right way to do this would be checking that + * the package is present, e.g. using PackageKit. */ static void gst_shares_tool_update_services_availability (GstSharesTool *tool) { - OobsList *services; - OobsListIter iter; - GObject *service; - gboolean valid; - GstServiceRole role; - - services = oobs_services_config_get_services (OOBS_SERVICES_CONFIG (tool->services_config)); - valid = oobs_list_get_iter_first (services, &iter); + if (g_file_test ("/usr/sbin/smbd", G_FILE_TEST_EXISTS)) + tool->smb_available = TRUE; - while (valid) { - service = oobs_list_get (services, &iter); - role = gst_service_get_role (OOBS_SERVICE (service)); - - if (role == GST_ROLE_FILE_SERVER_SMB) - tool->smb_available = TRUE; - else if (role == GST_ROLE_FILE_SERVER_NFS) - tool->nfs_available = TRUE; - - g_object_unref (service); - valid = oobs_list_iter_next (services, &iter); - } + if (g_file_test ("/usr/sbin/rpc.nfsd", G_FILE_TEST_EXISTS)) + tool->nfs_available = TRUE; } GstSharesTool* Index: shares-services/src/shares/shares-tool.h =================================================================== --- shares-services.orig/src/shares/shares-tool.h 2010-05-26 15:46:31.000000000 +0200 +++ shares-services/src/shares/shares-tool.h 2010-05-26 15:55:39.000000000 +0200 @@ -44,7 +44,6 @@ OobsObject *smb_config; /* read only */ - OobsObject *services_config; OobsObject *hosts_config; OobsObject *users_config; debian/patches/01_wait_for_backends.patch0000664000000000000000000000156712272646146015627 0ustar Index: gnome-system-tools-3.0.0/src/common/gst-tool.c =================================================================== --- gnome-system-tools-3.0.0.orig/src/common/gst-tool.c 2011-02-26 18:52:42.000000000 +0100 +++ gnome-system-tools-3.0.0/src/common/gst-tool.c 2011-10-22 18:23:29.742506332 +0200 @@ -221,6 +221,7 @@ gchar *widget_name; GtkWidget *dialog; OobsResult result; + int i; object = (* G_OBJECT_CLASS (gst_tool_parent_class)->constructor) (type, n_construct_properties, @@ -241,6 +242,12 @@ g_free (widget_name); } + for (i=0; i<12; i++) { /* Loop for 3 seconds waiting for the backends to start */ + if (oobs_session_get_connected (tool->session)) + break; + g_usleep(250000); + } + result = oobs_session_get_platform (tool->session, NULL); if (result == OOBS_RESULT_NO_PLATFORM) { dialog = gst_platform_dialog_new (tool->session); debian/patches/92_fix_add_needed_linking.patch0000664000000000000000000000245312272646146016605 0ustar Index: gnome-system-tools-2.32.0/src/time/Makefile.am =================================================================== --- gnome-system-tools-2.32.0.orig/src/time/Makefile.am 2011-01-05 19:29:32.000000000 +0100 +++ gnome-system-tools-2.32.0/src/time/Makefile.am 2011-01-05 19:30:37.000000000 +0100 @@ -15,7 +15,7 @@ CLEANFILES = $(GST_TOOL_CLEANFILES) EXTRA_DIST = $(GST_TOOL_EXTRA_DIST) -time_admin_LDADD = $(GST_TOOL_LIBS) $(DBUS_LIBS) ./e-map/libemap.a +time_admin_LDADD = ./e-map/libemap.a $(GST_TOOL_LIBS) $(DBUS_LIBS) time_admin_DEPENDENCIES = $(GST_TOOL_DEPENDENCIES) ./e-map/libemap.a time_admin_SOURCES = \ time-tool.c time-tool.h \ Index: gnome-system-tools-2.32.0/src/time/Makefile.in =================================================================== --- gnome-system-tools-2.32.0.orig/src/time/Makefile.in 2011-01-05 19:30:42.000000000 +0100 +++ gnome-system-tools-2.32.0/src/time/Makefile.in 2011-01-05 19:31:06.000000000 +0100 @@ -339,7 +339,7 @@ SUBDIRS = e-map CLEANFILES = $(GST_TOOL_CLEANFILES) EXTRA_DIST = $(GST_TOOL_EXTRA_DIST) -time_admin_LDADD = $(GST_TOOL_LIBS) $(DBUS_LIBS) ./e-map/libemap.a +time_admin_LDADD = ./e-map/libemap.a $(GST_TOOL_LIBS) $(DBUS_LIBS) time_admin_DEPENDENCIES = $(GST_TOOL_DEPENDENCIES) ./e-map/libemap.a time_admin_SOURCES = \ time-tool.c time-tool.h \ debian/patches/97_fix_setting_password_from_random_entry.patch0000664000000000000000000000455112272646146022247 0ustar Description: Fix setting password from random entry Origin: upstream, commit adbfff7a78a1976de90d3781b37dcc9a63879240 Bug-Ubuntu: https://launchpad.net/bugs/742598 --- diff --git a/src/users/user-password.c b/src/users/user-password.c index 89d06d6..fe6a9bc 100644 --- a/src/users/user-password.c +++ b/src/users/user-password.c @@ -323,10 +323,9 @@ on_edit_user_passwd (GtkButton *button, * to the password-less option should be committed, and close dialog. */ static void -finish_password_change () +finish_password_change (gboolean passwd_provided) { GtkWidget *user_passwd_dialog; - GtkWidget *passwd_entry; GtkWidget *nocheck_toggle; OobsUser *user; OobsGroup *no_passwd_login_group; @@ -334,7 +333,6 @@ finish_password_change () gboolean is_self; user_passwd_dialog = gst_dialog_get_widget (tool->main_dialog, "user_passwd_dialog"); - passwd_entry = gst_dialog_get_widget (tool->main_dialog, "user_settings_passwd1"); nocheck_toggle = gst_dialog_get_widget (tool->main_dialog, "user_passwd_no_check"); user = users_table_get_current (); is_self = oobs_self_config_is_user_self (OOBS_SELF_CONFIG (GST_USERS_TOOL (tool)->self_config), @@ -352,7 +350,7 @@ finish_password_change () * Else, we would believe the account is enabled, while it's not, * and we would allow password-less login, which is unexpected. */ if (oobs_user_get_password_disabled (user) - && strlen (gtk_entry_get_text (GTK_ENTRY (passwd_entry))) == 0) + && !passwd_provided) { /* Force removing user from this group, since results are unexpected */ if (no_passwd_login_group) @@ -434,7 +432,7 @@ chpasswd_cb (PasswdHandler *passwd_handler, if (!error) { - finish_password_change (); + finish_password_change (TRUE); passwd_destroy (passwd_handler); return; @@ -539,7 +537,7 @@ on_user_passwd_dialog_response (GtkDialog *user_passwd_dialog, } /* If empty, directly handle password-less option, don't change password */ else if (strlen (passwd) == 0) { - finish_password_change (); + finish_password_change (FALSE); g_object_unref (user); return; } @@ -564,7 +562,7 @@ on_user_passwd_dialog_response (GtkDialog *user_passwd_dialog, /* For other users, set password via the backends */ else { oobs_user_set_password (user, passwd); - finish_password_change (); + finish_password_change (TRUE); } g_object_unref (user); -- cgit v0.9 debian/patches/80_gst-packages-common.patch0000664000000000000000000002010612272646146016017 0ustar Description: Add functions for Ubuntu packaging Author: ? Index: gnome-system-tools-3.0.0/src/common/Makefile.am =================================================================== --- gnome-system-tools-3.0.0.orig/src/common/Makefile.am 2010-12-12 12:39:02.000000000 -0500 +++ gnome-system-tools-3.0.0/src/common/Makefile.am 2011-12-16 16:35:31.000000000 -0500 @@ -11,6 +11,7 @@ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" libsetuptool_a_SOURCES = \ + gst-package.c gst-package.h \ gst-dialog.c gst-dialog.h \ gst-tool.c gst-tool.h \ gst-platform-dialog.c gst-platform-dialog.h \ Index: gnome-system-tools-3.0.0/src/common/gst-package.c =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ gnome-system-tools-3.0.0/src/common/gst-package.c 2011-12-16 16:41:12.427282686 -0500 @@ -0,0 +1,201 @@ +/* -*- Mode: C; c-file-style: "gnu"; tab-width: 8 -*- */ +/* + * Copyright (C) 2004 Vincent Untz + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * + * Authors: Vincent Untz + * Guillaume Desmottes + * Carlos Garnacho + */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include +#include +#include +#include +#include +#include +#include +#include + +#include "gst-package.h" + +static void +show_error_dialog (GtkWindow *window, + const gchar *secondary_text) +{ + GtkWidget *dialog; + + dialog = gtk_message_dialog_new (window, + GTK_DIALOG_MODAL, + GTK_MESSAGE_ERROR, + GTK_BUTTONS_CLOSE, + _("Could not install package")); + + gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), "%s", secondary_text); + gtk_dialog_run (GTK_DIALOG (dialog)); + gtk_widget_destroy (dialog); +} + +static gboolean +find_app (GtkWindow *window, + const gchar *app) +{ + gchar *path; + + path = g_find_program_in_path (app); + + if (!path) + { + show_error_dialog (window, + _("The necessary applications to install" + " the package could not be found.")); + return FALSE; + } + + g_free (path); + + return TRUE; +} + +static gchar * +create_temp_file (const gchar *packages[]) +{ + int fd; + gchar *path, *str; + + path = g_strdup_printf ("/tmp/packages.XXXXXX"); + fd = mkstemp (path); + + while (*packages) + { + str = g_strdup_printf ("%s\ti\n", *packages); + write (fd, str, strlen (str)); + g_free (str); + packages++; + } + + close (fd); + return path; +} + +static gchar* +get_synaptic_command_line (GtkWindow *window, + const gchar *path) +{ + gchar *synaptic_path, *command; + + synaptic_path = g_find_program_in_path ("synaptic"); + command = g_strdup_printf ("%s --hide-main-window --non-interactive " + "--set-selections-file %s --parent-window-id %ld", + synaptic_path, path, + (long)gdk_x11_window_get_xid (gtk_widget_get_window (GTK_WIDGET (window)))); + g_free (synaptic_path); + return command; +} + +static gboolean +spawn_synaptic (GtkWindow *window, + const gchar *path, + GPid *child_pid) +{ + gchar **argv; + GError *error = NULL; + gboolean retval = TRUE; + gint i = 0; + + argv = g_new0 (gchar*, 6); + argv[i++] = g_find_program_in_path ("gksudo"); + argv[i++] = g_strdup ("--desktop"); + argv[i++] = g_strdup ("/usr/share/applications/synaptic.desktop"); + argv[i++] = g_strdup ("--disable-grab"); + argv[i++] = g_strdup ("--display"); + argv[i++] = gdk_screen_make_display_name (gtk_window_get_screen (window)); + argv[i++] = get_synaptic_command_line (window, path); + argv[i++] = NULL; + + if (!g_spawn_async (NULL, argv, NULL, + G_SPAWN_SEARCH_PATH | G_SPAWN_DO_NOT_REAP_CHILD, + NULL, NULL, child_pid, &error)) + { + show_error_dialog (window, (error) ? error->message : ""); + g_error_free (error); + retval = FALSE; + } + + g_strfreev (argv); + + return retval; +} + +static void +on_wait_timeout (GPid pid, gint status, gpointer data) +{ + g_spawn_close_pid (pid); + /* FIXME: should show an error dialog if the installation fails, + * but funnily I'm getting always an exit status 0 here... maybe gksudo fault? */ + gtk_main_quit (); +} + +static gboolean +wait_for_synaptic (GtkWindow *window, GPid pid) +{ + GdkCursor *cursor; + + cursor = gdk_cursor_new (GDK_WATCH); + gdk_window_set_cursor (gtk_widget_get_window (GTK_WIDGET (window)), cursor); + gtk_widget_set_sensitive (GTK_WIDGET (window), FALSE); + + /* wait here a bit until the process has exited */ + g_child_watch_add (pid, on_wait_timeout, NULL); + gtk_main (); + + gtk_widget_set_sensitive (GTK_WIDGET (window), TRUE); + gdk_window_set_cursor (gtk_widget_get_window (GTK_WIDGET (window)), NULL); + + g_object_unref (cursor); + + /* keep this until we can get status + * info from the launched process */ + return TRUE; +} + +gboolean +gst_packages_install (GtkWindow *window, + const gchar *packages[]) +{ + gchar *path; + GPid pid; + gboolean retval = FALSE; + + g_return_val_if_fail (GTK_IS_WINDOW (window), FALSE); + + if (!find_app (window, "synaptic") || !find_app (window, "gksudo")) + return FALSE; + + path = create_temp_file (packages); + + if (spawn_synaptic (window, path, &pid)) + retval = wait_for_synaptic (window, pid); + + unlink (path); + g_free (path); + + return retval; +} Index: gnome-system-tools-3.0.0/src/common/gst-package.h =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ gnome-system-tools-3.0.0/src/common/gst-package.h 2011-12-16 16:35:31.000000000 -0500 @@ -0,0 +1,35 @@ +/* -*- Mode: C; tab-width: 2; indent-tabs-mode: t; c-basic-offset: 2 -*- */ +/* + * Copyright (C) 2004 Vincent Untz + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * + * Authors: Carlos Garnacho Parro + * Authors: Vincent Untz + * Authors: Guillaume Desmottes + */ + +#ifndef __GST_PACKAGES_H__ +#define __GST_PACKAGES_H__ + +#include + +G_BEGIN_DECLS + +gboolean gst_packages_install (GtkWindow *window, const char **packages); + +G_END_DECLS + +#endif /* __GST_PACKAGES_H__ */ Index: gnome-system-tools-3.0.0/src/common/gst.h =================================================================== --- gnome-system-tools-3.0.0.orig/src/common/gst.h 2010-10-06 05:54:53.000000000 -0400 +++ gnome-system-tools-3.0.0/src/common/gst.h 2011-12-16 16:35:31.000000000 -0500 @@ -1,5 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #include +#include "gst-package.h" #include "gst-tool.h" #include "gst-dialog.h" #include "gst-filter.h" debian/patches/82_gst-packages-time-admin.patch0000664000000000000000000000241512272646146016560 0ustar Description: Install ntp package on demand Author: ? --- src/time/time-tool.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) --- a/src/time/time-tool.c +++ b/src/time/time-tool.c @@ -370,6 +370,7 @@ check_ntp_support (GstTool *tool) { GstTimeToolPrivate *priv = GST_TIME_TOOL_GET_PRIVATE (tool); GtkWidget *message, *widget; + gint response; if (GST_TIME_TOOL (tool)->ntp_service) return TRUE; @@ -396,9 +397,24 @@ check_ntp_support (GstTool *tool) _("Please install and activate NTP support in the system to enable " "synchronization of your local time server with " "internet time servers.")); - gtk_dialog_run (GTK_DIALOG (message)); + + gtk_dialog_add_button (GTK_DIALOG (message), _("Install NTP support"), GTK_RESPONSE_OK); + response = gtk_dialog_run (GTK_DIALOG (message)); gtk_widget_destroy (message); + if (response == GTK_RESPONSE_OK) { + const gchar *packages[] = { "ntp", NULL }; + + if (gst_packages_install (GTK_WINDOW (tool->main_dialog), packages)) { + gtk_combo_box_set_active (GTK_COMBO_BOX (widget), CONFIGURATION_AUTOMATIC); + gst_tool_update_config (tool); + gst_tool_update_gui (tool); + + if (GST_TIME_TOOL (tool)->ntp_service) + return TRUE; + } + } + return FALSE; } debian/patches/remove_g_thread_init.patch0000664000000000000000000000161212272646146016027 0ustar Index: gnome-system-tools-3.0.0/src/network/main.c =================================================================== --- gnome-system-tools-3.0.0.orig/src/network/main.c 2009-05-16 10:49:19.000000000 -0400 +++ gnome-system-tools-3.0.0/src/network/main.c 2011-12-16 16:46:50.419286263 -0500 @@ -185,7 +185,6 @@ { NULL } }; - g_thread_init (NULL); gst_init_tool ("network-admin", argc, argv, entries); tool = gst_network_tool_new (); Index: gnome-system-tools-3.0.0/src/shares/main.c =================================================================== --- gnome-system-tools-3.0.0.orig/src/shares/main.c 2009-05-16 10:49:19.000000000 -0400 +++ gnome-system-tools-3.0.0/src/shares/main.c 2011-12-16 16:46:55.203286314 -0500 @@ -104,7 +104,6 @@ { NULL } }; - g_thread_init (NULL); gst_init_tool ("shares-admin", argc, argv, entries); tool = GST_TOOL (gst_shares_tool_new ()); debian/patches/11_dont_show_shares.patch0000664000000000000000000000032112272646146015520 0ustar --- a/src/shares/shares.desktop.in.in +++ b/src/shares/shares.desktop.in.in @@ -12,4 +12,5 @@ X-GNOME-Bugzilla-Component=shares-admin X-GNOME-Bugzilla-Version=@VERSION@ StartupNotify=true +NoDisplay=true debian/patches/81_gst-packages-shares-admin.patch0000664000000000000000000000516612272646146017114 0ustar Description: Install nfs-kernel-server and samba packages on demand Author: ? Index: gnome-system-tools-3.0.0/src/shares/shares-tool.c =================================================================== --- gnome-system-tools-3.0.0.orig/src/shares/shares-tool.c 2011-12-16 16:49:47.751288140 -0500 +++ gnome-system-tools-3.0.0/src/shares/shares-tool.c 2011-12-16 16:52:13.087289678 -0500 @@ -138,9 +138,36 @@ } static gboolean +install_packages (GstTool *tool, gboolean install_nfs, gboolean install_smb) +{ + gchar **packages; + gboolean retval; + gint i = 0; + + if (!install_nfs && !install_smb) + return FALSE; + + packages = g_new0 (gchar*, 3); + + if (install_nfs) + packages[i++] = g_strdup ("nfs-kernel-server"); + + if (install_smb) + packages[i++] = g_strdup ("samba"); + + retval = gst_packages_install (GTK_WINDOW (tool->main_dialog), packages); + g_strfreev (packages); + + return retval; +} + +static gboolean check_servers (GstSharesTool *tool) { GtkWidget *dialog; + GtkWidget *nfs_check, *smb_check; + gint response; + gboolean retval = FALSE; if (tool->smb_available || tool->nfs_available) return TRUE; @@ -153,10 +180,36 @@ gtk_message_dialog_format_secondary_markup (GTK_MESSAGE_DIALOG (dialog), _("You need to install at least either Samba or NFS " "in order to share your folders.")); - gtk_dialog_run (GTK_DIALOG (dialog)); - gtk_widget_destroy (dialog); + gtk_dialog_add_button (GTK_DIALOG (dialog), _("Install services"), GTK_RESPONSE_OK); + + /* add NFS checkbutton */ + nfs_check = gtk_check_button_new_with_mnemonic (_("Install Unix networks support (_NFS)")); + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (nfs_check), TRUE); + gtk_widget_show (nfs_check); + gtk_container_add (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), nfs_check); + + /* add SMB checkbutton */ + smb_check = gtk_check_button_new_with_mnemonic (_("Install Windows networks support (_SMB)")); + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (smb_check), TRUE); + gtk_widget_show (smb_check); + gtk_container_add (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), smb_check); - return FALSE; + response = gtk_dialog_run (GTK_DIALOG (dialog)); + gtk_widget_hide (dialog); + + if (response == GTK_RESPONSE_OK) { + if (install_packages (GST_TOOL (tool), + gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (nfs_check)), + gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (smb_check)))) { + gst_tool_update_config (GST_TOOL (tool)); + gst_tool_update_gui (GST_TOOL (tool)); + + retval = TRUE; + } + } + + gtk_widget_destroy (dialog); + return retval; } static void debian/patches/25_sambashare_group_definition.patch0000664000000000000000000000113712272646146017714 0ustar Description: Add sambashare to known groups Author: ? --- src/users/privileges-table.c | 1 + 1 file changed, 1 insertion(+) --- a/src/users/privileges-table.c +++ b/src/users/privileges-table.c @@ -67,6 +67,7 @@ static const PrivilegeDescription descri { "plugdev", N_("Access external storage devices automatically") }, { "powerdev", N_("Suspend and hibernate the computer") }, { "proc", N_("Access /proc filesystem") }, + { "sambashare", N_("Share files with the local network") }, { "scanner", N_("Use scanners") }, { "tape", N_("Use tape drives") }, { "usb", N_("Use USB devices") }, debian/patches/10_disable_interfaces.patch0000664000000000000000000000264712272646146015771 0ustar --- a/interfaces/network.ui +++ b/interfaces/network.ui @@ -87,7 +87,7 @@ 12 - True + False 6 @@ -161,7 +161,7 @@ True - True + False 12 6 --- a/src/network/network-tool.c +++ b/src/network/network-tool.c @@ -152,6 +152,11 @@ gst_network_tool_constructor (GType tool->dialog = connection_dialog_init (GST_TOOL (tool)); tool->host_aliases_dialog = gst_dialog_get_widget (GST_TOOL (tool)->main_dialog, "host_aliases_edit_dialog"); + if (!g_file_test ("/usr/sbin/NetworkManager", G_FILE_TEST_IS_EXECUTABLE)) { + gtk_widget_set_visible (gst_dialog_get_widget (GST_TOOL (tool)->main_dialog, "hbox3"), TRUE); + gtk_widget_set_visible (gst_dialog_get_widget (GST_TOOL (tool)->main_dialog, "locations_box"), TRUE); + } + return object; } debian/shares-admin.10000664000000000000000000000316512272646146011644 0ustar .\" Copyright (C) 2007 Sven Arvidsson .\" .\" This is free software; you may redistribute it and/or modify .\" it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2, .\" or (at your option) any later version. .\" .\" This is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\"You should have received a copy of the GNU General Public License along .\"with this program; if not, write to the Free Software Foundation, Inc., .\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. .TH shares-admin 1 "2007\-05\-08" "GNOME" .SH NAME shares-admin \- Shared Folders Administration Tool .SH SYNOPSIS .B shares-admin .RI [ OPTION... ] .SH DESCRIPTION .B shares-admin is part of the GNOME system tools, a set of tools to easily access and manage system configuration. .P .B shares-admin allows you to share folders to other computers in your network or in the internet. .SH OPTIONS .B shares-admin accepts the standard GNOME and GTK options. .SH AUTHORS .B shares-admin was written by Carlos Garnacho Parro and others. .P This manual page was written by Sven Arvidsson , for the Debian project (but may be used by others). .SH SEE ALSO .BR "services-admin" (1), .BR "network-admin" (1), .BR "time-admin" (1), .BR "users-admin" (1), .BR "gtk-options" (7), .BR "gnome-options" (7) .P The online documentation available through the program's .I Help menu. debian/watch0000664000000000000000000000020012272646146010223 0ustar version=3 http://ftp.gnome.org/pub/GNOME/sources/gnome-system-tools/([\d\.]+[0-9])/ \ gnome-system-tools-(.*)\.tar\.bz2 debian/compat0000664000000000000000000000000212272646146010400 0ustar 8 debian/control0000664000000000000000000000740412310040737010575 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: gnome-system-tools Section: gnome Priority: optional Maintainer: Ubuntu Desktop Team XSBC-Original-Maintainer: Jose Carlos Garcia Sogo Uploaders: Andreas Henriksson , Debian GNOME Maintainers , Michael Biebl , Niv Sardi Build-Depends: cdbs (>= 0.4.41), autotools-dev, dh-autoreconf, intltool (>= 0.35.0), debhelper (>= 8), liboobs-1-dev (>= 2.91.1), libgtk-3-dev (>= 2.91), libglib2.0-dev (>= 2.25.3), libdbus-1-dev (>= 0.32), libpolkit-gobject-1-dev (>= 0.97), system-tools-backends-dev (>= 2.10.1), gettext, libxml-parser-perl, gnome-pkg-tools, scrollkeeper, gnome-doc-utils (>= 0.3.2), pkg-config Standards-Version: 3.9.2 Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gnome-system-tools/ubuntu Package: gnome-system-tools Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, perl, system-tools-backends (>= 2.10.1), policykit-1-gnome Suggests: ntp, gnome-control-center (>= 1:2.10.1-1) Replaces: ximian-setup-tools, gnome-network-admin (<< 3.0.0-3ubuntu1), gnome-time-admin (<< 3.0.0-3ubuntu1) Breaks: gnome-network-admin (<< 3.0.0-3ubuntu1), gnome-time-admin (<< 3.0.0-3ubuntu1) Provides: gnome-network-admin, gnome-time-admin Description: Cross-platform configuration utilities for GNOME The GNOME System Tools are a fully integrated set of tools aimed to make easy the job that means the computer administration on an UNIX or Linux system. They're thought to help from the new Linux or UNIX user to the system administrators. . Its main advantages are: * Full integration with the new GNOME Control Center. * An user-friendly interface to carry out the main administration tasks. * The use of a common user interface in every system. * A common structure that makes easy the development of new system tools. Nowadays there are tools for managing: - Users and groups - Date and time - Network options - Services - Shares (NFS and Samba) Package: gnome-network-admin Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, gnome-system-tools Conflicts: gnome-system-tools (<< 2.29.1-0ubuntu1) Replaces: gnome-system-tools (<< 2.29.1-0ubuntu1) Description: GNOME Network Administration Tool The GNOME System Tools are a fully integrated set of tools aimed to make easy the job that means the computer administration on an UNIX or Linux system. They're thought to help from the new Linux or UNIX user to the system administrators. . This package provides network-admin, a program to specify the way your system connects to other computers and to the Internet. . This is a transitional package Package: gnome-time-admin Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, gnome-system-tools Conflicts: gnome-system-tools (<< 2.32.0-0ubuntu6) Replaces: gnome-system-tools (<< 2.32.0-0ubuntu6) Description: GNOME Time Administration Tool The GNOME System Tools are a fully integrated set of tools aimed to make easy the job that means the computer administration on an UNIX or Linux system. They're thought to help from the new Linux or UNIX user to the system administrators. . This package provides time-admin, a program to specify the time and date of your system. . This is a transitional packagedebian/users-admin.10000664000000000000000000000314312272646146011514 0ustar .\" Copyright (C) 2007 Sven Arvidsson .\" .\" This is free software; you may redistribute it and/or modify .\" it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2, .\" or (at your option) any later version. .\" .\" This is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\"You should have received a copy of the GNU General Public License along .\"with this program; if not, write to the Free Software Foundation, Inc., .\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. .TH users-admin 1 "2007\-05\-08" "GNOME" .SH NAME users-admin \- Users Administration Tool .SH SYNOPSIS .B users-admin .RI [ OPTION... ] .SH DESCRIPTION .B users-admin is part of the GNOME system tools, a set of tools to easily access and manage system configuration. .P .B users-admin allows you add, delete and modify the existing users and groups in your system. .SH OPTIONS .B users-admin accepts the standard GNOME and GTK options. .SH AUTHORS .B users-admin was written by Carlos Garnacho Parro and others. .P This manual page was written by Sven Arvidsson , for the Debian project (but may be used by others). .SH SEE ALSO .BR "services-admin" (1), .BR "network-admin" (1), .BR "time-admin" (1), .BR "shares-admin" (1), .BR "gtk-options" (7), .BR "gnome-options" (7) .P The online documentation available through the program's .I Help menu. debian/control.in0000664000000000000000000000672612272646146011225 0ustar Source: gnome-system-tools Section: gnome Priority: optional Maintainer: Ubuntu Desktop Team XSBC-Original-Maintainer: Jose Carlos Garcia Sogo Uploaders: @GNOME_TEAM@, Niv Sardi Build-Depends: cdbs (>= 0.4.41), autotools-dev, dh-autoreconf, intltool (>= 0.35.0), debhelper (>= 8), liboobs-1-dev (>= 2.91.1), libgtk-3-dev (>= 2.91), libglib2.0-dev (>= 2.25.3), libdbus-1-dev (>= 0.32), libpolkit-gobject-1-dev (>= 0.97), system-tools-backends-dev (>= 2.10.1), gettext, libxml-parser-perl, gnome-pkg-tools, scrollkeeper, gnome-doc-utils (>= 0.3.2), pkg-config Standards-Version: 3.9.2 Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gnome-system-tools/ubuntu Package: gnome-system-tools Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, perl, system-tools-backends (>= 2.10.1), policykit-1-gnome Suggests: ntp, gnome-control-center (>= 1:2.10.1-1) Replaces: ximian-setup-tools, gnome-network-admin (<< 3.0.0-3ubuntu1), gnome-time-admin (<< 3.0.0-3ubuntu1) Breaks: gnome-network-admin (<< 3.0.0-3ubuntu1), gnome-time-admin (<< 3.0.0-3ubuntu1) Provides: gnome-network-admin, gnome-time-admin Description: Cross-platform configuration utilities for GNOME The GNOME System Tools are a fully integrated set of tools aimed to make easy the job that means the computer administration on an UNIX or Linux system. They're thought to help from the new Linux or UNIX user to the system administrators. . Its main advantages are: * Full integration with the new GNOME Control Center. * An user-friendly interface to carry out the main administration tasks. * The use of a common user interface in every system. * A common structure that makes easy the development of new system tools. Nowadays there are tools for managing: - Users and groups - Date and time - Network options - Services - Shares (NFS and Samba) Package: gnome-network-admin Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, gnome-system-tools Conflicts: gnome-system-tools (<< 2.29.1-0ubuntu1) Replaces: gnome-system-tools (<< 2.29.1-0ubuntu1) Description: GNOME Network Administration Tool The GNOME System Tools are a fully integrated set of tools aimed to make easy the job that means the computer administration on an UNIX or Linux system. They're thought to help from the new Linux or UNIX user to the system administrators. . This package provides network-admin, a program to specify the way your system connects to other computers and to the Internet. . This is a transitional package Package: gnome-time-admin Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, gnome-system-tools Conflicts: gnome-system-tools (<< 2.32.0-0ubuntu6) Replaces: gnome-system-tools (<< 2.32.0-0ubuntu6) Description: GNOME Time Administration Tool The GNOME System Tools are a fully integrated set of tools aimed to make easy the job that means the computer administration on an UNIX or Linux system. They're thought to help from the new Linux or UNIX user to the system administrators. . This package provides time-admin, a program to specify the time and date of your system. . This is a transitional packagedebian/source/0000775000000000000000000000000012272646146010502 5ustar debian/source/format0000664000000000000000000000001412272646146011710 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000135512272646146010266 0ustar #!/usr/bin/make -f DEB_DESTDIR = $(CURDIR)/debian/gnome-system-tools include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk include /usr/share/cdbs/1/rules/autoreconf.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk LDFLAGS += -Wl,-z,defs -Wl,-O1 DEB_CONFIGURE_EXTRA_FLAGS += --disable-schemas-install \ --disable-nautilus \ --disable-scrollkeeper \ --disable-services TARBALL_EXT = tar.bz2 DEB_DH_MAKESHLIBS_ARGS_gnome-system-tools += --no-act binary-install/gnome-system-tools:: rm -rfv debian/gnome-system-tools/var/scrollkeeper build/gnome-system-tools:: cd doc/network; make pot cd doc/time; make pot cd doc/users; make pot debian/changelog0000664000000000000000000014111212310040714011032 0ustar gnome-system-tools (3.0.0-3ubuntu4) trusty; urgency=medium * Add 12_fix_exit.patch: Drop unneeded g_object_unref call to fix a segmentation fault on exit after a new user has been created. Adjust gst_users_tool_finalize to fix some warnings/error messages. Thanks Thaddäus Tintenfisch! (LP: #1185396) -- Martin Pitt Wed, 12 Mar 2014 12:14:31 +0100 gnome-system-tools (3.0.0-3ubuntu3) trusty; urgency=medium * debian/patches/the_admin_group_is_sudo.patch: Change no longer used "admin" group to "sudo", thanks Thaddäus Tintenfisch (LP: #1016932) -- Sebastien Bacher Wed, 26 Feb 2014 11:16:13 +0100 gnome-system-tools (3.0.0-3ubuntu2) trusty; urgency=medium * Make all files install in gnome-system-tools. - Regression from 3.0.0-3ubuntu1 -- Jackson Doak Fri, 31 Jan 2014 08:10:23 +0100 gnome-system-tools (3.0.0-3ubuntu1) trusty; urgency=medium * Merge from Debian, remaining changes: - Drop gnome-control-center to Suggests - debian/rules: Disable services-admin, does not work with upstart. - 10_disable_interfaces.patch: gnome-network-admin on UbuntuStudio doesnt allow to configure either wired networks or wireless. Expose the connections tab and locations combo box on derivatives that don't use Network Manager (LP #570828) - update debian/patches/10_disable_interfaces.patch - Add patches, see patch headers: + 25_sambashare_group_definition.patch + 26_user_profiles_conf.patch + 80_gst-packages-common.patch + 81_gst-packages-shares-admin.patch + 82_gst-packages-time-admin.patch + 91_shares_services_detection.patch + 95_timezone_point_selection.patch + 96_ubuntu_ntp_pool.patch + fix-missing-header-ftbfs-amd64.patch + remove_g_thread_init.patch * Drop underlinking.patch, fixed in debian * No longer split out gnome-time-admin, gnome-network-admin. Not needed - Make transition packages for their removal, delete after trusty -- Jackson Doak Tue, 21 Jan 2014 07:24:17 +0100 gnome-system-tools (3.0.0-3) unstable; urgency=low [ Josselin Mouette ] * Update repository URL. [ Andreas Henriksson ] * Set TARBALL_EXT = tar.bz2 in debian/rules since there are no xz tarball for gnome-system-tools 3.0.0. * Add debian/patches/gthread.patch (Closes: #713720) * Add debian/patches/time-libm.patch -- Andreas Henriksson Thu, 03 Oct 2013 23:10:42 +0200 gnome-system-tools (3.0.0-2ubuntu2) raring; urgency=low * d/p/underlinking.patch: add missing -lm to time-admin link to fix FTBFS. -- Robie Basak Fri, 05 Apr 2013 13:36:20 +0000 gnome-system-tools (3.0.0-2ubuntu1) precise; urgency=low * Merge from Debian, remaining changes: - Split out gnome-network-admin - Split out gnome-time-admin - Drop gnome-control-center to Suggests - 25_sambashare_group_definition.patch - 26_user_profiles_conf.patch - 80_gst-packages-common.patch - 81_gst-packages-shares-admin.patch - 82_gst-packages-time-admin.patch - 91_shares_services_detection.patch - 95_timezone_point_selection.patch - 96_ubuntu_ntp_pool.patch - fix-missing-header-ftbfs-amd64.patch * debian/patches/80_gst-packages-common.patch, debian/patches/81_gst-packages-shares-admin.patch: - Update for GTK+ 3 * debian/patches/92_fix_add_needed_linking.patch, debian/patches/97_fix_setting_password_from_random_entry.patch: - Dropped, applied upstream * debian/patches/remove_g_thread_init.patch: - Remove obsolete and dropped API g_thread_init() -- Michael Terry Fri, 16 Dec 2011 17:08:20 -0500 gnome-system-tools (3.0.0-2) unstable; urgency=low * debian/patches/62_no_gettext.patch: - Updated. Fix GETTEXT_PACKAGE variable substitution so the translations are installed under the correct name. Closes: #647511 -- Michael Biebl Thu, 24 Nov 2011 20:55:06 +0100 gnome-system-tools (3.0.0-1) unstable; urgency=low * New upstream release. Closes: #642978 * debian/watch: - Track .bz2 tarballs. * debian/control.in: - Bump Build-Depends on liboobs-1-dev to (>= 2.91.1). - Bump Build-Depends on libglib2.0-dev to (>= 2.25.3). - Bump Build-Depends on system-tools-backends-dev to (>= 2.10.1). - Replace Build-Depends on libgtk2.0-dev with libgtk-3-dev (>= 2.91). - Replace Build-Depends on libpolkit-gtk-1-dev with libpolkit-gobject-1-dev (>= 0.97). - Drop Build-Depends on libgconf2-dev. - Add Vcs-* fields. - Bump Standards-Version to 3.9.2. No further changes. * Bump debhelper compatibility level to 8. * Use dh-autoreconf to update the build system: - Add Build-Depends on dh-autoreconf. - Drop debian/patches/90_relibtoolize.patch. - Add autoreconf.mk include to debian/rules. * debian/patches/62_no_gettext.patch: - Don't use both intltool and gettext since newer versions of intltool conflict with gettext. * Refresh patches. -- Michael Biebl Sat, 22 Oct 2011 20:24:21 +0200 gnome-system-tools (2.32.0-0ubuntu8) oneiric; urgency=low * Add fix-missing-header-ftbfs-amd64.patch to resolve a missing header that caused a FTBFS on amd64/ia64. (LP: #766040) -- Daniel T Chen Tue, 30 Aug 2011 17:55:27 -0400 gnome-system-tools (2.32.0-0ubuntu7) natty; urgency=low * debian/patches/97_fix_setting_password_from_random_entry.patch: Fix setting password from random entry, patch taken from upstream (LP: #742598) -- Lorenzo De Liso Wed, 30 Mar 2011 15:16:20 +0200 gnome-system-tools (2.32.0-0ubuntu6) natty; urgency=low * Split time-admin into its own package, gnome-time-admin, so we can include it in certain flavors but not others. LP: 732757 -- Michael Terry Mon, 14 Mar 2011 10:33:58 -0400 gnome-system-tools (2.32.0-0ubuntu5) natty; urgency=low * Add 96_ubuntu_ntp_pool.patch: Offer Ubuntu specific NTP servers; pool.ntp.org offers geolocation and automatic QA. Thanks Xavier Robin for coordinating the setup of the Ubuntu ntp.org pool and preparing the patch! (LP: #104525) -- Martin Pitt Tue, 08 Feb 2011 16:46:57 +0100 gnome-system-tools (2.32.0-0ubuntu4) natty; urgency=low * debian/patches/95_timezone_point_selection.patch: Fix selecting a timezone while running on compiz: compute the point we're at when the map gets clicked. (LP: #697974) -- Mathieu Trudel-Lapierre Fri, 14 Jan 2011 03:16:03 +0000 gnome-system-tools (2.32.0-0ubuntu3) natty; urgency=low * Replace "cracklib2-dev" with "libcrack2-dev" in Build-Depends. * debian/patches/92_fix_add_needed_linking.patch: Reorder time_admin_LDADD to fixing linking with --add-needed. -- Michael Bienia Thu, 06 Jan 2011 11:07:14 +0100 gnome-system-tools (2.32.0-0ubuntu2) natty; urgency=low [ Milan Bouchet-Valat ] * Add 91_shares_services_detection.patch: Work around missing Upstart support by checking for installed files instead of SysV init scripts which no longer exist. (LP: #574046) -- Martin Pitt Fri, 26 Nov 2010 11:53:58 +0100 gnome-system-tools (2.32.0-0ubuntu1) maverick; urgency=low * New upstream release * debian/watch: - Update version matcher to work -- Michael Terry Mon, 27 Sep 2010 14:11:27 -0400 gnome-system-tools (2.31.92-0ubuntu1) maverick; urgency=low * New upstream release: - Don't allow locked accounts to use password-less login - Updated translation -- Didier Roche Mon, 13 Sep 2010 18:06:15 +0200 gnome-system-tools (2.31.91-0ubuntu1) maverick; urgency=low * New upstream release * debian/control: - Bump build-depends on liboobs-1-dev, libgtk2.0-dev, libglib2.0-dev, system-tools-backends-dev - Drop build-depends on libgconf2-dev * debian/gnome-system-tools.install: - Install gsettings schema instead of gconf schema * debian/patches/12_users_string_change.patch: - Applied upstream -- Robert Ancell Wed, 01 Sep 2010 18:17:22 +1000 gnome-system-tools (2.30.2-2) unstable; urgency=low * debian/control.in: - Remove cracklib2-dev from Build-Depends, it's not used since 2003. Closes: #598172. -- Emilio Pozuelo Monfort Mon, 27 Sep 2010 14:18:04 +0200 gnome-system-tools (2.30.2-1ubuntu4) maverick; urgency=low * Fix LP: #570828 - gnome-network-admin on UbuntuStudio doesnt allow to configure either wired networks or wireless. Expose the connections tab and locations combo box on derivatives that don't use Network Manager - update debian/patches/10_disable_interfaces.patch * Fix LP: #529744 - When creating a new user, "Shortname" should really be "Username" - add debian/patches/12_users_string_change.patch - update debian/patches/series -- Chris Coulson Mon, 23 Aug 2010 17:04:08 +0100 gnome-system-tools (2.30.2-1ubuntu3) maverick; urgency=low * debian/control.in: - Revert gnome-control-center back to Suggests rather than Recommends. This was previously lost during the merge at 2.30.1-2ubuntu1. -- Mario Limonciello Sun, 20 Jun 2010 00:01:49 -0500 gnome-system-tools (2.30.2-1ubuntu2) maverick; urgency=low * debian/control.in: - Build-depend on gnome-common -- Robert Ancell Fri, 11 Jun 2010 16:39:10 +1000 gnome-system-tools (2.30.2-1ubuntu1) maverick; urgency=low * Merge with debian unstable, remaining Ubuntu changes: * debian/control.in: - Build-depend on libpango1.0-dev - Add Vcs-Bzr URL link - Add gnome-network-admin package * debian/rules: - Run autotools on build - Don't build services-admin - Build POT files * debian/gnome-network-admin.*: * debian/gnome-system-tools.*: - Put network-admin in it's own package * debian/patches/25_sambashare_group_definition.patch: - Add sambashare to known groups * debian/patches/26_user_profiles_conf.patch: - Don't add new user to audio group * debian/patches/80_gst-packages-common.patch: - Used by following 2 patches * debian/patches/81_gst-packages-shares-admin.patch: - Install nfs-kernel-server and samba on demand * debian/patches/82_gst-packages-time-admin.patch: - Install ntp on demand * debian/patches/90_relibtoolize.patch: - Not required, autotools now run on build * debian/watch: - Watch unstable series -- Robert Ancell Fri, 11 Jun 2010 16:06:30 +1000 gnome-system-tools (2.30.2-1) unstable; urgency=low * New upstream bugfix release: + debian/patches/90_relibtoolize.patch: - Regenerated for the new version. -- Sebastian Dröge Mon, 31 May 2010 10:44:42 +0200 gnome-system-tools (2.30.1-2) unstable; urgency=low * debian/patches/61_outdated_docs.patch - Don't build and install broken nl documentation for time-admin. * debian/patches/90_relibtoolize.patch - Re-add update instructions to the patch header and refresh again for the changes in 61_outdated_docs.patch. -- Michael Biebl Wed, 05 May 2010 19:45:28 +0200 gnome-system-tools (2.30.1-1) unstable; urgency=low [ Josselin Mouette ] * Bump system-tools-backends runtime dependency to the same version as the build-time one. [ Michael Biebl ] * New upstream bugfix release. [ Sebastian Dröge ] * debian/patches/90_relibtoolize.patch: + Updated for the new version. -- Sebastian Dröge Wed, 05 May 2010 17:13:53 +0200 gnome-system-tools (2.30.0-1) unstable; urgency=low * New upstream release. * debian/control.in: - Standards-Version is 3.8.4, no changes needed. - Bump system-tools-backends-dev to 2.9.4 and liboobs-1-dev to 2.29.91. * Switch to source format 3.0 (quilt). - Add debian/source/format. - Drop quilt from Build-Depends. - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk include. * debian/patches/02_dont_check_for_nautilus_when_not_building_it.patch, debian/patches/03_duplicated_field_desktop_file.patch, debian/patches/40_more-groups.patch: - Removed, applied upstream. * debian/patches/10_disable_interfaces.patch: - Refreshed. -- Luca Bruno Sat, 10 Apr 2010 11:40:49 +0200 gnome-system-tools (2.30.0-0ubuntu2) lucid; urgency=low * debian/patches/82_gst-packages-time-admin.patch: - Switch time combobox to "Keep synchronized with Internet servers" after having installed NTP support (Xiegai Shan) (LP: #551936) -- Didier Roche Wed, 14 Apr 2010 21:27:37 +0200 gnome-system-tools (2.30.0-0ubuntu1) lucid; urgency=low * New upstream release: - Fix a few compiler warnings (Andre Klapper, Bug 612805) - Only update Real name in case of success - Force updating groups when showing groups dialog - Fix hang when new and old password only differ in case - Fix hang when changing empty password to something else - Fix hiding "encrypt home folder" option when not supported - Fix "Reload config?" dialog shown after creating a group - Remove duplicate deletion of groups - Replace UTF-8 characters escaped by Glade (Gabor Kelemen, Bug 613115) - Remove placeholder strings - Mark a string as translatable - Fix warning when NO_PASSWD_LOGIN group doesn't exist -- Robert Ancell Thu, 01 Apr 2010 11:07:35 +1100 gnome-system-tools (2.29.92-0ubuntu1) lucid; urgency=low * New upstream release: - Update main view fields after changing settings - Gracefully handle non-existent groups listed in user profiles - Work around an adduser limitation that makes it fail when a group using the new login already exists - Support account password locking/unlocking * debian/control.in: - Bump build-depends on systems-tools-backends-dev to 2.9.4 - Bump gnome-system-tools depends on systems-tools-backends to 2.9.4 -- Robert Ancell Thu, 25 Mar 2010 17:39:34 +1100 gnome-system-tools (2.29.91-0ubuntu2) lucid; urgency=low * debian/patches/26_user_profiles_conf.patch: - Don't add users to the audio group. This is consistent with user-setup and fixes an issue with sound device permissions when switching between users. Thanks to Igor Wojnicki for spotting this (LP: #433654) -- Chris Coulson Sun, 07 Mar 2010 11:56:59 +0000 gnome-system-tools (2.29.91-0ubuntu1) lucid; urgency=low * New upstream version * Common - Add nfs-common and nfs-server to the services list * Users - Fix crash when main group isn't set - Fix hang when configuration files are updated while the tool is running - Fix selecting current user on start, and ensure we always show it in the list - Always make new users own their home directory, if it already existed - Unreference users and groups on exit to allow them to clear their data - Small cosmetic improvements * Time - Fix time-admin crash due to broken callbacks - Don't update NTP configuration on every start * debian/control: - Bump liboobs-dev build-dep to 2.29.91 * Refreshed patches: - 10_disable_interfaces.patch - 82_gst-packages-time-admin.patch - 90_relibtoolize.patch -- Chris Coulson Thu, 18 Feb 2010 02:07:10 +0000 gnome-system-tools (2.29.90-0ubuntu1) lucid; urgency=low * New upstream version * Users - Fix hangs when changing own password with some PAM setups - Update password field to indicate whether password is empty and/or asked on login - Support disabled accounts, waiting for the backends to report this - Sort users and groups list, implement search (LP: #477324) - Don't resize window with long user names (LP: #514298) - Improve buttons string to be "Change..." - Fix "Reload Changes?" dialog shown after creating an user - Fix a few leaks of OobsUsers and OobsGroups * Services - Only commit changes to one service at a time, to avoid many harmful issues - Remove unlock button, ask for authentication on-the-fly - Improve appearance of services list, use some additional icons and known services * Shares - Don't create an OobsIfacesConfig object since it's not used and consumes memory * Fixes LP: #200105 * Refreshed patches: - 81_gst-packages-shares-admin.patch - 90_relibtoolize.patch * debian/control: - Bump liboobs-dev build-depend to 2.29.90 - Update Standards-Version to 3.8.4. No other changes required -- Chris Coulson Sun, 14 Feb 2010 18:03:45 +0000 gnome-system-tools (2.29.3-0ubuntu2) lucid; urgency=low * debian/patches/26_user_profiles_conf.patch: - Delete "scanner" group from user profiles. This group doesn't exist on Ubuntu, and the presence of it here makes it impossible to apply the profiles -- Chris Coulson Sat, 06 Feb 2010 14:51:47 +0000 gnome-system-tools (2.29.3-0ubuntu1) lucid; urgency=low * New upstream release (LP: #506365) - Move to new System Tools Backends protocol (new liboobs API). We now only commit changes to one user at a time, reducing the risk for dangerous bugs. - Include default profiles configuration file (user-profiles.conf). Distributors should modify it to suit their needs and send them back for inclusion. - When creating an user, don't force UID, main group, home directory and shell: these parameters are now handled (better) by the platform tools (LP: #488158, LP: #313990) - Allow removing home directory when deleting an user (LP: #426125). - Don't allow deleting the last administrator account, and warn when the user is losing its own admin rights. Same for active users (LP: #25947, LP: #349453) - Don't allow creating a group with an existing GID (LP: #491434) - Use UID and GID ranges defined by liboobs, depending on the platform's abilities. - Clear suggested login entry when Real name is emptied in the new user dialog. - Change GConf "showall" option to apply only on users. System groups are always shown, since they are the most interesting ones. - Various UI and string improvements. - Change password for current user by running 'passwd', to avoid breaking keyrings and encrypted dirs - Ask for PolicyKit authentication when it most makes sense, i.e. when showing dialogs - Option to set encrypted home directories when creating users (on platforms that support it) (LP: #302870) - When editing one group, only commit changes to that group - When changing Real name, update it in the users list (LP: #498970) - Select current user on start, and the first one after selected user has been deleted - Don't force updating configuration twice on start * Also fixes LP: #344182, LP: #208057, LP: #188757, LP: #372695, LP: #99276, LP: #160862 * debian/control: - Bump liboobs-dev build-dep to 2.29.3 * debian/gnome-system-tools.install: - Don't install debian/profile - Install upstream user-profiles.conf instead * Delete debian/profiles * Refreshed patches: - 25_sambashare_group_definition.patch - 90_relibtoolize.patch * Dropped debian/patches/85_user_gnome_about_me_for_password.patch: - The change is obsolete in the new version * debian/patches/82_gst-packages-time-admin.patch: - Updated to remove superfluous UI file changes, causing focus issues in the users-admin password change dialog. Thanks to Will for spotting this (LP: #501976) -- Chris Coulson Fri, 05 Feb 2010 15:30:10 +0000 gnome-system-tools (2.29.1-0ubuntu2) lucid; urgency=low * debian/patches/85_user_gnome_about_me_for_password.patch: - Updated to fall-back to using system-tools-backends to change active users password when gnome-about-me isn't available (LP: #484559) * debian/control: Suggest gnome-control-center rather than depending on it (LP: #497441) -- Chris Coulson Mon, 04 Jan 2010 00:43:00 +0000 gnome-system-tools (2.29.1-0ubuntu1) lucid; urgency=low * New upstream version (LP: #493855): - Users: + Complete rework of the user interface + Fix empty shells combo box + Fix GID wrongly set to 0 in group settings dialog + Add privilege groups from Debian + Always show system groups - Time: + Remove obsolete time servers - Network: + Bring back PPP connection type combo box, which was empty since the migration to GtkBuilder - debian/control: + Bump liboobs build-dep to 2.29.1 + Add build-dep on libpango1.0-dev - Dropped patches merged upstream: + 02_dont_check_for_nautilus_when_not_building_it.patch + 03_duplicated_field_desktop_file.patch + 40_more-groups.patch - Refreshed patches: + 01_wait_for_backends.patch + 10_disable_interfaces.patch - Move network-admin manpage to gnome-network-admin package and update conflicts/replaces * Sync with Debian unstable, remaining changes: - debian/control: + Add Vcs-Bzr URL info. + Depend on gnome-control-center so that gnome-about-me is available - Split network-admin in to separate gnome-network-admin package - Don't build services-admin - debian/patches/25_sambashare_group_definition.patch: + Add sambashare to known groups - debian/patches/81_gst-packages-shares-admin.patch: + Install nfs-kernel-server and samba on demand - debian/patches/82_gst-packages-time-admin.patch: + Install ntp on demand - debian/patches/80_gst-packages-common.patch: + Used by previous 2 patches - debian/patches/85_user_gnome_about_me_for_password.patch: + Use gnome-about-me to change the active users password. gnome-about-me doesn't force the change as root, and so allows things (e.g. ecryptfs) in the PAM stack to access the old password as it is changed. (LP: #307019) - debian/profiles: Add profiles - see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488256 - debian/rules: i18n magic - debian/watch: Watch unstable series -- Chris Coulson Sun, 06 Dec 2009 23:25:18 +0000 gnome-system-tools (2.28.2-1) unstable; urgency=low * New upstream release. - debian/patches/01_wait_for_backends.patch, debian/patches/02_dont_check_for_nautilus_when_not_building_it.patch, debian/patches/90_relibtoolize.patch: + Refreshed. -- Emilio Pozuelo Monfort Fri, 18 Dec 2009 16:15:05 +0100 gnome-system-tools (2.28.1-1) unstable; urgency=low * Let gnome-system-tools depend on policykit-1-gnome. * New upstream release. - debian/patches/90_relibtoolize.patch: + Refreshed. -- Emilio Pozuelo Monfort Fri, 23 Oct 2009 01:08:21 +0200 gnome-system-tools (2.28.0-1) unstable; urgency=low * New upstream release. - debian/patches/18_disable_uid.patch, debian/patches/26_users_home_dir.patch, debian/patches/50_min-max-gid.patch, debian/patches/60_save_crash.patch, debian/patches/62_postgresql.patch, debian/patches/63_hosts_crash.patch, debian/patches/85_users_fix_add_group.patch: + Removed, applied upstream. - debian/patches/10_disable_interfaces.patch, debian/patches/11_dont_show_shares.patch, debian/patches/40_more-groups.patch, debian/patches/61_outdated_docs.patch, debian/patches/90_relibtoolize.patch: + Refreshed to apply again. - debian/control.in: + Depend on system-tools-backends >= 2.8.1 as it has PolicyKit 1 support. Build depend on system-tools-backends-dev. + Build depend on libpolkit-gtk-1-dev instead of libpolkit-dbus-dev for PolicyKit 1 support. Remove dependency on policykit-gnome. Closes: #549526. + Bump libgtk2.0-dev build dependency to >= 2.16. * Standards-Version is 3.8.3, no changes needed. * 02_dont_check_for_nautilus_when_not_building_it.patch, 40_more-groups.patch: - Add headers. * debian/pixmaps/boot.xpm, debian/pixmaps/disks.xpm, debian/rules: - boot-admin and disks-admin are gone for good, remove related stuff. * debian/patches/03_duplicated_field_desktop_file.patch: - New patch, remove duplicated Version field from a desktop file. -- Emilio Pozuelo Monfort Sat, 03 Oct 2009 14:52:30 +0200 gnome-system-tools (2.22.2-1) unstable; urgency=low * New upstream release. - debian/patches/61_outdated_docs.patch: refreshed. * debian/watch: don't uupdate. * debian/patches/02_dont_check_for_nautilus_when_not_building_it.patch: New patch. Don't check for nautilus shares requirements when not building it. Closes: #536937. * debian/patches/90_relibtoolize.patch: regenerated. -- Emilio Pozuelo Monfort Tue, 11 Aug 2009 18:43:40 +0200 gnome-system-tools (2.22.1-6) unstable; urgency=low * 10_disable_interfaces.patch: new patch. Entirely disable interfaces management now that NM has all that’s needed. * network-admin.1: modify manual page accordingly. * Remove build-dep on libiw accordingly. * 90_relibtoolize.patch: relibtoolize on top of that. * 11_dont_show_shares.patch: new patch. Don’t show shares-admin by default in the menu. We want to promote gnome-user-share instead. * Stop suggesting samba and wvdial. * Remove gnome-network-admin package. * gnome-system-tools conflicts/replaces/provides g-n-a. * Remove useless debian/dirs. * 61_outdated_docs.patch: disable building of a broken and outdated document. * Disable the nautilus shares extension. -- Josselin Mouette Fri, 26 Jun 2009 21:16:56 +0200 gnome-system-tools (2.22.1-5) unstable; urgency=low * Revert 2.22.1-4 change with a brown paper bag, it’s useless since policykit depends on consolekit. * 26_users_home_dir.patch: patch from Ubuntu to allow changing root propertiew without making /home/root the new home directory. Closes: #488252. * gnome-network-admin conflicts with network-manager-gnome. Closes: #460691. * 85_users_fix_add_group.patch: patch from Ubuntu to always allow to create groups. Closes: #488249. -- Josselin Mouette Tue, 09 Jun 2009 16:43:21 +0200 gnome-system-tools (2.22.1-4) unstable; urgency=low * Depend on consolekit. Closes: #522946. -- Josselin Mouette Tue, 07 Apr 2009 21:17:24 +0200 gnome-system-tools (2.22.1-3) unstable; urgency=low * Standards version is 3.8.1. * Remove dependency on gksu. * Add missing dependency on policykit-gnome. Closes: #522247. * Pass --no-act to dh_makeshlibs. * Point the license to GPL-2. -- Josselin Mouette Tue, 07 Apr 2009 14:20:50 +0200 gnome-system-tools (2.22.1-2) unstable; urgency=low * Upload to unstable. * Downgrade nautilus requirement to build against nautilus 2.20 in unstable. -- Josselin Mouette Wed, 11 Mar 2009 22:35:57 +0100 gnome-system-tools (2.22.1-1) experimental; urgency=low * New upstream release. * Enable PolicyKit support by build-depending on libpolkit-dbus-dev. * 22_root_only.patch: dropped, useless with PolicyKit. * 61_network_auto.patch: dropped, merged upstream. * Require a system-tools-backends version with PolicyKit support. * gnome-network-admin depends on gnome-system-tools = binary:Version. * Build-depend on nautilus 2.22 to build the extension for the new version. * Don’t install the .a and .la with the nautilus extension. * 01_wait_for_backends.patch: wait for the connection to the backends to be established in case they are being autostarted. -- Josselin Mouette Sun, 04 Jan 2009 12:01:07 +0100 gnome-system-tools (2.22.0-3) unstable; urgency=low [ Emilio Pozuelo Monfort ] * debian/control.in: - Improve gnome-system-tools' description. Thanks to James Westby. Closes: #488255. [ Josselin Mouette ] * 61_network_auto.patch: patch from Ubuntu/upstream to add "auto" line in /etc/network/interfaces when needed. Closes: #488250. * 62_postgresql.patch: add postgresql-8.3 to supported databases. Closes: #492355. * 63_hosts_crash.patch: fix a crash when editing a host. Closes: #492653. -- Josselin Mouette Thu, 18 Sep 2008 16:06:24 +0200 gnome-system-tools (2.22.0-2) unstable; urgency=low * Added 60_save_crash.patch to fix crash on saving profiles. (Closes: #487351) * Update standard version to 3.8.0. No change required. -- Deng Xiyue Sat, 21 Jun 2008 15:47:44 +0800 gnome-system-tools (2.22.0-1) unstable; urgency=low * New upstream release. * Massive update to build-dependencies. + Strip the versioned build-dependency on scrollkeeper. Closes: #483583. * Refresh and update patches to apply cleanly. * 22_root_only.patch: don't switch uid for shares-admin, it does not connect to the session bus. * more-groups.patch renamed to 40_more-groups.patch. -- Josselin Mouette Mon, 09 Jun 2008 18:34:44 +0200 gnome-system-tools (2.20.0-6) unstable; urgency=low * Upload to unstable. * Add -v when rm-ing and use $(RM). -- Loic Minier Mon, 26 May 2008 15:25:06 +0200 gnome-system-tools (2.20.0-5) experimental; urgency=low * Fix list of omf directories to ship in gnome-system-tools. -- Loic Minier Tue, 13 May 2008 16:35:35 +0200 gnome-system-tools (2.20.0-4) experimental; urgency=low * Regenerate debian/pixmaps/shares.xpm with size 32 instead of 48. -- Loic Minier Tue, 13 May 2008 16:14:53 +0200 gnome-system-tools (2.20.0-3) experimental; urgency=low * Add a new gnome-network-admin package for network-admin; based on a patch by Robert Millan; closes: #460691. - Target at experimental for NEW. - gnome-network-admin depends on gnome-system-tools for translations. - gnome-network-admin replaces gnome-system-tools (<< 2.20.0-3) as it now ships the help manual, menu files etc. - Add per package debian/*.install and debian/*.menu files; drop debian/install and debian/menu. - Add a new entry in the control file. * Fix menu entries to use Applications/System/Administration instead of Apps/System. * Add a XPM for shares-admin. -- Loic Minier Mon, 12 May 2008 21:20:56 +0200 gnome-system-tools (2.20.0-2) unstable; urgency=low [ Sam Morris ] * Added more-groups.patch: adds fuse, lpadmin, netdev, powerdev, vboxusers and video groups to users-admin. [ Loic Minier ] * New patch, 50_min-max-gid, fixes Minimum versus Maximum GID in users-admin; thanks Kenrick Bingham and Goswin von Brederlow; GNOME #526590; closes: #305842. * Depend on system-tools-backends. * Bump up Standards-Version to 3.7.3. * Cleanup rules. * Drop Debian revisions in build-deps. -- Loic Minier Sun, 06 Apr 2008 23:33:54 +0200 gnome-system-tools (2.20.0-1) unstable; urgency=low [ Niv Sardi ] * Add 02_amd64_fix.patch that should prevent segfaults on AMD64 arch thanks to Dann Frazier (closes: #423867: gnome-system-tools: get_services_tool_new() implicitly converted to pointer) (closes: #423868: gnome-system-tools: connectino_combo_get_value() implicitly converted to pointer) [ Josselin Mouette ] * New upstream release. * Drop 02_amd64_fix.patch, integrated upstream. * Build-depend on libdbus-1-dev and intltool. * Drop build-depends on libxml2-dev, patchutils, zlib1g-dev, libpopt-dev, libgnomeui-dev and python. * Switch to quilt for patch handling; build-depend on quilt. * Refresh patches to apply cleanly. * Make gksu a dependency. -- Josselin Mouette Sun, 25 Nov 2007 13:54:54 +0100 gnome-system-tools (2.18.1-1) unstable; urgency=low [ Niv Sardi ] * Bug fix: "network-admin command fails with error:The entered password is invalid Check that you typed it correctly and that you haven't activated the "caps lock" key although correct passwd", thanks to Prakash J Kokkatt (Closes: #422360). (Conflict on old STB). * Updated menu file. [ Riccardo Setti ] * New upstream release. * Bumped debhelper compatibility to 5. * Dropped 64_gksu-in-desktop-files.dpatch in favour of 22_root_only.dpatch. * Added 18_disable_uid.dpatch. * Added libboobs build-dep, bumped libgtk2.0 build-dep according to configure. * Added libart-2.0-dev, libiw-dev as build-depends. [ Sven Arvidsson ] * Add basic man pages (Closes: #406262) [ Loic Minier ] * Wrap build-deps and deps. * Cleanups. * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on cdbs >= 0.4.41. * Conflict with system-tools-backends << 2.2, not >= 2.2. -- Loic Minier Sat, 12 May 2007 10:58:55 +0200 gnome-system-tools (2.14.0-4) UNRELEASED; urgency=low * Build-depend on pkg-config. * Build-depend on system-tools-backends-dev (<< 1.9.0). -- Loic Minier Thu, 11 Jan 2007 09:56:50 +0100 gnome-system-tools (2.14.0-3) unstable; urgency=medium * Add a get-orig-source target to retrieve the upstream tarball. * Add missing build-dep: libgtk2.0-dev (>= 2.6.0). * Bump insufficient build-dep: system-tools-backends-dev (>= 1.3.0). -- Loic Minier Wed, 10 Jan 2007 10:22:43 +0100 gnome-system-tools (2.14.0-2) unstable; urgency=low * Merge diff from 2.14.0-1.1 NMU (Closes: #309932) and ack NMU (Closes: #365392), thanks Luk Claes. * Fix watch file. * Remove more files related to boot-admin such as the documentation and Glade interface, thanks rkasan. (Closes: #384675) * Bump up Standards-Version to 3.7.2. -- Loic Minier Sat, 26 Aug 2006 09:54:18 +0200 gnome-system-tools (2.14.0-1.1) unstable; urgency=medium * Non-maintainer upload. * Don't enable building boot-admin as it is still experimental (Closes: #309932). -- Luk Claes Sat, 29 Apr 2006 19:19:53 +0200 gnome-system-tools (2.14.0-1) unstable; urgency=low * New upstream version. * Add build-dep on gnome-doc-tools. * Disable scrollkeeper at build time. * Remove /var/scrollkeeper stuff installed by translations not converted to gnome-doc-utils. * Drop relibtoolisation patch. -- Dafydd Harries Wed, 29 Mar 2006 18:43:45 +0100 gnome-system-tools (1.4.1-2) unstable; urgency=low [ J.H.M. Dassen (Ray) ] * [debian/patches/01_relibtoolise.dpatch] Added; does away with unused direct dependencies. [ Loic Minier ] * Doesn't seem to need a xlibs-dev dep. (Closes: #346720) [debian/control, debian/control.in] -- Loic Minier Mon, 9 Jan 2006 22:25:07 +0100 gnome-system-tools (1.4.1-1) unstable; urgency=low * New upstream release. * Remove patch 32_missing-gst-platform-include.dpatch, it was included by upstream. -- Ondřej Surý Fri, 30 Dec 2005 15:18:57 +0100 gnome-system-tools (1.4.0-4) unstable; urgency=high * Urgency high for RC bug fix. * Add misc:Depends to pull a gconf dependency. (Closes: #333116) [debian/control, debian/control.in] -- Loic Minier Tue, 11 Oct 2005 21:52:46 +0200 gnome-system-tools (1.4.0-3) unstable; urgency=low * List debian/patches/32_missing-gst-platform-include.dpatch in debian/patches/00list, really closes: #330104. [debian/patches/00list] -- Loic Minier Mon, 3 Oct 2005 21:26:46 +0200 gnome-system-tools (1.4.0-2) unstable; urgency=low * Section is optional not extra. [debian/control, debian/control.in] * Add patch to fix missing include; patch by Dann Frazier AT hp.com. (Closes: #330104) [debian/patches/32_missing-gst-platform-include.dpatch] -- Loic Minier Sun, 2 Oct 2005 19:41:58 +0200 gnome-system-tools (1.4.0-1) unstable; urgency=low [ Josselin Mouette ] * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. [ Loic Minier ] * New upstream releases. * Fix usage of Copyright and License [debian/copyright] * Update FSF address. [debian/copyright] * Bump up Standards-Version to 3.6.2. [debian/control, debian/control.in] * Bump system-tool-backends dep to >= 1.3.0. [debian/control, debian/control.in] * Update watch file for 1.4 series. [debian/watch] * Suggest ntp instead of ntp-simple. [debian/control, debian/control.in] * Change := to += for configure flags. [debian/rules] * Fix dpatch and add a new patch inspired by Ubuntu to use gksu in desktop files. [debian/rules, debian/patches/00list, debian/patches/64_gksu-in-desktop-files.dpatch] * Recommend gksu. [debian/control, debian/control.in] -- Loic Minier Fri, 16 Sep 2005 22:18:44 +0200 gnome-system-tools (1.2.0-2) unstable; urgency=low * Upload to unstable (GNOME Team upload). * Deactivated services support which is too buggy and not adequate with Debian systems (thanks to Clement `nodens' Hermann for his nice testing report). * Removed clean rule hack to work around #299010. * Minor description update. * Removed services menu entry and added disks menu entry with corresponding xpm image. -- Marc Dequènes (Duck) Sun, 12 Jun 2005 20:14:08 +0200 gnome-system-tools (1.2.0-1) experimental; urgency=low * Marq Dequènes (Duck): + New upstream release (Closes: #300593). + Removed the following patches now obsolete : - 05_sarge.dpatch - 10_relibtoolize.dpatch + Suggests 'wvdial' useful for networking tool (Closes: #291881). + Suggests 'ntp-simple' instead of 'ntp' (Closes: #290370). + Converted to CDBS (could not resist the temptation ;-). + Rewrote 'debian/copyright'. + Removed 'ximian-setup-tools' transitional package. + Fixed 'debian/menu'. - unquoted-string-in-menu-item - menu-icon-not-in-xpm-format - s/runlevel/services/ + Removed unnecessary call to ldconfig in maintainer scripts (CDBS parameter in 'debian/rules'). + Activated 'services' and 'disks' tools to test them in experimental and see if they can now be trusted (like 'boot' tool was enabled in 2.8). * Jose Carlos: + Add watch file for this package. -- Jose Carlos Garcia Sogo Sat, 7 May 2005 17:42:10 +0200 gnome-system-tools (1.0.0-1) unstable; urgency=medium * New upstream release + Updated translations for GNOME 2.8 release * debian/rules: + Don't build services tool, as it is causing lot of troubles in Debian, moving around services. (Closes: #271859, 188425) * debian/patches: + 10_relibtoolize: updated -- Jose Carlos Garcia Sogo Sun, 26 Sep 2004 10:56:25 +0200 gnome-system-tools (0.92.0-1) unstable; urgency=medium * New upstream release. * Urgency medium as we still have a chance to put this version in Sarge, which is interesting for the LSB check fix (below) * debian/patches: - 05_sarge: modified. check_debian patch now included upstream, adding a patch for people going through check_lsb instead. - 10_relibtoolize: updated. * debian/rules: - enable compilation of boot and services tools * Menu organization complies with GNOME usage. (Closes: #254483, #237485) -- Jose Carlos Garcia Sogo Wed, 8 Sep 2004 22:07:04 +0200 gnome-system-tools (0.90.0-3) unstable; urgency=low * debian/rules: + Using now dh_scrollkeeper and dh_gconf. This should move schemas to /etc to /usr, where they belong. -- Jose Carlos Garcia Sogo Fri, 6 Aug 2004 22:24:41 +0200 gnome-system-tools (0.90.0-2) unstable; urgency=low * The "I'm quicker than FTBFS bug submitters" release. * Added missing Build-Dependency on scrollkeeper. -- Jose Carlos Garcia Sogo Fri, 6 Aug 2004 18:27:33 +0200 gnome-system-tools (0.90.0-1) unstable; urgency=low * New upstream version. (Closes: #258228) + /etc/hostname ended with newline. (Closes: #258551) + it handles correctly multiboot configs. (Closes: #193300) * /etc/hostname shouldn't contain fqdn (Closes: #258550) * debian/patches: + 05_sarge: fix detection of Sarge, now that /etc/debiaan_version contains 3.1. Patch from Frederic Peters (Closes: #262080) + 10_relibtoolize: updated * debian/control.in + removed libvte-dev and libcracklib2-dev Build-Dependency, as they're not needed any longer. -- Jose Carlos Garcia Sogo Wed, 4 Aug 2004 16:46:06 +0200 gnome-system-tools (0.33.0-1) unstable; urgency=low * New upstream release (Closes: #249759) - Fixes problem with "Less" option not returning to "graphical mode" (Closes: #231129) - Offers a valid group id or new group (Closes: #211736) - Init tool now ignores backups (Closes: #203801) * debian/patches: 10_relibtoolize.dpatch -- Jose Carlos Garcia Sogo Sat, 29 May 2004 10:36:51 +0200 gnome-system-tools (0.32.0-2) unstable; urgency=low * Build-Depend in libxml-parser-perl to fix intltool FTBFS. This is a strange method, but... (Closes: #230952) -- Jose Carlos Garcia Sogo Sat, 21 Feb 2004 17:10:59 +0100 gnome-system-tools (0.32.0-1) unstable; urgency=low * New upstream release. (Closes: #232539) * Users-admin patch applied upstream. * Fixed again issue with intltool failing on buildds (Closes: #230952) -- Jose Carlos Garcia Sogo Sat, 14 Feb 2004 20:10:08 +0100 gnome-system-tools (0.31.0-3) unstable; urgency=high * Applied patch from upstream to fix users-admin deleting /etc/group file. Urgency high as this package was pushed to sarge so meta-gnome2 could do it. (Closes: #227683) * Using dpatch now. Build-Depend on it. * Fixed menu entry for runlevel admin. (Closes: #228332) * Re-intltoolize to be able to build the pakage with intltool 0.29 -- Jose Carlos Garcia Sogo Sat, 24 Jan 2004 20:46:07 +0100 gnome-system-tools (0.31.0-2) unstable; urgency=low * Modified src/common/CommonMakefile so those .desktop file are not installed in $(DESTDIR)$(DESTIDR)/$(applications) which caused them to be packaged in /home/jose/devel/gst... (Closes: #226377) -- Jose Carlos Garcia Sogo Tue, 6 Jan 2004 12:43:35 +0100 gnome-system-tools (0.31.0-1) unstable; urgency=low * New upstream release. * Added intltool build dependency. -- Jose Carlos Garcia Sogo Sat, 3 Jan 2004 18:37:39 +0100 gnome-system-tools (0.30.0-1) unstable; urgency=low * The "Xmas is here. BUY NOW!" release. * New upstream version. + Includes NMU path in backends/time-conf.in * ACK of previous NMU. (Closes: #220801) * Standars-Version upped to 3.6.1. No changes needed. -- Jose Carlos Garcia Sogo Sun, 14 Dec 2003 16:53:28 +0100 gnome-system-tools (0.29.0-0.1) unstable; urgency=low * Non-Maintainer Upload. * New upstream release (closes: #208450). + doesn't do unwanted changes to grub's configuration (closes: #215595, #198973). + boot-admin now groks devfs and separate /boot partitions (closes: #198974) + fixes syntax error in time-conf backend (closes: #217607, #199115, #206006). * backends/backends/service.pl.in: make gst_service_sysv_installed() accept two arguments. Patch from Alvaro del Castillo . * backends/backends/time-conf.in: + create a "debian-3.0" platform and configure it to look for ntp-simple or ntp-refclock init scripts (closes: #200192). * debian/control: + remove tabs from long description (closes: #215595). + suggest samba-common (closes: #198721). + add a recommendation to remove x-s-t in its long description. * debian/rules: + remove gnome-system-tools.schemas on clean. -- Jordi Mallach Fri, 14 Nov 2003 15:14:49 +0100 gnome-system-tools (0.26.1-1) unstable; urgency=low * New upstream release: - Grub config is not destroyed any more. (Closes: #194640) * Description improved. Now it should be clearer for users and also you should find GST when looking for "network config" or so using apt-cache. (Closes: #197892) -- Jose Carlos Garcia Sogo Wed, 18 Jun 2003 21:03:23 +0200 gnome-system-tools (0.26.0-1) unstable; urgency=low * New upstream release. * Added programs to Debian menu. (Closes: #193089) * ximian-setup-tools package is "arch: all" now. (Closes: #193965) -- Jose Carlos Garcia Sogo Thu, 22 May 2003 23:49:56 +0200 gnome-system-tools (0.25.0-1) unstable; urgency=low * New upstream version: - Added IPv6 support. (Closes: #170900) * Added a XST transitional package to upgrade from Woody automatically. -- Jose Carlos Garcia Sogo Tue, 6 May 2003 21:09:22 +0200 gnome-system-tools (0.24.0-1) unstable; urgency=low * New upstream version. Bugfixes. -- Jose Carlos Garcia Sogo Wed, 12 Mar 2003 22:17:30 +0100 gnome-system-tools (0.23.0-1) unstable; urgency=low * The "I've tomorrow Sanitaria exam" release. + Changed how 'su' is called. (Closes: #174953) + Nautilus system-settings URL is now populated. (Closes: #169166) + Time tool fixed. (Closes: #171106, #173894) * Font config tool was removed when XST was ported to Gnome 2 and start being named GST. (Closes: #128108) * Cleaned some not needed Build-Depends, and added libvte and libgconf2.. * Removed undocumented(7) links for different tools. * Bumped Standars-Version to 3.5.9 (Yeah! I have supercow-powers!) -- Jose Carlos Garcia Sogo Fri, 21 Feb 2003 22:56:54 +0100 gnome-system-tools (0.22.0-1) unstable; urgency=low * New upstream release. (Closes: #171712) * Patch applied from upstream CVS to correct platform.pl detection system. It now uses "uname" to guess the platform we're running on. (Closes: #171126) * Changed Build-Dependency on xlibs6g for xlibs-dev one. (Closes: #170173) * Upped Standars-Version to 3.5.8 -- Jose Carlos Garcia Sogo Mon, 16 Dec 2002 21:04:15 +0100 gnome-system-tools (0.21.0-1) unstable; urgency=low * New upstream release (Closes: #161135) * Changed the name to gnome-system-tools (GST). * Patched backend/platform.pl.in to properly detect Debian if lsb-release package is installed. (Closes: #149411) * Reinstalled files needed for GNOME Control Center support, as this is the GNOME2 port of GST. * Added a patch to detect Debian "testing/unstable". -- Jose Carlos Garcia Sogo Sat, 9 Nov 2002 22:54:56 +0100 ximian-setup-tools (0.11.0-3) unstable; urgency=low * Added lost Build-Depends. (Closes: #126509) * Removed files installed in /usr/share/control-center until this package can be compiled with GNOME Control Center support. (Closes: #127474) -- Jose Carlos Garcia Sogo Sun, 20 Jan 2002 17:31:06 +0000 ximian-setup-tools (0.11.0-2) unstable; urgency=low * backends/platform.in.pl: applied the patch from upstream to detect Debian Woody. This patch is now included in CVS. (Closes: #125717) -- Jose Carlos Garcia Sogo Wed, 19 Dec 2001 15:13:17 +0100 ximian-setup-tools (0.11.0-1) unstable; urgency=low * New upstream release. HURRAY!! * Compiled with '--without-archiver' option to avoid dependency on GNOME Control Center >= 1.5 until it is available in Debian. * This new version can compile with latest libgal. (Closes: #116465) * config-{guess,sub} updated (Closes: #114996) * backends/platform.pl.in: patch applied to correctly detect Debian 3.0 woody. Thanks to Gergely Nagy. -- Jose Carlos Garcia Sogo Mon, 17 Dec 2001 23:26:53 +0100 ximian-setup-tools (0.6.0-4) unstable; urgency=low * Built with libgal11 (Closes: #110767) -- Jose Carlos Garcia Sogo Fri, 31 Aug 2001 14:27:19 +0200 ximian-setup-tools (0.6.0-3) unstable; urgency=low * Added a missing perl dependency. I had used dh_perl for that, but the perl scripts that the package include use #!/usr/bin/env perl, instead of #!/usr/bin/perl which is the line recognized by dh_perl. * Linked all the binaries manpage with the undocumented(7) manpage. * debian/rules: now support DEB_BUILD_OPTIONS. -- Jose Carlos Garcia Sogo Wed, 22 Aug 2001 23:32:55 +0200 ximian-setup-tools (0.6.0-2) unstable; urgency=low * Compiled with gettext support (I forgot to install gettext-base in the sid chroot I used to compile this package) * Added two lost build-dependecies. * Compiled using libgal9 -- Jose Carlos Garcia Sogo Wed, 8 Aug 2001 13:27:08 +0200 ximian-setup-tools (0.6.0-1) unstable; urgency=low * Initial release. (Closes: #98874) -- Jose Carlos Garcia Sogo Sun, 05 Aug 2001 11:45:14 +0200 debian/pixmaps/0000775000000000000000000000000012272646146010663 5ustar debian/pixmaps/services.xpm0000664000000000000000000001333312272646146013237 0ustar /* XPM */ static char *services[] = { /* columns rows colors chars-per-pixel */ "32 32 223 2", " c #000000", ". c #010101", "X c #020202", "o c #030303", "O c #050505", "+ c #060606", "@ c #070707", "# c #080807", "$ c #080808", "% c #090908", "& c #0B0B0A", "* c #0B0B0B", "= c #0E0D0D", "- c #0E0E0E", "; c #0F0F0E", ": c #131312", "> c #151513", ", c #141414", "< c #151515", "1 c #171717", "2 c #191917", "3 c #1B1A18", "4 c #1A1A1A", "5 c #1C1B19", "6 c #1C1C1B", "7 c #1D1C1B", "8 c #1C1C1C", "9 c #1D1D1D", "0 c #1E1E1E", "q c #212121", "w c #232222", "e c #242421", "r c #252422", "t c #262625", "y c #262626", "u c #292827", "i c #282828", "p c #2A2A2A", "a c #2B2B2B", "s c #2D2D29", "d c #2C2C2C", "f c #31302E", "g c #33322F", "h c #333333", "j c #353431", "k c #353432", "l c #343434", "z c #393834", "x c #3D3C37", "c c #383838", "v c #393939", "b c #3A3938", "n c #3B3B39", "m c #3B3B3B", "M c #3F3D39", "N c #3C3C3C", "B c #3D3D3D", "V c #3E3E3E", "C c #3F3F3E", "Z c #3F3F3F", "A c #404040", "S c #414141", "D c #464540", "F c #454545", "G c #474747", "H c #484742", "J c #4E4D49", "K c #4D4D4D", "L c #4E4E4E", "P c #4F4F4F", "I c #504F4B", "U c #50504F", "Y c #53524D", "T c #505050", "R c #525252", "E c #535352", "W c #535353", "Q c #565550", "! c #575652", "~ c #545454", "^ c #555555", "/ c #565656", "( c #575757", ") c #595752", "_ c #585755", "` c #585857", "' c #5A5954", "] c #5B5A55", "[ c #585858", "{ c #595959", "} c #5A5A5A", "| c #5D5C58", " . c #5C5C5A", ".. c #5C5C5B", "X. c #5D5D5D", "o. c #5E5E5E", "O. c #62605C", "+. c #62615E", "@. c #64625D", "#. c #64625F", "$. c #64635E", "%. c #68655E", "&. c #606060", "*. c #656563", "=. c #676561", "-. c #646464", ";. c #656565", ":. c #666665", ">. c #666666", ",. c #676767", "<. c #6C6A64", "1. c #6D6B66", "2. c #686868", "3. c #6B6B6B", "4. c #6C6C6C", "5. c #6E6E6E", "6. c #71706B", "7. c #72706A", "8. c #73726D", "9. c #73726E", "0. c #77756D", "q. c #707070", "w. c #727272", "e. c #777670", "r. c #797874", "t. c #7B7A76", "y. c #7F7D78", "u. c #7E7E7E", "i. c #817F7A", "p. c #82817C", "a. c #83827D", "s. c #85837C", "d. c #86847E", "f. c #89877F", "g. c #828282", "h. c #848484", "j. c #858585", "k. c #868686", "l. c #878787", "z. c #898882", "x. c #8A8882", "c. c #898884", "v. c #8B8A85", "b. c #8C8B86", "n. c #8E8C86", "m. c #898989", "M. c #8A8A8A", "N. c #8D8C8A", "B. c #8D8D8D", "V. c #93918C", "C. c #96948C", "Z. c #909090", "A. c #939393", "S. c #949494", "D. c #969696", "F. c #9F9F9D", "G. c #A6A59F", "H. c #A3A3A3", "J. c #A6A6A6", "K. c #A7A7A7", "L. c #A8A7A1", "P. c #ACACAC", "I. c #AFAFAF", "U. c #B1B1B1", "Y. c #B2B2B2", "T. c #B3B3B3", "R. c #B4B4B4", "E. c #B5B5B5", "W. c #B6B6B6", "Q. c #B7B7B7", "!. c #B8B8B8", "~. c #B9B9B9", "^. c #BABABA", "/. c #BBBBBB", "(. c #BCBCBC", "). c #BDBDBD", "_. c #BEBEBE", "`. c #BFBFBF", "'. c #C0C0C0", "]. c #C1C1C1", "[. c #C2C2C2", "{. c #C3C3C3", "}. c #C4C4C4", "|. c #C5C5C5", " X c #C6C6C6", ".X c #C7C7C7", "XX c #C8C8C8", "oX c #C9C9C9", "OX c #CACACA", "+X c #CBCBCB", "@X c #CCCCCC", "#X c #CDCDCD", "$X c #CECECE", "%X c #CFCFCF", "&X c #D0D0D0", "*X c #D1D1D1", "=X c #D2D2D2", "-X c #D3D3D3", ";X c #D4D4D4", ":X c #D5D5D5", ">X c #D6D6D6", ",X c #D7D7D7", "X&.*.p.0.H x X.c.C.L.G.<.2 aXaXaXaX", "aXaXaXaXaXaXaX E 9X9X;X;X(.V a.Y $.1.; d &.J %.D z > aXaXaXaX", "aXaXaXaXaXaXaX E 9X2X.X.X~.A .y.v.I i w.} Y 3 % o aXaXaXaX", "aXaXaXaXaXaXaX E 5X>X{.{.{.g.i h s 8 4.R.=Xq. aXaXaXaXaXaXaX", "aXaXaXaXaXaXaX E 2X>XoXXX}.`.K.} } K.(.(.X>X;X=X&X5X4. aXaXaXaXaXaXaXaX", "aXaXaXaXaXaXaX E 5XK.Z.H.&XX5XXXoX{.~.~.(.~.Q.Q.Q.U.`.+X*. aXaX", "aXaXaX P ;X.X{.R.~.(.~.T.R.Q.I.`.$X*. aXaXaX", "aXaX E ;X{.{.(.].{.].(.(.`.Q.{.{.( aXaXaX", "aXaX 8 G A A A A A V A A V m m h < aXaX", "aXaX aXaX", "aXaX aXaX", "aXaX aXaXaX", "aXaXaX aXaXaXaX" }; debian/pixmaps/users.xpm0000664000000000000000000001437012272646146012557 0ustar /* XPM */ static char *users[] = { /* columns rows colors chars-per-pixel */ "32 32 257 2", " c #000000", ". c #040608", "X c #030A04", "o c #06090C", "O c #0A0501", "+ c #0E0902", "@ c #0C0C0B", "# c #0B1A0E", "$ c #0E141A", "% c #100F0D", "& c #1A0F02", "* c #1E1003", "= c #191711", "- c #1D1D1B", "; c #181715", ": c #151C23", "> c #0E290E", ", c #0C2210", "< c #172F1F", "1 c #162614", "2 c #1C300E", "3 c #153B1A", "4 c #173916", "5 c #162B20", "6 c #1E2A36", "7 c #1D2B38", "8 c #2C1905", "9 c #2D1E08", "0 c #22180D", "q c #251E18", "w c #261C13", "e c #351C04", "r c #3A1D03", "t c #29271D", "y c #29350E", "u c #382209", "i c #3D2814", "p c #343618", "a c #2E2B24", "s c #20302F", "d c #20303F", "f c #302C24", "g c #302E28", "h c #3B372C", "j c #3D3E3F", "k c #303438", "l c #233343", "z c #283847", "x c #2B3D4F", "c c #2E3F50", "v c #353F49", "b c #174B19", "n c #184719", "m c #1A4718", "M c #1E5B1E", "N c #1A521E", "B c #214515", "V c #2E4922", "C c #205624", "Z c #205B22", "A c #285825", "S c #215C29", "D c #37492B", "F c #236522", "G c #236C23", "H c #276729", "J c #267626", "K c #257128", "L c #267927", "P c #297D29", "I c #2F4154", "U c #35475A", "Y c #37495D", "T c #394A57", "R c #3E4B58", "E c #324354", "W c #344B63", "Q c #384D62", "! c #3B556F", "~ c #3F5C7A", "^ c #442507", "/ c #4A2706", "( c #4E2A07", ") c #4D2D0B", "_ c #46330C", "` c #572E07", "' c #532E08", "] c #563208", "[ c #463C33", "{ c #653709", "} c #633B0E", "| c #6C3A09", " . c #643D10", ".. c #703D0B", "X. c #4D4512", "o. c #5F4318", "O. c #4A473D", "+. c #7B440D", "@. c #77420D", "#. c #764C14", "$. c #7D5111", "%. c #4A535C", "&. c #50504E", "*. c #555145", "=. c #525250", "-. c #445463", ";. c #455668", ":. c #425D77", ">. c #505A64", ",. c #44617E", "<. c #4C647C", "1. c #53677D", "2. c #5A6672", "3. c #676251", "4. c #736E5B", "5. c #7C755E", "6. c #716E65", "7. c #7B7A78", "8. c #476381", "9. c #4A6683", "0. c #4D6985", "q. c #4E6B88", "w. c #526B84", "e. c #516E8B", "r. c #55718E", "t. c #5B748D", "y. c #577390", "u. c #5A7693", "i. c #5D7995", "p. c #5F7C98", "a. c #63788D", "s. c #627C96", "d. c #627E99", "f. c #2B832B", "g. c #2E8C2E", "h. c #318F31", "j. c #319431", "k. c #349A34", "l. c #66829E", "z. c #6B839C", "x. c #758798", "c. c #768A9E", "v. c #6A85A1", "b. c #6D89A4", "n. c #728CA7", "m. c #718DA9", "M. c #7792AE", "N. c #7C92A7", "B. c #7B93AA", "V. c #8C4C0D", "C. c #814D13", "Z. c #8B5716", "A. c #99540F", "S. c #96510D", "D. c #955B14", "F. c #995712", "G. c #945613", "H. c #99671D", "J. c #966926", "K. c #A0560E", "L. c #AB5E11", "P. c #A55A10", "I. c #A56717", "U. c #AC6113", "Y. c #AF731C", "T. c #BE6913", "R. c #BD7C1E", "E. c #B87D25", "W. c #A87527", "Q. c #C66D14", "!. c #C97117", "~. c #CC7519", "^. c #CE781B", "/. c #D37C1E", "(. c #D57F20", "). c #BA832D", "_. c #81835F", "`. c #88826F", "'. c #95907E", "]. c #AD884A", "[. c #A59C7E", "{. c #BBA97F", "}. c #C88727", "|. c #C08A34", " X c #CE9232", ".X c #D18A23", "XX c #D98222", "oX c #D08F2B", "OX c #D79027", "+X c #D89027", "@X c #DB952C", "#X c #DE982E", "$X c #D5932F", "%X c #D39432", "&X c #D99631", "*X c #DE9A33", "=X c #E29E36", "-X c #E3A13A", ";X c #C89541", ":X c #C89D57", ">X c #CEA55E", ",X c #C4A267", "XX2XvX4.O YXYXYXYXYX", "YXYXYXYXYXYXYX - tX1X@X%X X X XoX;XbXwX@ YXYXYXYXYX", "YXYXYXYXYXYX g ].=X-X-X-X=X$X).zXuXa YXYXYXYXYX", "YXYXYXYXYXYX o.@X*X*X*X#XoX).3XcXh YXYXYXYXYX", "YXYXYXYXYX O O O O O 9 ).#X#X#X@X}.W.4XcXh YXYXYXYXYX", "YXYXYXYXYX 8 Z.C. .) } $.G.) O H.@X@X@X+X).J.{.xXf YXYXYXYXYX", "YXYXYXYXYX + } ^.XXXXXX(././.+.& Z.+XOXOXOXY.#.yXyXt YXYXYXYXYX", "YXYXYXYXYX 8 F.^./.(.(./.^.~.F.^ _ R..X.XR.$.p jX[.= YXYXYXYX", "YXYXYXYXYX e U.~.^.^.^.^.~.~.U.] > X.H.I.@.y A {.5.1 X YXYX", "YXYXYXYXYX e U.!.~.~.~.!.!.!.L.` b F 4 2 m M H _.D M C # YX", "YXYXYXYXYX * F.Q.L.@.+.@.V.T.K.i F f.L J K F F V M K J H # YX", "YXYXYXYXYXYX { Q...{ P.V./ K.V.B g.h.g.f.f.P L J L J L f.Z X ", "YXYXYXYX 0 S.| ( { ' / V.u m L k.k.k.j.j.h.g.f.f.f.L J > ", "YXYXYX : -.1.[ ^ e r e e i E T s b f.k.j.j.j.g.f.f.f.L P b ", "YXYX @ %.c.9Xn.a.%.a 0 w j -.1.t.w.E 4 G h.g.g.f.f.P L L K 3 ", "YX @ 2.7XM.M.M.d.8XfXaXaXdXz.t.s.s.i.;.5 F f.f.f.P L L K N X ", "YX. >.N.b.b.n.n.b.c.VXUXGXdXz.l.s.u.u.y.Y < K K H S 3 > , X ", " k z.l.v.b.b.b.b.s.qXIXFXM.l.z.7Xd.t.e.9.7 X X X X ", " R i.d.d.d.d.d.v.s.x.DXhXl.p.0XVX0Xt.q.9.W X ", " Y u.u.p.p.p.d.d.i.a.mX0Xu.l.dX0XN.u.9.9.! o ", " c e.y.y.u.u.u.i.u.t.fX8Xr.r.e.q.q.9.8.8.W . YX", " : 0.e.e.y.y.y.r.u.w.6Xs.e.e.q.0.9.8.~ ~ d YX", " 6 Q :.<.0.e.e.r.9.z.u.q.0.9.:.~ ! W d o YXYXYXYXYXYX", " . o $ 6 z c E I ;.U I c z 7 : o . YXYXYXYXYXYX", " @ YXYXYXYXYXYXYX", " YXYXYXYXYXYXYXYX", "YX YXYXYXYXYXYXYXYXYX" }; debian/pixmaps/time.xpm0000664000000000000000000000736612272646146012363 0ustar /* XPM */ static char *time[] = { /* columns rows colors chars-per-pixel */ "32 32 97 2", " c #000000", ". c #0C0C0C", "X c #131313", "o c #1B1A15", "O c #1C1B1B", "+ c #2C281D", "@ c #252525", "# c #2C2A24", "$ c #322E20", "% c #353121", "& c #333333", "* c #373738", "= c #3C3C3B", "- c #43423D", "; c #54503E", ": c #665A31", "> c #655B39", ", c #434343", "< c #474748", "1 c #4B4B4B", "2 c #4F4F50", "3 c #57554D", "4 c #5A574E", "5 c #535353", "6 c #5C5A52", "7 c #5B5B5B", "8 c #6C654F", "9 c #65635C", "0 c #636363", "q c #6D6C67", "w c #6C6C6C", "e c #737373", "r c #7C7C7C", "t c #7D8B9A", "y c #867744", "u c #877843", "i c #887A47", "p c #8A7C48", "a c #948550", "s c #8C8365", "d c #8E866A", "f c #83827E", "g c #88867F", "h c #938B70", "j c #969078", "k c #BAA762", "l c #C9B46D", "z c #CAB671", "x c #CCB875", "c c #CEBB7B", "v c #838383", "b c #8E8D8C", "n c #868F98", "m c #93928E", "M c #949493", "N c #9C9C9C", "B c #8795A4", "V c #8894A1", "C c #8F9DAB", "Z c #9E9FA1", "A c #99A4AF", "S c #9EAAB6", "D c #A2A19D", "F c #A3A3A3", "G c #A7A9AC", "H c #A8A7A7", "J c #ACABA6", "K c #ADADAD", "L c #A5ADB5", "P c #ACAFB2", "I c #A7B1BC", "U c #ABB3BC", "Y c #B4B4B4", "T c #B3B8BD", "R c #BBBBBB", "E c #ACB5C0", "W c #BEBFC0", "Q c #BBC2CA", "! c #BEC7D0", "~ c #D7C689", "^ c #C3C3C3", "/ c #C2C7CB", "( c #C4C9CE", ") c #C8C7C7", "_ c #CBCBCC", "` c #C5CBD2", "' c #CFCFD0", "] c #CFD0D1", "[ c #D3D3D3", "{ c #D1D6DC", "} c #DCDCDC", "| c #DDDEE0", " . c #E4E4E4", ".. c #ECECEC", "X. c #F3F3F3", "o. c #FBFBFB", "O. c None", /* pixels */ "O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.", "O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O. O.O.O.O.O.O.O.", "O.O.O.O.O. O < < < , O O.O.O.O.O.", "O.O.O. O. X w Y .......R w X O.O.O.O.", "O.O.O.O. X M ..o.o.} } o.o...M X O.O.O.", "O.O.O.O. 9 j d d d d s s s s ; v ..o.o.o._ ) o.o.o...v . O.O.", "O.O.O.O. h ~ c c x x z l l k 8 ' o.o.o.o.R Y o.o.X.X.} & O.O.", "O.O.O.O. > a p p i i u u u : g ..o.o.o.o.K H o.o.X.X...v O.O.", "O.O.O. O J H D M m f b m 6 M o.o.o.o.o.N M ..X.X.....D O.", "O.O.O. = . . .' ^ Y _ [ v M ....o.o.o.K 0 v ^ ..} .D O.", "O.O.O. 1 .... .W M _ } .N M o.X.o.o.o...Y w 5 ^ ..X.N O.", "O.O.O. 0 [ _ Q K H Y Q ) F f .o.X.o.X.X.X. .Q } X.X.w O.", "O.O.O. v ..Q V V U K } } } w Y ..X.X.X.X.X.......X._ O O.", "O.O.O.O. F { E } _ U t } . .K e _ ..X...........X...7 O.", "O.O.O.O.@ _ ! Q .H A n } ..} M 0 e ^ ...[ [ ..o.} 0 . O.O.", "O.O.O. & [ / A T G n n / ' ) P S p 7 b ^ [ } } F * O.O.", "O.O.O. < ....{ U C K } .. . . .{ _ ^ b w 5 5 < # . O.O.", "O.O.O. v o.o.X.] ] [ X..... .^ { { ..| [ ^ Y w = o O.O.", "O.O.O.. H .. . ._ K [ } ....^ Y _ ... .} Y T 5 = o O.O.", "O.O.O.O ] X... . .R } .[ [ ^ R T ] _ _ ) ^ M 2 - o O.O.", "O.O. 0 o.o.X.^ ^ } X.o..... .' _ W E ( . .e 2 4 + O.O.", "O.O.. F X.} } Y K } X..... .K Q ( L L ` ( T 7 5 6 % O.O.", "O.O.* } o.o.o...^ } } } } } _ R ' ' { | _ v - 0 4 $ O.O.", "O.. b o.X.........o.o.o.o.o. . .o.X.X. .Y 2 7 e 6 + O.O.", "O.& r r r e v M H Y Q Q R ) ] } ..} ] T 0 2 r b 9 + O.O.", " . O r v r e 0 3 6 9 0 w 0 7 5 7 7 v N F w $ O.O.", "O.O.O. . 0 5 1 < < < , , , , - = = = < < < 1 - X O.O.", "O.O.O. O.O.", "O.O.O. O.O.O.", "O.O.O.O. O.O.O.", "O.O.O.O. O.O.O.O.", "O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O." }; debian/pixmaps/shares.xpm0000664000000000000000000000527612272646146012710 0ustar /* XPM */ static char *shares[] = { /* columns rows colors chars-per-pixel */ "32 32 71 1", " c #5EB25EB25EB2", ". c #6133626A5E56", "X c #659B659B659B", "o c #676268996485", "O c #69F06B286714", "+ c #6B696B816B32", "@ c #6F46707863A0", "# c #72FA748B660A", "$ c #735075056A77", "% c #76BF789A6E7F", "& c #789A7A876F15", "* c #72E072DF72E1", "= c #7B2A7CB57280", "- c #7B947BC77B21", "; c #821A83237338", ": c #87D9893077E9", "> c #83AE84D47B36", ", c #869589077FCB", "< c #8B178C5F7AA3", "1 c #847F847F847F", "2 c #8C4D8DF481EB", "3 c #8B7D8B7D8B7D", "4 c #92E594448297", "5 c #931094568E4F", "6 c #9CA49E548CAD", "7 c #94B995189359", "8 c #975098AF9377", "9 c #9A3E9BB892D3", "0 c #9D1F9E189ADC", "q c #A0D2A20A9303", "w c #A2A0A35C9BA3", "e c #AACCABCF9D73", "r c #A458A4C8A348", "t c #A788A875A53B", "y c #ABACAC79A42A", "u c #ABCDABECAB6B", "i c #AF45B032A334", "p c #B50EB638A5F4", "a c #B765B88FA68E", "s c #BB61BC63A72A", "d c #B250B30AADDF", "f c #B796B8BBA869", "g c #BD27BE28AA0E", "h c #B39BB3C6B32C", "j c #BE52BF4CB2D2", "k c #BE8CBEA2BE63", "l c #BFBDC0BFAC3C", "z c #BF76C045B1C0", "x c #C029C0F5BF93", "c c #C1A1C2A0AE72", "v c #C3CFC4CBB1DB", "b c #C7FEC8F4B5F8", "n c #C977CA70B761", "m c #C14CC201BF38", "M c #C7DCC8A5B93D", "N c #CBDFCCB9BD4D", "B c #CFE2D0BABEE3", "V c #D069D160BFCF", "C c #C30BC36EC28F", "Z c #CEC7CF46C14E", "A c #CBDBCBDBCBDB", "S c #D3B5D468C38A", "D c #D7CAD883C782", "F c #DBBDDC52CCB1", "G c #D31BD382D2B9", "H c #DB51DB51DB51", "J c #E169E1EFD1C5", "K c #E37CE381E36D", "L c #EDE9EDE9EDF9", "P c #F3A8F3A6F3A6", "I c #FFB4FFB4FFB4", /* pixels */ "IIILCmmmmmmmmxGIIIIIIIIIIIIIIIII", "IIIk>222222222,CIIIIIIIIIIIIIIII", "IIIdjNgggggggzp2GIIIIIIIIIIIIIII", "IIIhfe66666666ey5tuuuuytttttrtGI", "IIIhy6444444444qiyyyyyewq6542;8I", "IIIdy4<<<<<<:&$$%========&%%%#5P", "IIIde<;;;;;;$6ZSZNNNNMMMbvvvvp5P", "IIIdw=#####@>DFDDDSSSSSSVBNNNl5L", "IIIu>;>>>>>2MFvvvvvvvvvvvvvvvf5L", "IIIw9FJJJJJJJnvvvvvvvvvvvvvvvf5L", "IIIrNDBBBBBNbvvvvvvvvvvvvvvvva5L", "IIItZncvvvvvvvvvvvvvvvvvvvvvva5L", "IIItZnccccccccccccccccccccccca5L", "IIItZbccccccccccccccccccccccca5L", "IIItNbccccccccccccccccccccccca5L", "IIIrMvllllllllllllllllllllllca5L", "IIIrvvglllllllllllllllllllllla7L", "IIIrjvggggggggggggggggggggggga7L", "IIIrgcgggggggggggggggggggggggf7L", "IIIrfcgggggggggggggggggggggggf8L", "IIIrfcssssssssssssssssssssssgs8L", "IIIrpgssssssssssssssssssssssss8L", "IIIrpgsssssssssssssssssssssssg8L", "IIIt9appppppppffffffpppppppppe8P", "IIIKw000000000-.o+O>0000000000CI", "IIIIIIIIIIIIII0*--+uIIIIIIIIIIII", "IIIIIIIIIIILht*11-+-uAIIIIIIIIII", "IIIIIKkutrr1177rrr087*8rrtuCLIII", "IIIIIKAkhur*7thkkkkkh*7ruhCGKIII", "IIIIIKACh07oO******** 170ukGLIII", "IIIIIHu7331+X++++++++ -1137hKIII", "IIIIIIPLLLLHurrrrrrrrkLLLLLPIIII" }; debian/pixmaps/network.xpm0000664000000000000000000001425012272646146013104 0ustar /* XPM */ static char *network[] = { /* columns rows colors chars-per-pixel */ "32 32 252 2", " c black", ". c #010101", "X c #020202", "o c #030303", "O c #040404", "+ c #050505", "@ c #060606", "# c #070707", "$ c #080808", "% c #0A0A0A", "& c #0B0B0B", "* c #0C0C0C", "= c #0D0D0D", "- c #0E0E0E", "; c #0F0F0F", ": c #101010", "> c #111111", ", c #151515", "< c #161616", "1 c #171717", "2 c #1C1C1C", "3 c #1E1E1E", "4 c #1F1F1F", "5 c #242424", "6 c #252525", "7 c #272727", "8 c #282828", "9 c #2C2C2C", "0 c #2E2E2E", "q c #303030", "w c #323232", "e c #333333", "r c #373737", "t c #383838", "y c #3B3F3C", "u c #3C3C3C", "i c #3D3D3D", "p c #3E3E3E", "a c #3F3F3F", "s c #414442", "d c #454C46", "f c #494949", "g c #4B4B4B", "h c #4C4C4C", "j c #4D4D4D", "k c #4E4E4E", "l c #4F5450", "z c #505050", "x c #515151", "c c #525252", "v c #535353", "b c #555555", "n c #565756", "m c #575757", "M c #555B56", "N c #565B57", "B c #575D59", "V c #585958", "C c #595A59", "Z c #5A5A5A", "A c #5B5B5B", "S c #595D5A", "D c #585E5A", "F c #5C5C5C", "G c #5D5E5D", "H c #5E5E5E", "J c #5F5F5F", "K c #5B605C", "L c #606060", "P c #626262", "I c #636563", "U c #676767", "Y c #696969", "T c #6B6B6B", "R c #6E6E6E", "E c #707070", "W c #737373", "Q c #777777", "! c #797979", "~ c #7A7A7A", "^ c #7C7C7C", "/ c #7D7D7D", "( c #7E7E7E", ") c #758077", "_ c #78817A", "` c #78827A", "' c #79827B", "] c #7C817D", "[ c #7C847E", "{ c #7D857E", "} c #7E8780", "| c #808080", " . c #828282", ".. c #838283", "X. c #838383", "o. c #848484", "O. c #858484", "+. c #858585", "@. c #868686", "#. c #878787", "$. c #818983", "%. c #848887", "&. c #858987", "*. c #878B89", "=. c #868D88", "-. c #888888", ";. c #888B89", ":. c #8A8A8A", ">. c #8B8B8B", ",. c #888C8A", "<. c #888D8A", "1. c #8C8C8C", "2. c #8D8D8D", "3. c #8E8E8E", "4. c #8A8C90", "5. c #89908A", "6. c #8C928E", "7. c #8D938E", "8. c #8E938F", "9. c #909090", "0. c #919191", "q. c #929292", "w. c #939393", "e. c #909194", "r. c #909691", "t. c #929793", "y. c #929596", "u. c #949494", "i. c #969696", "p. c #979797", "a. c #949895", "s. c #999999", "d. c #98999A", "f. c #9A9A9A", "g. c #9B9B9B", "h. c #9A9C9B", "j. c #9C9B9C", "k. c #9C9C9C", "l. c #9D9D9D", "z. c #9E9E9E", "x. c #9F9F9F", "c. c #9CA09C", "v. c #A0A0A0", "b. c #A1A1A1", "n. c #A2A2A2", "m. c #A4A4A4", "M. c #A6A6A6", "N. c #A7A7A7", "B. c #A8A8A8", "V. c #A9A9A9", "C. c #AAAAAA", "Z. c #ABABAB", "A. c #ACACAC", "S. c #AEAEAE", "D. c #AFAFAF", "F. c #AFAEBE", "G. c #B0B0B0", "H. c #B2B2B2", "J. c #B3B3B3", "K. c #B4B4B4", "L. c #B5B5B5", "P. c #B6B6B6", "I. c #BBBBBB", "U. c #BCBCBC", "Y. c #BFBFBF", "T. c #B4B2C1", "R. c #B6B5C3", "E. c #BCB9C8", "W. c #C0C0C0", "Q. c #C2C2C2", "!. c #C3C3C3", "~. c #C4C4C4", "^. c #C5C5C5", "/. c #C6C6C6", "(. c #C7C7C7", "). c #C1C0CC", "_. c #C1C4CB", "`. c #C3CBC5", "'. c #C4CBC7", "]. c #C5CCC7", "[. c #C6CEC7", "{. c #C9C9C9", "}. c #CACACA", "|. c #CBCBCB", " X c #C8CFC9", ".X c #CCCCCC", "XX c #CDCDCD", "oX c #CECECE", "OX c #CFCFCF", "+X c #C7C5D2", "@X c #C9C9D2", "#X c #CACDD4", "$X c #C3D0C6", "%X c #C7D3CA", "&X c #CCD9CF", "*X c #CFDAD2", "=X c #D0D0D0", "-X c #D1D1D1", ";X c #D2D2D2", ":X c #D3D3D3", ">X c #D4D4D4", ",X c #D6D6D6", " < < < < < < < < , , = KXKX", "KXKXKXKXKXKXKXKXKXKXKXKXKXKXKX 0 P.=X|.|.{.(.~.Q.E.U.^.~ ", "KXKXKXKXKXKXKXKXKXKXKX a cXn.n G A C V m n g J.t. ", "KXKXKXKXKXKXKXKXKXKXKX$ h s + a eX#.-.8X X`.'.'. X{ x.t. ", "KXKXKXKXKXKXKXKXKXKXKX1 :X-.+ u wX#.1.iX#XdXsX@X_.<.x.w. ", "KX KX& W u u wX+.d.HXAXNX2XT.F.%.z.q. ", "KX t x.n.x.x.x.m z z t wX+.t.FXNXdXpX+X1X<.z.q. ", "KX C GXY.|.OXyXU z z u a =X3.s K S S S M M a M.>. ", "KX n ZX{.I.cXyXn z n./ T 0 z.bX.-.r v z 3 / z.z.z.f.d.p.p.t.q.q.m KXKX", "KX v ,Xw.t.d.z.k 7 g k -.z a yXE.3.-.-.#.+. . .{ /.w. ", "KX m .\" .\" This is free software; you may redistribute it and/or modify .\" it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2, .\" or (at your option) any later version. .\" .\" This is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\"You should have received a copy of the GNU General Public License along .\"with this program; if not, write to the Free Software Foundation, Inc., .\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. .TH time-admin 1 "2007\-05\-08" "GNOME" .SH NAME time-admin \- Time Administration Tool .SH SYNOPSIS .B time-admin .RI [ OPTION... ] .SH DESCRIPTION .B time-admin is part of the GNOME system tools, a set of tools to easily access and manage system configuration. .P .B time-admin allows you to set the time, date and timezone of your system, as well as setting any time server to synchronize your local time server. .SH OPTIONS .B time-admin accepts the standard GNOME and GTK options. .SH AUTHORS .B time-admin was written by Carlos Garnacho Parro and others. .P This manual page was written by Sven Arvidsson , for the Debian project (but may be used by others). .SH SEE ALSO .BR "services-admin" (1), .BR "shares-admin" (1), .BR "network-admin" (1), .BR "users-admin" (1), .BR "gtk-options" (7), .BR "gnome-options" (7) .P The online documentation available through the program's .I Help menu. debian/copyright0000664000000000000000000000216112272646146011135 0ustar This package was debianized by Jose Carlos Garcia Sogo on Sun, 05 Aug 2001 11:45:14 +0200. It was downloaded from: http://ftp.gnome.org/pub/GNOME/sources/gnome-system-tools/ Copyright Holders: copyright (c) 2002-2003 Jean-Baptiste LAMY the full list of authors is in: /usr/share/doc/gnome-system-tools/AUTHORS License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/gnome-system-tools.install0000664000000000000000000000007212272646146014356 0ustar debian/pixmaps/*.xpm usr/share/gnome-system-tools/pixmaps/debian/network-admin.10000664000000000000000000000326012272646146012044 0ustar .\" Copyright (C) 2007 Sven Arvidsson .\" .\" This is free software; you may redistribute it and/or modify .\" it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2, .\" or (at your option) any later version. .\" .\" This is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\"You should have received a copy of the GNU General Public License along .\"with this program; if not, write to the Free Software Foundation, Inc., .\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. .TH network-admin 1 "2007\-05\-08" "GNOME" .SH NAME network-admin \- Network Administration Tool .SH SYNOPSIS .B network-admin .RI [ OPTION... ] .SH DESCRIPTION .B network-admin is part of the GNOME system tools, a set of tools to easily access and manage system configuration. .P .B network-admin allows you to specify the way your system connects to other computers and to the Internet. .SH OPTIONS .TP .B \-\-display=DISPLAY X display to use .P .B network-admin also accepts the standard GNOME and GTK options. .SH AUTHORS .B network-admin was written by Carlos Garnacho Parro and others. .P This manual page was written by Sven Arvidsson , for the Debian project (but may be used by others). .SH SEE ALSO .BR "services-admin" (1), .BR "shares-admin" (1), .BR "time-admin" (1), .BR "users-admin" (1), .BR "gtk-options" (7), .BR "gnome-options" (7) .P The online documentation available through the program's .I Help menu. debian/gnome-system-tools.menu0000664000000000000000000000212412272646146013654 0ustar ?package(gnome-system-tools):needs="X11" section="Applications/System/Administration"\ hints="Time"\ title="Time Admin" command="/usr/bin/time-admin"\ icon="/usr/share/gnome-system-tools/pixmaps/time.xpm" ?package(gnome-system-tools):needs="X11" section="Applications/System/Administration"\ hints="Network"\ title="Shares Admin" command="/usr/bin/shares-admin"\ icon="/usr/share/gnome-system-tools/pixmaps/shares.xpm" ?package(gnome-system-tools):needs="X11" section="Applications/System/Administration"\ hints="Users"\ title="User accounts Admin" command="/usr/bin/users-admin"\ icon="/usr/share/gnome-system-tools/pixmaps/users.xpm" ?package(gnome-system-tools):needs="X11" section="Applications/System/Administration"\ hints="RunLevel"\ title="Services Admin" command="/usr/bin/services-admin"\ icon="/usr/share/gnome-system-tools/pixmaps/services.xpm" ?package(gnome-system-tools):needs="X11" section="Applications/System/Administration"\ hints="Network"\ title="Network Admin" command="/usr/bin/network-admin"\ icon="/usr/share/gnome-system-tools/pixmaps/network.xpm" debian/gnome-system-tools.manpages0000664000000000000000000000015612272646146014506 0ustar debian/network-admin.1 debian/services-admin.1 debian/shares-admin.1 debian/time-admin.1 debian/users-admin.1