debian/0000775000000000000000000000000013260671151007172 5ustar debian/rules0000775000000000000000000000137211535740611010256 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-rsync install # Removing useless files rm -rf debian/gadmin-rsync/usr/share/icons/gadmin-rsync rm -f debian/gadmin-rsync/usr/share/doc/gadmin-rsync/AUTHORS rm -f debian/gadmin-rsync/usr/share/doc/gadmin-rsync/COPYING rm -f debian/gadmin-rsync/usr/share/doc/gadmin-rsync/README override_dh_installchangelogs: dh_installchangelogs ChangeLog override_dh_strip: dh_strip --dbg-package=gadmin-rsync-dbg debian/gadmin-rsync.manpages0000664000000000000000000000002211474527450013303 0ustar debian/manpages/* debian/patches/0000775000000000000000000000000011535744307010630 5ustar debian/patches/01-icondir.patch0000664000000000000000000000564111535744215013522 0ustar Author: Daniel Baumann Description: Adjusts icon directory. Index: gadmin-rsync-0.1.7/Makefile.am =================================================================== --- gadmin-rsync-0.1.7.orig/Makefile.am 2011-03-10 01:34:21.368235378 +0700 +++ gadmin-rsync-0.1.7/Makefile.am 2011-03-10 01:32:38.488717869 +0700 @@ -10,15 +10,15 @@ install-data-local: @$(NORMAL_INSTALL) if test -d $(srcdir)/pixmaps; then \ - $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/gadmin-rsync; \ + $(mkinstalldirs) $(DESTDIR)$(datadir)/icons; \ for pixmap in $(srcdir)/pixmaps/*; do \ if test -f $$pixmap; then \ - $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/gadmin-rsync; \ + $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/icons; \ fi \ done \ fi; - if test -d $(DESTDIR)$(datadir)/pixmaps; then \ - cp pixmaps/gadmin-rsync.png $(DESTDIR)$(datadir)/pixmaps/; \ + if test -d $(DESTDIR)$(datadir)/icons; then \ + cp pixmaps/gadmin-rsync.png $(DESTDIR)$(datadir)/icons/; \ fi; if test -f $(DESTDIR)$(bindir)/consolehelper && test ! -f $(DESTDIR)$(bindir)/gadmin-rsync; then \ ln -s $(DESTDIR)$(bindir)/consolehelper $(DESTDIR)$(bindir)/gadmin-rsync; \ Index: gadmin-rsync-0.1.7/Makefile.in =================================================================== --- gadmin-rsync-0.1.7.orig/Makefile.in 2011-03-10 01:34:21.420228233 +0700 +++ gadmin-rsync-0.1.7/Makefile.in 2011-03-10 01:33:24.496217432 +0700 @@ -713,15 +713,15 @@ install-data-local: @$(NORMAL_INSTALL) if test -d $(srcdir)/pixmaps; then \ - $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/gadmin-rsync; \ + $(mkinstalldirs) $(DESTDIR)$(datadir)/icons; \ for pixmap in $(srcdir)/pixmaps/*; do \ if test -f $$pixmap; then \ - $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/gadmin-rsync; \ + $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/icons; \ fi \ done \ fi; - if test -d $(DESTDIR)$(datadir)/pixmaps; then \ - cp pixmaps/gadmin-rsync.png $(DESTDIR)$(datadir)/pixmaps/; \ + if test -d $(DESTDIR)$(datadir)/icons; then \ + cp pixmaps/gadmin-rsync.png $(DESTDIR)$(datadir)/icons/; \ fi; if test -f $(DESTDIR)$(bindir)/consolehelper && test ! -f $(DESTDIR)$(bindir)/gadmin-rsync; then \ ln -s $(DESTDIR)$(bindir)/consolehelper $(DESTDIR)$(bindir)/gadmin-rsync; \ Index: gadmin-rsync-0.1.7/src/create_main_window.c =================================================================== --- gadmin-rsync-0.1.7.orig/src/create_main_window.c 2011-03-10 01:34:21.140233349 +0700 +++ gadmin-rsync-0.1.7/src/create_main_window.c 2011-03-10 01:34:12.692218513 +0700 @@ -51,7 +51,7 @@ g_free(info); /* Set the main window icon */ - pixmap_directory = g_strdup_printf("%s/pixmaps/gadmin-rsync", PACKAGE_DATA_DIR); + pixmap_directory = g_strdup_printf("%s/icons", PACKAGE_DATA_DIR); add_pixmap_directory(pixmap_directory); g_free(pixmap_directory); debian/patches/03_spelling_errors.patch0000664000000000000000000000134511535744307015367 0ustar Author: Mahyuddin Susanto Description: Fix spelling error recieved -> received Index: gadmin-rsync-0.1.7/src/show_info.c =================================================================== --- gadmin-rsync-0.1.7.orig/src/show_info.c 2011-03-10 01:24:49.344217654 +0700 +++ gadmin-rsync-0.1.7/src/show_info.c 2011-03-10 01:24:47.132717740 +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; } debian/patches/02-desktop.patch0000664000000000000000000000153111535744234013540 0ustar Author: Daniel Baumann Description: Makes use of su-to-root and cleans Categories. Index: gadmin-rsync-0.1.7/desktop/gadmin-rsync.desktop =================================================================== --- gadmin-rsync-0.1.7.orig/desktop/gadmin-rsync.desktop 2011-03-10 01:03:10.888716125 +0700 +++ gadmin-rsync-0.1.7/desktop/gadmin-rsync.desktop 2011-03-10 01:04:04.972744896 +0700 @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Name=GAdmin-Rsync Name[de]=GAdmin-Rsync Name[es]=GAdmin-Rsync @@ -15,8 +14,8 @@ Name[zh_TW]=GAdmin-Rsync GenericName=GAdmin-Rsync Comment=GAdmin-Rsync -Exec=gadmin-rsync -Icon=gadmin-rsync.png +Exec=su-to-root -X -c /usr/sbin/gadmin-rsync +Icon=gadmin-rsync Terminal=false Type=Application -Categories=Application;System;Network;X-Red-Hat-ServerConfig;X-Red-Hat-Base; +Categories=GTK;System; debian/patches/series0000664000000000000000000000007311535744127012045 0ustar 01-icondir.patch 02-desktop.patch 03_spelling_errors.patch debian/changelog0000664000000000000000000001100713260671151011043 0ustar gadmin-rsync (0.1.7-1build1) bionic; urgency=high * No change rebuild to pick up -fPIE compiler default -- Balint Reczey Tue, 03 Apr 2018 12:24:09 +0000 gadmin-rsync (0.1.7-1) unstable; urgency=low * New Maintainer. (Closes: #605305) * New upstream releases. (Closes: #608251) * debian/patches/01-icondir.patch: Refreshed. * debian/patches/02-desktop.patch: add new rules to deleting encoding field. * debian/patches/03_spelling_errors.patch: Fix spell errors. * debian/control: - Improve long descriptions. - Add vcs field to alioth. * debian/watch: Added for uscan. -- Mahyuddin Susanto Sat, 26 Mar 2011 16:30:00 +0700 gadmin-rsync (0.1.5-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:36:12 +0100 gadmin-rsync (0.1.5-2) unstable; urgency=low * Adding explicit debian source version 1.0 until switch to 3.0. * Updating year in copyright file. * Updating to standards 3.8.4. * Sorting dh call in rules to more common order. * Updating year and version in manpage. -- Daniel Baumann Sun, 14 Mar 2010 12:22:24 +0100 gadmin-rsync (0.1.5-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.1.5. * Rediffing desktop.patch. * Updating README.source. * Bumping versioned build-depends on quilt. * Moving maintainer homepage from control to copyright. -- Daniel Baumann Sat, 21 Nov 2009 17:56:22 +0100 gadmin-rsync (0.1.4-2) unstable; urgency=low * Updating maintainer field. * Updating vcs fields. * Updating package to standards version 3.8.3. * Sorting depends. * Minimizing rules file. * Adding misc depends. -- Daniel Baumann Thu, 20 Aug 2009 09:39:45 +0200 gadmin-rsync (0.1.4-1) unstable; urgency=low * Merging upstream version 0.1.4. -- Daniel Baumann Mon, 20 Jul 2009 11:10:16 +0200 gadmin-rsync (0.1.3-1) unstable; urgency=low * Updating section of the debug package. * Merging upstream version 0.1.3. * Updating package to standards version 3.8.2. * Tidy rules file. * Updating date and version in manpage header. -- Daniel Baumann Mon, 20 Jul 2009 11:07:16 +0200 gadmin-rsync (0.1.2-1) unstable; urgency=low * Merging upstream version 0.1.2. -- Daniel Baumann Mon, 18 May 2009 12:24:55 +0200 gadmin-rsync (0.1.1-1) unstable; urgency=low * Using patch-stamp rather than patch in rules file. * Replacing obsolete dh_clean -k with dh_prep. * Merging upstream version 0.1.1. * Using quilt rather than dpatch. * Updating year in copyright. * Prefixing debhelper files with package name. * Adding description in menu file. * Updating rules file to current state of the art. * Installing files with debhelper install file rather than in install target of rules. -- Daniel Baumann Tue, 27 Jan 2009 11:07:00 +0100 gadmin-rsync (0.1.0-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:04:00 +0200 gadmin-rsync (0.1.0-1) unstable; urgency=medium * Reordering rules file. * Merging upstream version 0.1.0. * Updating to standards 3.8.0. * Removing obsolete entries from desktop file. * Updatingto debhelper 7. * Removing French spacing in copyright file. * Correcting indenting in copyright file. -- Daniel Baumann Fri, 20 Jun 2008 11:24:00 +0200 gadmin-rsync (0.0.9-3) unstable; urgency=low * Adding debug package. -- Daniel Baumann Thu, 17 Apr 2008 23:14:00 +0200 gadmin-rsync (0.0.9-2) unstable; urgency=low * Reordering rules file. * Rewrapping copyright file. * Updating vcs fields in control. -- Daniel Baumann Thu, 17 Apr 2008 23:09:00 +0200 gadmin-rsync (0.0.9-1) unstable; urgency=low * Initial release. -- Daniel Baumann Tue, 26 Feb 2008 10:31:00 +0100 debian/gadmin-rsync.menu0000664000000000000000000000047111474527451012465 0ustar ?package(gadmin-rsync):needs="X11" section="Applications/System/Administration"\ title="gadmin-rsync" longtitle="GTK+ configuration tool for rsync"\ description="gadmin-rsync is an easy to use GTK+ frontend for the rsync server."\ command="/usr/sbin/gadmin-rsync" icon="/usr/share/pixmaps/gadmin-rsync.xpm" debian/manpages/0000775000000000000000000000000011474527443010776 5ustar debian/manpages/gadmin-rsync.80000664000000000000000000000117611474527443013467 0ustar .TH GADMIN\-RSYNC 8 "2010\-03\-14" "0.1.5" "rsync configuration tool" .SH NAME gadmin\-rsync \- GTK+ configuration tool for rsync .SH SYNOPSIS \fBgadmin\-rsync\fR .SH DESCRIPTION gadmin\-rsync is an easy to use GTK+ frontend for the rsync server. .SH OPTIONS gadmin\-rsync has no options. .SH HOMEPAGE More information about gadmin\-rsync and the gadmintools project can be found at <\fIhttp://www.gadmintools.org/\fR>. .SH AUTHOR gadmin\-rsync was written by Magnus Loef <\fImagnus-swe@telia.com\fR>. .PP This manual page was written by Daniel Baumann <\fIdaniel@debian.org\fR>, for the Debian project (but may be used by others). debian/watch0000664000000000000000000000012711535735670010235 0ustar version=3 http://mange.dynalias.org/linux/gadmin-rsync/gadmin-rsync-([0-9.]*)\.tar\.gz debian/gadmin-rsync.install0000664000000000000000000000011611474527447013170 0ustar desktop/*.desktop /usr/share/applications debian/pixmaps/* /usr/share/pixmaps debian/control0000664000000000000000000000462211541554565010612 0ustar Source: gadmin-rsync Section: admin Priority: optional Maintainer: Mahyuddin Susanto Build-Depends: debhelper (>= 8), autotools-dev, libgtk2.0-dev | libgtk3.0-dev Standards-Version: 3.9.1 Homepage: http://www.gadmintools.org/ Vcs-Git: git://git.debian.org/collab-maint/gadmin-rsync.git Vcs-Browser: http://git.debian.org/?p=collab-maint/gadmin-rsync.git Package: gadmin-rsync Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, menu, rsync Recommends: openssh-client Description: GTK+ configuration tool for rsync gadmin-rsync is an easy to use GTK+ frontend for the rsync server. . Feature: - Multiple backup sets that can be scheduled to run at specific times via cron. - Each of these backup sets can contain multiple remote or local data backups. - Backup sets that are started via cron schedules will generate log files for each of the data backups in the backup sets. - The backup logfiles will have the same names as the individual backup sets. - Individual backup sets can be run manually and the progress can be viewed in the progress tab. - Remote backups are fully automatic, differential and encrypted. - Keys are created for each host, uploaded and then installed on the remote hosts using a combination of ssh-keygen/scp and ssh. - Makes remote synchronizations scheduleable. Package: gadmin-rsync-dbg Section: debug Priority: extra Architecture: any Depends: ${misc:Depends}, gadmin-rsync (= ${binary:Version}) Recommends: openssh-client Description: GTK+ configuration tool for rsync (debug) gadmin-rsync is an easy to use GTK+ frontend for the rsync server. . Feature: - Multiple backup sets that can be scheduled to run at specific times via cron. - Each of these backup sets can contain multiple remote or local data backups. - Backup sets that are started via cron schedules will generate log files for each of the data backups in the backup sets. - The backup logfiles will have the same names as the individual backup sets. - Individual backup sets can be run manually and the progress can be viewed in the progress tab. - Remote backups are fully automatic, differential and encrypted. - Keys are created for each host, uploaded and then installed on the remote hosts using a combination of ssh-keygen/scp and ssh. - Makes remote synchronizations scheduleable. . This package contains the debugging symbols. debian/source/0000775000000000000000000000000011474527447010507 5ustar debian/source/format0000664000000000000000000000001411474527447011715 0ustar 3.0 (quilt) debian/source/options0000664000000000000000000000005111474527446012120 0ustar compression = gzip compression-level = 9 debian/pixmaps/0000775000000000000000000000000011474527444010665 5ustar debian/pixmaps/gadmin-rsync.xpm0000664000000000000000000000777011474527444014021 0ustar /* XPM */ static char * gadmin_rsync_xpm[] = { "32 27 137 2", " c None", ". c #A8B6CF", "+ c #7D899E", "@ c #687388", "# c #677288", "$ c #657087", "% c #6A7B9A", "& c #7B92BC", "* c #97A4BB", "= c #3B4250", "- c #060709", "; c #000000", "> c #0F131A", ", c #3C4C68", "' c #56709F", ") c #5E687C", "! c #050608", "~ c #10151F", "{ c #0E131B", "] c #475163", "^ c #06090F", "/ c #0B111C", "( c #0A0F19", "_ c #020204", ": c #030406", "< c #131D30", "[ c #5D697F", "} c #080C13", "| c #121B2C", "1 c #0C131E", "2 c #080B13", "3 c #070B12", "4 c #090E17", "5 c #0D1421", "6 c #020406", "7 c #1F304E", "8 c #8A9AB8", "9 c #06080A", "0 c #0F1826", "a c #020305", "b c #121C2D", "c c #111A2A", "d c #111B2C", "e c #3F495B", "f c #05080C", "g c #1E2E4B", "h c #070B11", "i c #030508", "j c #1B2943", "k c #899EC5", "l c #0B0E13", "m c #101928", "n c #04060A", "o c #141F33", "p c #162136", "q c #66799D", "r c #0A0F16", "s c #040508", "t c #121C2E", "u c #4B5F84", "v c #91A5CA", "w c #232A36", "x c #1B202A", "y c #222D41", "z c #161D29", "A c #4A5F84", "B c #030407", "C c #6B7C9B", "D c #1D2532", "E c #1D2637", "F c #172338", "G c #41506B", "H c #0A101A", "I c #090E16", "J c #0D1420", "K c #070A10", "L c #8EA3C9", "M c #131D2F", "N c #080D14", "O c #3A4760", "P c #7586A4", "Q c #000001", "R c #040609", "S c #192740", "T c #6B7991", "U c #030507", "V c #2E3543", "W c #080D15", "X c #0C121E", "Y c #19263E", "Z c #090D13", "` c #8D9AB1", " . c #0F1725", ".. c #535E71", "+. c #0E1624", "@. c #121822", "#. c #54688E", "$. c #B5C2DA", "%. c #6B768A", "&. c #0A0C10", "*. c #070A11", "=. c #101827", "-. c #95A2B9", ";. c #343C49", ">. c #0B111B", ",. c #1C2A45", "'. c #0B111D", "). c #171C25", "!. c #3E4758", "~. c #4A5364", "{. c #3A4250", "]. c #0D1015", "^. c #96A3BD", "/. c #212630", "(. c #010203", "_. c #080C14", ":. c #17243A", "<. c #0E1522", "[. c #9FACC4", "}. c #181D25", "|. c #000101", "1. c #0F1624", "2. c #0A0F18", "3. c #05070C", "4. c #0F1726", "5. c #8B98AF", "6. c #161A22", "7. c #010102", "8. c #0D131F", "9. c #0E1523", "0. c #0E1623", "a. c #141921", "b. c #3B4454", "c. c #75839D", "d. c #78859D", "e. c #4D5C77", "f. c #101927", " . + @ # # # # # # # # # # # # $ % & ", " * = - ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; > , ' ", " ) ! ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ~ { ", " ] ; ; ; ; ^ / / / / / / / / / / / / / ( _ ; ; ; : < ", " [ ; ; ; } | 1 2 3 3 3 3 3 3 3 3 3 3 3 3 4 < 5 ; ; ; 6 7 ", " 8 9 ; ; 4 0 a b c ; ; ; d ", " e ; ; f c g h ; ; i j ", "k l ; ; m n o ; ; ; p ", "q ; ; ; | r s ; ; t ", "u ; ; i t v w x x x x x x x y / z ; ; b ", "A ; ; B < C ; ; ; ; ; ; ; ; 5 4 D ; ; b ", "E ; ; ; F G H H H H I ; ; ; J K L > ; ; c ", "i ; ; ; M 4 N N N N O : ; ; c P Q ; ; t ", " R ; ; _ S T ; ; U c V ; ; W X ", " Y ; ; ; ; Z ` l ; ; .^ ..; ; ; b i ", " +.; ; ; @.#. $.%.&.; ; *.=. -.;.; ; ; X >. ", " ,.'.; ; ; ; ).!.~.{.].; ; ; R b 6 ^./.(.; ; ; _.=. ", " :.<.; ; ; ; ; ; ; ; ; ; h | R [.}.; ; ; |.5 =. ", " 1.M 2.|.; ; ; ; ; 3.4.4.6 5.6.; ; 7.( b 4 ", " 8.b 4.9.9.0.c 0.a.b.c.d.e.f.9.<.=.c 2.a ", " n n n n n ", " ", " ", " ", " ", " ", " "}; debian/compat0000664000000000000000000000000211541554601010370 0ustar 8 debian/copyright0000664000000000000000000000173611536551260011136 0ustar Files: * Copyright: 2007-2011, Magnus Loef License: GPL-3+ 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: 2007-2010, Daniel Baumann , 2011, Mahyuddin Susanto License: GPL-3+