--- gadmin-rsync-0.1.5.orig/debian/rules
+++ gadmin-rsync-0.1.5/debian/rules
@@ -0,0 +1,30 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with quilt ${@}
+
+override_dh_auto_clean:
+	dh_auto_clean
+
+	rm -f config.guess config.sub
+	rm -f po/*.gmo
+
+override_dh_auto_configure:
+	cp -f /usr/share/misc/config.guess .
+	cp -f /usr/share/misc/config.sub .
+
+	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/ChangeLog
+	rm -f debian/gadmin-rsync/usr/share/doc/gadmin-rsync/COPYING
+	rm -f debian/gadmin-rsync/usr/share/doc/gadmin-rsync/README
+
+override_dh_strip:
+	dh_strip --dbg-package=gadmin-rsync-dbg
--- gadmin-rsync-0.1.5.orig/debian/control
+++ gadmin-rsync-0.1.5/debian/control
@@ -0,0 +1,30 @@
+Source: gadmin-rsync
+Section: admin
+Priority: optional
+Maintainer: Debian Gadmintools Maintainers <gadmintools@lists.debian-maintainers.org>
+Uploaders:
+ Daniel Baumann <daniel@debian.org>, Magnus Loef <magnus-swe@telia.com>
+Build-Depends:
+ debhelper (>= 7.0.50~), autotools-dev, libgtk2.0-dev, quilt (>= 0.46-7)
+Standards-Version: 3.8.4
+Homepage: http://www.gadmintools.org/
+Vcs-Browser: http://git.debian-maintainers.org/?p=gadmintools/gadmin-rsync.git
+Vcs-Git: git://git.debian-maintainers.org/git/gadmintools/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.
+
+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.
+ .
+ This package contains the debugging symbols.
--- gadmin-rsync-0.1.5.orig/debian/README.source
+++ gadmin-rsync-0.1.5/debian/README.source
@@ -0,0 +1,37 @@
+Package Repositories
+--------------------
+
+Backports for the current stable debian distribution as well as snapshots of
+unreleased versions may be available in repositories listed on the maintainers
+homepage. The current URL of the maintainer homepage can be seen in
+debian/copyright.
+
+
+Source Access
+-------------
+
+You can obtain the sources of this package with:
+
+  $ apt-get source ${PACKAGE}
+
+whereas '${PACKAGE}' has to be replaced with the actual name of the package.
+
+This package is maintained with the Git version control system. The current git
+source tree can be obtained with:
+
+  $ git clone ${GIT_URI}
+
+whereas '${GIT_URI}' has to be replaced with the actual URI for the Git
+repository. The current Git URI can be seen in debian/control in the extracted
+package sources.
+
+More information about Git can be found in the git-core package.
+
+This package may use the Quilt patch system to manage all modifications to the
+upstream source. Changes, if any, are stored in the source package as diffs in
+debian/diff and are applied during the build. Current modifications can be
+applied to the source tree with:
+
+  $ QUILT_PATCHES=debian/patches quilt push -a
+
+More information about Quilt can be found in the quilt package.
--- gadmin-rsync-0.1.5.orig/debian/copyright
+++ gadmin-rsync-0.1.5/debian/copyright
@@ -0,0 +1,42 @@
+Upstream-Contact: Magnus Loef <magnus-swe@telia.com>
+Upstream-Homepage: http://www.gadmintools.org/
+Maintainer-Contact: Debian Gadmintools Maintainers <gadmintools@lists.debian-maintainers.org>
+Maintainer-Homepage: http://gadmintools.debian-maintainers.org/
+
+Files: *
+Copyright: (C) 2007-2009 Magnus Loef <magnus-swe@telia.com>
+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 <http://www.gnu.org/licenses/>.
+ .
+ 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) 2007-2010 Daniel Baumann <daniel@debian.org>
+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 <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-3 file.
--- gadmin-rsync-0.1.5.orig/debian/changelog
+++ gadmin-rsync-0.1.5/debian/changelog
@@ -0,0 +1,113 @@
+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 <daniel@debian.org>  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 <daniel@debian.org>  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 <daniel@debian.org>  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 <daniel@debian.org>  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 <daniel@debian.org>  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 <daniel@debian.org>  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 <daniel@debian.org>  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 <daniel@debian.org>  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 <daniel@debian.org>  Fri, 20 Jun 2008 11:24:00 +0200
+
+gadmin-rsync (0.0.9-3) unstable; urgency=low
+
+  * Adding debug package.
+
+ -- Daniel Baumann <daniel@debian.org>  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 <daniel@debian.org>  Thu, 17 Apr 2008 23:09:00 +0200
+
+gadmin-rsync (0.0.9-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Daniel Baumann <daniel@debian.org>  Tue, 26 Feb 2008 10:31:00 +0100
--- gadmin-rsync-0.1.5.orig/debian/gadmin-rsync.install
+++ gadmin-rsync-0.1.5/debian/gadmin-rsync.install
@@ -0,0 +1,2 @@
+desktop/*.desktop	/usr/share/applications
+debian/pixmaps/*	/usr/share/pixmaps
--- gadmin-rsync-0.1.5.orig/debian/gadmin-rsync.manpages
+++ gadmin-rsync-0.1.5/debian/gadmin-rsync.manpages
@@ -0,0 +1 @@
+debian/manpages/*
--- gadmin-rsync-0.1.5.orig/debian/compat
+++ gadmin-rsync-0.1.5/debian/compat
@@ -0,0 +1 @@
+7
--- gadmin-rsync-0.1.5.orig/debian/gadmin-rsync.menu
+++ gadmin-rsync-0.1.5/debian/gadmin-rsync.menu
@@ -0,0 +1,4 @@
+?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"
--- gadmin-rsync-0.1.5.orig/debian/manpages/gadmin-rsync.8
+++ gadmin-rsync-0.1.5/debian/manpages/gadmin-rsync.8
@@ -0,0 +1,21 @@
+.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).
--- gadmin-rsync-0.1.5.orig/debian/pixmaps/gadmin-rsync.xpm
+++ gadmin-rsync-0.1.5/debian/pixmaps/gadmin-rsync.xpm
@@ -0,0 +1,167 @@
+/* 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                     ",
+"                                                                ",
+"                                                                ",
+"                                                                ",
+"                                                                ",
+"                                                                ",
+"                                                                "};
--- gadmin-rsync-0.1.5.orig/debian/patches/01-icondir.patch
+++ gadmin-rsync-0.1.5/debian/patches/01-icondir.patch
@@ -0,0 +1,61 @@
+Author: Daniel Baumann <daniel@debian.org>
+Description: Adjusts icon directory.
+
+diff -Naurp gadmin-rsync.orig/Makefile.am gadmin-rsync/Makefile.am
+--- gadmin-rsync.orig/Makefile.am	2007-09-08 21:38:08.000000000 +0000
++++ gadmin-rsync/Makefile.am	2008-02-26 09:46:26.000000000 +0000
+@@ -10,15 +10,15 @@ EXTRA_DIST = \
+ 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; \
+diff -Naurp gadmin-rsync.orig/Makefile.in gadmin-rsync/Makefile.in
+--- gadmin-rsync.orig/Makefile.in	2007-12-29 15:16:18.000000000 +0000
++++ gadmin-rsync/Makefile.in	2008-02-26 09:46:41.000000000 +0000
+@@ -629,15 +629,15 @@ uninstall-am:
+ 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; \
+diff -Naurp gadmin-rsync.orig/src/create_main_window.c gadmin-rsync/src/create_main_window.c
+--- gadmin-rsync.orig/src/create_main_window.c	2007-10-25 19:11:03.000000000 +0000
++++ gadmin-rsync/src/create_main_window.c	2008-02-26 09:46:46.000000000 +0000
+@@ -50,7 +50,7 @@ void create_main_window(struct w *widget
+     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);
+ 
--- gadmin-rsync-0.1.5.orig/debian/patches/series
+++ gadmin-rsync-0.1.5/debian/patches/series
@@ -0,0 +1,2 @@
+01-icondir.patch
+02-desktop.patch
--- gadmin-rsync-0.1.5.orig/debian/patches/02-desktop.patch
+++ gadmin-rsync-0.1.5/debian/patches/02-desktop.patch
@@ -0,0 +1,18 @@
+Author: Daniel Baumann <daniel@debian.org>
+Description: Makes use of su-to-root and cleans Categories.
+
+diff -Naurp gadmin-rsync.orig/desktop/gadmin-rsync.desktop gadmin-rsync/desktop/gadmin-rsync.desktop
+--- gadmin-rsync.orig/desktop/gadmin-rsync.desktop	2009-11-21 16:53:27.000000000 +0000
++++ gadmin-rsync/desktop/gadmin-rsync.desktop	2009-11-21 17:00:50.000000000 +0000
+@@ -15,8 +15,8 @@ Name[ro]=GAdmin-Rsync
+ 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;
--- gadmin-rsync-0.1.5.orig/debian/source/format
+++ gadmin-rsync-0.1.5/debian/source/format
@@ -0,0 +1 @@
+1.0
