debian/0000775000000000000000000000000013260671152007173 5ustar debian/rules0000775000000000000000000000155711632206641010261 0ustar #!/usr/bin/make -f %: dh ${@} --with autotools_dev override_dh_auto_clean: dh_auto_clean rm -f po/*.gmo override_dh_auto_configure: dh_auto_configure -- --exec-prefix=/usr --sbindir=/usr/sbin --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man LDFLAGS="-Wl,-z,defs" override_dh_auto_install: $(MAKE) DESTDIR=$(CURDIR)/debian/gadmin-samba install # Removing useless files rm -rf debian/gadmin-samba/usr/share/icons/gadmin-samba rm -f debian/gadmin-samba/usr/share/doc/gadmin-samba/AUTHORS rm -f debian/gadmin-samba/usr/share/doc/gadmin-samba/ChangeLog rm -f debian/gadmin-samba/usr/share/doc/gadmin-samba/COPYING rm -f debian/gadmin-samba/usr/share/doc/gadmin-samba/README override_dh_fixperms: dh_fixperms chmod 0644 debian/gadmin-samba/usr/share/doc/gadmin-samba/examples/example.bat override_dh_strip: dh_strip --dbg-package=gadmin-samba-dbg debian/patches/0000775000000000000000000000000011632227151010617 5ustar debian/patches/04-spelling-in-binary.patch0000664000000000000000000000542711632227151015574 0ustar Author: Mahyuddin Susanto Description: Fix typos in binary Index: gadmin-samba-0.3.2/src/create_server_settings.c =================================================================== --- gadmin-samba-0.3.2.orig/src/create_server_settings.c 2011-09-09 03:58:10.419250194 +0700 +++ gadmin-samba-0.3.2/src/create_server_settings.c 2011-09-09 04:04:31.329808860 +0700 @@ -213,7 +213,7 @@ a++; b++; comb++; /* Password syncronization */ - widgets->server_set_combo[comb] = make_short_combo_with_label(GTK_TABLE(widgets->srv_set_table), _(" Syncronize passwords: "), 0,1,a,b,50); + widgets->server_set_combo[comb] = make_short_combo_with_label(GTK_TABLE(widgets->srv_set_table), _(" Synchronize passwords: "), 0,1,a,b,50); combo_text = g_strdup_printf(_("Yes")); utf8 = g_locale_to_utf8(combo_text, strlen(combo_text), NULL, NULL, NULL); gtk_combo_box_append_text(GTK_COMBO_BOX(widgets->server_set_combo[comb]), utf8); Index: gadmin-samba-0.3.2/src/show_info.c =================================================================== --- gadmin-samba-0.3.2.orig/src/show_info.c 2011-09-09 03:58:10.409250168 +0700 +++ gadmin-samba-0.3.2/src/show_info.c 2011-09-09 04:04:31.329808860 +0700 @@ -46,13 +46,13 @@ if( content == NULL ) { - printf("show_info recieved null content\n"); + printf("show_info received null content\n"); return; } if( strlen(content) < 5 ) { - printf("show_info recieved < 5 chars of content\n"); + printf("show_info received < 5 chars of content\n"); return; } Index: gadmin-samba-0.3.2/src/standard_conf.c =================================================================== --- gadmin-samba-0.3.2.orig/src/standard_conf.c 2011-09-09 03:58:10.399250157 +0700 +++ gadmin-samba-0.3.2/src/standard_conf.c 2011-09-09 04:04:31.329808860 +0700 @@ -483,7 +483,7 @@ _("Do you want to overwrite the current samba configuration ?\n"), - _("\t\t\t(If you dont know then press yes)\n"), + _("\t\t\t(If you don't know then press yes)\n"), NULL); utf8 = g_locale_to_utf8(text, strlen(text), NULL, NULL, NULL); Index: gadmin-samba-0.3.2/po/gadmin-samba.pot =================================================================== --- gadmin-samba-0.3.2.orig/po/gadmin-samba.pot 2011-09-09 04:05:18.529878094 +0700 +++ gadmin-samba-0.3.2/po/gadmin-samba.pot 2011-09-09 04:05:17.199876147 +0700 @@ -570,7 +570,7 @@ msgid " Encrypt passwords: " msgstr "" -msgid " Syncronize passwords: " +msgid " Synchronize passwords: " msgstr "" msgid " Socket transfer options: " @@ -1587,7 +1587,7 @@ msgid "Do you want to overwrite the current samba configuration ?\n" msgstr "" -msgid "\t\t\t(If you dont know then press yes)\n" +msgid "\t\t\t(If you don't know then press yes)\n" msgstr "" #, c-format debian/patches/02-icondir.patch0000664000000000000000000000571111632224334013512 0ustar Author: Daniel Baumann Description: Adjusts icon directory. Index: gadmin-samba-0.3.2/Makefile.am =================================================================== --- gadmin-samba-0.3.2.orig/Makefile.am 2011-09-09 02:45:47.592880610 +0700 +++ gadmin-samba-0.3.2/Makefile.am 2011-09-09 02:46:34.942950058 +0700 @@ -10,15 +10,15 @@ install-data-local: @$(NORMAL_INSTALL) if test -d $(srcdir)/pixmaps; then \ - $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/gadmin-samba; \ + $(mkinstalldirs) $(DESTDIR)$(datadir)/icons; \ for pixmap in $(srcdir)/pixmaps/*; do \ if test -f $$pixmap; then \ - $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/gadmin-samba; \ + $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/icons; \ fi \ done \ fi; - if test -d $(DESTDIR)$(datadir)/pixmaps; then \ - cp $(srcdir)/pixmaps/gadmin-samba.png $(DESTDIR)$(datadir)/pixmaps/; \ + if test -d $(DESTDIR)$(datadir)/icons; then \ + cp $(srcdir)/pixmaps/gadmin-samba.png $(DESTDIR)$(datadir)/icons/; \ fi; if test -f $(DESTDIR)$(bindir)/consolehelper && test ! -f $(DESTDIR)$(bindir)/gadmin-samba; then \ ln -s $(DESTDIR)$(bindir)/consolehelper $(DESTDIR)$(bindir)/gadmin-samba; \ Index: gadmin-samba-0.3.2/Makefile.in =================================================================== --- gadmin-samba-0.3.2.orig/Makefile.in 2011-09-09 02:45:47.592880610 +0700 +++ gadmin-samba-0.3.2/Makefile.in 2011-09-09 02:45:47.612880635 +0700 @@ -714,15 +714,15 @@ install-data-local: @$(NORMAL_INSTALL) if test -d $(srcdir)/pixmaps; then \ - $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/gadmin-samba; \ + $(mkinstalldirs) $(DESTDIR)$(datadir)/icons; \ for pixmap in $(srcdir)/pixmaps/*; do \ if test -f $$pixmap; then \ - $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/gadmin-samba; \ + $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/icons; \ fi \ done \ fi; - if test -d $(DESTDIR)$(datadir)/pixmaps; then \ - cp $(srcdir)/pixmaps/gadmin-samba.png $(DESTDIR)$(datadir)/pixmaps/; \ + if test -d $(DESTDIR)$(datadir)/icons; then \ + cp $(srcdir)/pixmaps/gadmin-samba.png $(DESTDIR)$(datadir)/icons/; \ fi; if test -f $(DESTDIR)$(bindir)/consolehelper && test ! -f $(DESTDIR)$(bindir)/gadmin-samba; then \ ln -s $(DESTDIR)$(bindir)/consolehelper $(DESTDIR)$(bindir)/gadmin-samba; \ Index: gadmin-samba-0.3.2/src/create_main_window.c =================================================================== --- gadmin-samba-0.3.2.orig/src/create_main_window.c 2011-09-09 02:45:47.412880346 +0700 +++ gadmin-samba-0.3.2/src/create_main_window.c 2011-09-09 02:45:47.612880635 +0700 @@ -51,7 +51,7 @@ g_free(info); /* Set the main window icon */ - pixmap_directory = g_strdup_printf("%s/pixmaps/gadmin-samba", PACKAGE_DATA_DIR); + pixmap_directory = g_strdup_printf("%s/icons", PACKAGE_DATA_DIR); add_pixmap_directory(pixmap_directory); g_free(pixmap_directory); debian/patches/01-examples.patch0000664000000000000000000000521311632212343013672 0ustar Author: Daniel Baumann Description: Removes example installation, we do it through debian/examples. Index: gadmin-samba-0.3.2/Makefile.am =================================================================== --- gadmin-samba-0.3.2.orig/Makefile.am 2011-09-09 02:05:22.929324381 +0700 +++ gadmin-samba-0.3.2/Makefile.am 2011-09-09 02:05:23.019324513 +0700 @@ -51,16 +51,7 @@ if test -d $(DESTDIR)$(bindir) && test ! -f $(DESTDIR)$(bindir)/gadmin-samba-pdf; then \ cp scripts/gadmin-samba-pdf $(bindir)/; \ fi; - @echo Installing example logon script to $(DESTDIR)$(localstatedir)/lib/samba/netlogon. - if test ! -d $(DESTDIR)$(localstatedir)/lib/samba/netlogon; then \ - $(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/samba/netlogon; \ - fi; - if test -d $(DESTDIR)$(localstatedir)/lib/samba/netlogon && \ - test ! -f $(DESTDIR)$(localstatedir)/lib/samba/netlogon/example.bat; then \ - cp scripts/example.bat $(DESTDIR)$(localstatedir)/lib/samba/netlogon/; \ - chmod a+r $(DESTDIR)$(localstatedir)/lib/samba/netlogon/example.bat; \ - fi; - @echo Creating the profiles directory $(DESTDIR)$(localstatedir)/lib/samba/profiles. + @echo Creating the profiles directory $(DESTDIR)$(localstatedir)/lib/samba/profiles. if test ! -d $(DESTDIR)$(localstatedir)/lib/samba/profiles; then \ $(mkinstalldirs) -m 1755 $(DESTDIR)$(localstatedir)/lib/samba/profiles; \ fi; Index: gadmin-samba-0.3.2/Makefile.in =================================================================== --- gadmin-samba-0.3.2.orig/Makefile.in 2011-09-09 02:05:22.899324337 +0700 +++ gadmin-samba-0.3.2/Makefile.in 2011-09-09 02:05:23.019324513 +0700 @@ -755,16 +755,7 @@ if test -d $(DESTDIR)$(bindir) && test ! -f $(DESTDIR)$(bindir)/gadmin-samba-pdf; then \ cp scripts/gadmin-samba-pdf $(bindir)/; \ fi; - @echo Installing example logon script to $(DESTDIR)$(localstatedir)/lib/samba/netlogon. - if test ! -d $(DESTDIR)$(localstatedir)/lib/samba/netlogon; then \ - $(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/samba/netlogon; \ - fi; - if test -d $(DESTDIR)$(localstatedir)/lib/samba/netlogon && \ - test ! -f $(DESTDIR)$(localstatedir)/lib/samba/netlogon/example.bat; then \ - cp scripts/example.bat $(DESTDIR)$(localstatedir)/lib/samba/netlogon/; \ - chmod a+r $(DESTDIR)$(localstatedir)/lib/samba/netlogon/example.bat; \ - fi; - @echo Creating the profiles directory $(DESTDIR)$(localstatedir)/lib/samba/profiles. + @echo Creating the profiles directory $(DESTDIR)$(localstatedir)/lib/samba/profiles. if test ! -d $(DESTDIR)$(localstatedir)/lib/samba/profiles; then \ $(mkinstalldirs) -m 1755 $(DESTDIR)$(localstatedir)/lib/samba/profiles; \ fi; debian/patches/03-desktop.patch0000664000000000000000000000164311632224603013534 0ustar Author: Daniel Baumann Description: Makes use of su-to-root and cleans Categories. Index: gadmin-samba-0.3.2/desktop/gadmin-samba.desktop =================================================================== --- gadmin-samba-0.3.2.orig/desktop/gadmin-samba.desktop 2011-09-09 03:04:54.000000000 +0700 +++ gadmin-samba-0.3.2/desktop/gadmin-samba.desktop 2011-09-09 03:45:26.118129193 +0700 @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Name=GADMIN-SAMBA Name[de]=GADMIN-SAMBA Name[es]=GADMIN-SAMBA @@ -16,8 +15,8 @@ GenericName=GADMIN-SAMBA Comment=SAMBA file, print and domain server administration Comment[de]=SAMBA Datei-, Druck- und Domänen-Kontroller Verwaltung -Exec=gadmin-samba -Icon=gadmin-samba.png +Exec=su-to-root -X -c /usr/sbin/gadmin-samba +Icon=gadmin-samba Terminal=false Type=Application -Categories=Application;Network;X-Red-Hat-ServerConfig;X-Red-Hat-Base; +Categories=GTK;System; debian/patches/series0000664000000000000000000000012011632225526012031 0ustar 01-examples.patch 02-icondir.patch 03-desktop.patch 04-spelling-in-binary.patch debian/changelog0000664000000000000000000001644213260671152011054 0ustar gadmin-samba (0.3.2-0ubuntu2) bionic; urgency=high * No change rebuild to pick up -fPIE compiler default -- Balint Reczey Tue, 03 Apr 2018 12:24:10 +0000 gadmin-samba (0.3.2-0ubuntu1) precise; urgency=low * New upstream release. * Refreshing patches: - debian/patches/01-examples.patch - debian/patches/02-icondir.patch - debian/patches/03-desktop.patch * debian/patches/04-spelling-in-binary.patch: Fix typos in binary. * debian/watch: added for uscan. -- Mahyuddin Susanto Wed, 04 Jan 2012 19:47:20 +0700 gadmin-samba (0.2.9-3) unstable; urgency=low * Removing vcs fields. * Updating standards version to 3.9.1. * Updating debhelper version to 8.0. * Switching to dpkg source format 3.0 (quilt). * Simplifying autotools-dev handling in rules. * Orphaning package. -- Daniel Baumann Sun, 28 Nov 2010 19:38:52 +0100 gadmin-samba (0.2.9-2) unstable; urgency=low * Making example batch file non-executable. -- Daniel Baumann Wed, 07 Apr 2010 08:38:48 +0200 gadmin-samba (0.2.9-1) unstable; urgency=low * Adding depends to samba-common-bin. * Adding explicit debian source version 1.0 until switch to 3.0. * Updating year in copyright file. * Updating to standards 3.8.4. * Merging upstream version 0.2.9. * Sorting dh call in rules to more common order. * Updating year in copyright file. * Updating year and version in manpage. -- Daniel Baumann Sun, 14 Mar 2010 12:25:31 +0100 gadmin-samba (0.2.8-1) unstable; urgency=low * Adding maintainer homepage field to control. * Marking maintainer homepage field to be also included in binary packages and changelog. * Adding README.source. * Bumping version build-depends on debhelper. * Simplifying autotools handling in rules. * Merging upstream version 0.2.8. * Updating README.source. * Moving maintainer homepage from control to copyright. * Updating years in copyright file. * Bumping versioned build-depends on quilt. -- Daniel Baumann Sat, 21 Nov 2009 18:08:20 +0100 gadmin-samba (0.2.7-4) unstable; urgency=low * Adding debug package. -- Daniel Baumann Thu, 20 Aug 2009 10:13:43 +0200 gadmin-samba (0.2.7-3) unstable; urgency=low * Using patch-stamp rather than patch in rules file. * Replacing obsolete dh_clean -k with dh_prep. * Using correct rfc-2822 date formats in changelog. * Renaming manpages subdirectory for local debian additions to more common name. * Updating maintainer field. * Updating vcs fields. * Updating package to standards version 3.8.3. * Removing old transitional package. * Using quilt rather than dpatch. * Minimizing rules file. * Adding longtitle to menu file. -- Daniel Baumann Thu, 20 Aug 2009 09:52:36 +0200 gadmin-samba (0.2.7-2) unstable; urgency=low * Updating vcs fields in control file. * Adding menu manually to depends, since su-to-root is not going to be moved to debian-utils. -- Daniel Baumann Sun, 14 Sep 2008 12:06:00 +0200 gadmin-samba (0.2.7-1) unstable; urgency=medium * Merging upstream version 0.2.7. -- Daniel Baumann Fri, 20 Jun 2008 12:02:00 +0200 gadmin-samba (0.2.6-1) unstable; urgency=low * Merging upstream version 0.2.6. -- Daniel Baumann Fri, 20 Jun 2008 11:56:00 +0200 gadmin-samba (0.2.5-1) unstable; urgency=medium * Reordering rules file. * Merging upstream version 0.2.5. * Updating to standards 3.8.0. * Removing obsolete entries from desktop file. * Rewrapping copyright file. -- Daniel Baumann Fri, 20 Jun 2008 11:49:00 +0200 gadmin-samba (0.2.4-2) unstable; urgency=low * Updating vcs fields in control. * Upgrading package to debhelper 7. -- Daniel Baumann Sun, 04 May 2008 15:03:00 +0200 gadmin-samba (0.2.4-1) unstable; urgency=low * Adding upstream version 0.2.4. * Upstream renamed package to gadmin-samba. * Bumping package to debhelper 6. * Adding vcs fields in control. * Rewriting copyright in machine-interpretable format. * Removing watch file. * Rediffing all patches. * Removing config.guess and config.sub from the debian diff. * Reverting config.guess and config.sub to upstream. * Rewritten rules. * Rewritten manpage. * Adding package prefix to debhelper files. * Updating pixmap file. * Adjusting installation of desktop file in rules. -- Daniel Baumann Tue, 26 Feb 2008 07:47:00 +0100 gsambad (0.1.9-2) unstable; urgency=low * Don't hide make errors in clean target of rules. * Updating menu file to new policy. * Using full path to the executable in the desktop file. -- Daniel Baumann Sun, 23 Dec 2007 15:15:00 +0100 gsambad (0.1.9-1) unstable; urgency=low * New upstream release. -- Daniel Baumann Sat, 22 Dec 2007 12:35:00 +0100 gsambad (0.1.8-1) unstable; urgency=low * New upstream release. -- Daniel Baumann Sun, 26 Aug 2007 21:54:00 +0200 gsambad (0.1.7-1) unstable; urgency=low * New upstream release. -- Daniel Baumann Wed, 08 Jul 2007 00:02:00 +0200 gsambad (0.1.6-2) unstable; urgency=high [ Steve Kemp ] * Avoid unsafe usage of temporary files [CVE-2007-2838] (Closes: #431331). -- Daniel Baumann Sun, 01 Jul 2007 21:37:00 +0200 gsambad (0.1.6-1) unstable; urgency=low * New upstream release. -- Daniel Baumann Sun, 01 Jul 2007 20:50:00 +0200 gsambad (0.1.5-5) unstable; urgency=medium * Adjusted --sysconfdir and --localstatedir. -- Daniel Baumann Thu, 19 Apr 2007 07:41:00 +0200 gsambad (0.1.5-4) unstable; urgency=medium * Updated icon fix. * Updated desktop categories (Closes: #418742). -- Daniel Baumann Sat, 14 Apr 2007 14:59:00 +0200 gsambad (0.1.5-3) unstable; urgency=low * Fixed icon directory (Closes: #416694). -- Daniel Baumann Thu, 29 Mar 2007 22:24:00 +0200 gsambad (0.1.5-2) unstable; urgency=low * Minor cleanups. -- Daniel Baumann Fri, 19 Jan 2007 18:00:00 +0100 gsambad (0.1.5-1) unstable; urgency=low * New upstream release. -- Daniel Baumann Mon, 25 Dec 2006 13:16:00 +0100 gsambad (0.1.4-2) unstable; urgency=medium * Adjusting the icondir. * Makeing use of su-to-root in the desktop file. -- Daniel Baumann Sun, 26 Nov 2006 10:59:00 +0100 gsambad (0.1.4-1) unstable; urgency=low * New upstream release. -- Daniel Baumann Thu, 03 Aug 2006 20:52:00 +0200 gsambad (0.1.3-2) unstable; urgency=low * Updated long description (Closes: #377022). -- Daniel Baumann Thu, 06 Jul 2006 11:25:00 +0200 gsambad (0.1.3-1) unstable; urgency=low * New email address. * New upstream release. -- Daniel Baumann Thu, 06 Jul 2006 08:38:00 +0200 gsambad (0.1.1-1) unstable; urgency=low * New upstream release. -- Daniel Baumann Thu, 22 Jun 2006 18:42:00 +0200 gsambad (0.1.0-1) unstable; urgency=low * Initial release. * Added manapge. -- Daniel Baumann Fri, 02 Jun 2006 08:43:00 +0200 debian/manpages/0000775000000000000000000000000011632206641010764 5ustar debian/manpages/gadmin-samba.80000664000000000000000000000162511632206641013401 0ustar .TH GADMIN\-SAMBA 8 "2010\-03\-14" "0.2.9" "samba configuration tool" .SH NAME gadmin\-samba \- GTK+ configuration tool for samba .SH SYNOPSIS \fBgadmin\-samba\fR .SH DESCRIPTION gadmin\-samba is an easy to use GTK+ frontend for the SAMBA file and print server. It features multiple local and remote user and group imports, on the fly share creation and user handling, including randomization of usernames and passwords. PDF printing to shared/private directories or email. It also features three levels of domain management strategies. .SH OPTIONS gadmin\-samba has no options. .SH HOMEPAGE More information about gadmin\-samba and the gadmintools project can be found at <\fIhttp://www.gadmintools.org/\fR>. .SH AUTHOR gadmin\-samba was written by Magnus Loef . .PP This manual page was written by Daniel Baumann , for the Debian project (but may be used by others). debian/gadmin-samba.examples0000664000000000000000000000001211632206641013242 0ustar scripts/* debian/watch0000664000000000000000000000012711632206727010227 0ustar version=3 http://mange.dynalias.org/linux/gadmin-samba/gadmin-samba-([0-9.]*)\.tar\.gz debian/control0000664000000000000000000000264511701032050010567 0ustar Source: gadmin-samba Section: admin Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian QA Group Build-Depends: debhelper (>= 8), autotools-dev, libgtk2.0-dev Standards-Version: 3.9.1 Homepage: http://www.gadmintools.org/ Package: gadmin-samba Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, menu, samba, samba-common-bin Description: GTK+ configuration tool for samba gadmin-samba is an easy to use GTK+ frontend for the SAMBA file and print server. It features multiple local and remote user and group imports, on the fly share creation and user handling, including randomization of usernames and passwords. PDF printing to shared/private directories or email. It also features three levels of domain management strategies. Package: gadmin-samba-dbg Section: debug Priority: extra Architecture: any Depends: ${misc:Depends}, gadmin-samba (= ${binary:Version}) Description: GTK+ configuration tool for samba (debug) gadmin-samba is an easy to use GTK+ frontend for the SAMBA file and print server. It features multiple local and remote user and group imports, on the fly share creation and user handling, including randomization of usernames and passwords. PDF printing to shared/private directories or email. It also features three levels of domain management strategies. . This package contains the debugging symbols. debian/source/0000775000000000000000000000000011632210246010465 5ustar debian/source/format0000664000000000000000000000001411632206641011677 0ustar 3.0 (quilt) debian/source/options0000664000000000000000000000005111632206641012103 0ustar compression = gzip compression-level = 9 debian/pixmaps/0000775000000000000000000000000011632206641010652 5ustar debian/pixmaps/gadmin-samba.xpm0000664000000000000000000001044411632206641013723 0ustar /* XPM */ static char * gadmin_samba_xpm[] = { "32 26 160 2", " c None", ". c #FFA69C", "+ c #FF9077", "@ c #FF8365", "# c #FF8263", "$ c #FF7F61", "% c #FE755C", "& c #FC6C63", "* c #FFA090", "= c #FF7343", "- c #FF5F1D", "; c #FF5F1B", "> c #FF5F1F", ", c #FE5D32", "' c #F45726", ") c #FF8360", "! c #FF5F1C", "~ c #F45B1A", "{ c #FF784E", "] c #FE5E1B", "^ c #EC5218", "/ c #E85018", "( c #F7581A", "_ c #ED5419", ": c #FF805F", "< c #F85A1A", "[ c #A72F0F", "} c #490A05", "| c #260202", "1 c #320303", "2 c #8B220C", "3 c #EF5319", "4 c #FF5E1B", "5 c #BB2F13", "6 c #FF8F82", "7 c #FF601E", "8 c #F15619", "9 c #641308", "0 c #110101", "a c #631007", "b c #ED5118", "c c #E94918", "d c #FF7045", "e c #FD5D1B", "f c #6D1609", "g c #090000", "h c #9A1E0E", "i c #7E150B", "j c #FF7D77", "k c #FF601F", "l c #C33C13", "m c #180101", "n c #F14E19", "o c #A5290F", "p c #FF7059", "q c #791C0A", "r c #F25A1A", "s c #C13812", "t c #FE5B38", "u c #550D06", "v c #FF918D", "w c #FF764C", "x c #FF7347", "y c #F1613E", "z c #450505", "A c #BC3812", "B c #FE5936", "C c #550C06", "D c #FF7760", "E c #E84E18", "F c #280202", "G c #FF5F21", "H c #FE5C25", "I c #7F1B0B", "J c #FF6E48", "K c #D64615", "L c #1F0101", "M c #B63511", "N c #F95D1A", "O c #CA3A14", "P c #60100B", "Q c #520D06", "R c #AC3414", "S c #B33511", "T c #FF7E6B", "U c #8B230C", "V c #FC5B1B", "W c #A12410", "X c #EE7D6A", "Y c #751A0A", "Z c #FF7349", "` c #FC5C1B", " . c #480A05", ".. c #F6531A", "+. c #FB5D1B", "@. c #FFAAA3", "#. c #FF672E", "$. c #E34D17", "%. c #2A0202", "&. c #FF8E76", "*. c #1A0101", "=. c #CC3215", "-. c #FE5D1B", ";. c #FD5E1B", ">. c #FFA99E", ",. c #FF6C37", "'. c #7F1D0B", "). c #FF8D70", "!. c #F95B1A", "~. c #550E06", "{. c #C33213", "]. c #FF6022", "^. c #FF6B46", "/. c #FE7F6A", "(. c #FF907F", "_. c #FF937B", ":. c #FF7E56", "<. c #FF6120", "[. c #1D0101", "}. c #FFAFAA", "|. c #FF8B6C", "1. c #FF6A33", "2. c #8E240D", "3. c #100101", "4. c #B83111", "5. c #C93F14", "6. c #300403", "7. c #FF774C", "8. c #9B290E", "9. c #90220D", "0. c #A82F10", "a. c #2A0302", "b. c #FF7B52", "c. c #E54F18", "d. c #721809", "e. c #150101", "f. c #3F0604", "g. c #98280E", "h. c #D94716", "i. c #E95118", "j. c #B03411", "k. c #4F0C06", "l. c #140101", "m. c #FFA091", "n. c #FF6E39", "o. c #F95A1A", "p. c #D14415", "q. c #89220C", "r. c #310403", "s. c #050000", "t. c #240202", "u. c #3E0504", "v. c #470905", "w. c #270202", "x. c #120101", "y. c #974848", "z. c #6F2525", "A. c #530C07", "B. c #510D06", "C. c #340303", " . + @ # # # # # # # # # # # # $ % & ", " * = - ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; > , ' ", " ) ! ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ~ ", " { ; ; ; ; ] ^ / / / / / / / / / / / / ( ; ; ; ; ; _ ", " : ; ; ; < [ } | | | | | | | | | | | | | 1 2 3 ; ; ; 4 5 ", " 6 7 ; ; 8 9 0 a b ; ; ; c ", " d ; ; e f g h ] ; ; e i ", "j k ; ; l m n ; ; ; o ", "p ; ; ; q r ; ; ; s ", "t ; ; ; u v w x x x x x x x y z ! ; ; A ", "B ; ; ; C D ; ; ; ; ; ; ; ; E F G ; ; A ", "H ; ; ; I J ; ; ; ; ; ; ; ; K L > ; ; M ", "N ; ; ; O P Q Q Q Q R ; ; ; S T ; ; ; U ", " ; ; ; V W X ; ; ; Y Z ; ; ` . ", " ..; ; ; +. @.#.; ; $.%. &.! ; ; l *. ", " =.-.; ; ; ;. >.,.; ; ; '. ).k ; ; !.~. ", " {.4 ; ; ; ].^./.(._.:.<.; ; ; A [. }.|.1.; ; ; ] 2.3. ", " 4.4 ; ; ; ; ; ; ; ; ; ; ; 5.6. 7.; ; ; ; e 8.*. ", " 9.3 ; ; ; ; ; ; ; ; !.0.a. b.; ; ; ; c.d.e. ", " f.g.h.` ; ; ; i.j.k.l. m.n.; ; o.p.q.r.s. ", " t.u.Q Q v.w.x. y.z.A.Q Q B.C.L ", " ", " ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ", " ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ", " ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ", " ; ; ; ; ; ; ; ; ; ; ; ; "}; debian/gadmin-samba.menu0000664000000000000000000000047111632206641012401 0ustar ?package(gadmin-samba):needs="X11" section="Applications/System/Administration"\ title="gadmin-samba" longtitle="GTK+ configuration tool for samba"\ description="gadmin-samba is an easy to use GTK+ frontend for the samba server."\ command="/usr/sbin/gadmin-samba" icon="/usr/share/pixmaps/gadmin-samba.xpm" debian/compat0000664000000000000000000000000211632206641010367 0ustar 8 debian/copyright0000664000000000000000000000323011632206641011122 0ustar Files: * Copyright: (C) 2006-2010 Magnus Loef License: GPL-3+ 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 3 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, see . . On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. Files: debian/* Copyright: (C) 2006-2010 Daniel Baumann License: GPL-3+ 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 3 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, see . . On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. debian/gadmin-samba.install0000664000000000000000000000011611632206641013077 0ustar desktop/*.desktop /usr/share/applications debian/pixmaps/* /usr/share/pixmaps debian/gadmin-samba.manpages0000664000000000000000000000002211632206641013220 0ustar debian/manpages/*