--- gksu-1.9.3.orig/debian/nautilus-gksu.install +++ gksu-1.9.3/debian/nautilus-gksu.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/* --- gksu-1.9.3.orig/debian/docs +++ gksu-1.9.3/debian/docs @@ -0,0 +1,2 @@ +README +AUTHORS --- gksu-1.9.3.orig/debian/menu +++ gksu-1.9.3/debian/menu @@ -0,0 +1,7 @@ +?package(gksu):\ +needs="x11"\ +section="Apps/System"\ +title="X-Terminal as root (GKsu)"\ +longtitle="Runs an X terminal application. Uses GKsu to ask the password."\ +icon="/usr/share/pixmaps/gksu-debian.xpm"\ +command="/usr/bin/gksu -u root /usr/bin/x-terminal-emulator" --- gksu-1.9.3.orig/debian/control +++ gksu-1.9.3/debian/control @@ -0,0 +1,28 @@ +Source: gksu +Section: admin +Priority: optional +Maintainer: Gustavo Noronha Silva +Uploaders: Debian GNOME Maintainers , Andrew Lau , Clément Stenac , Dafydd Harries , Guilherme de S. Pastore , Gustavo Franco , J.H.M. Dassen (Ray) , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Marco Cabizza , Oystein Gisnas , Ondřej Surý , Ross Burton , Sebastien Bacher , Sjoerd Simons +Build-Depends: cdbs, debhelper (>= 4.1.0), intltool, autotools-dev, gnome-pkg-tools, libgtk2.0-dev (>= 2.4.0), libgksu2-dev (>= 1.9.8-1), libnautilus-extension-dev, libgconf2-dev +Standards-Version: 3.7.2 + +Package: gksu +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, sudo, gnome-keyring +Replaces: gnome-sudo, libgksu0 +Provides: gnome-sudo +Conflicts: gnome-sudo (<= 0.3-1.1) +Description: graphical frontend to su + gksu is a Gtk+ frontend to /bin/su. It supports login shells + and preserving environment when acting as a su frontend. It + is useful to menu items or other graphical programs that need + to ask a user's password to run another program as another user. + +Package: nautilus-gksu +Architecture: any +Depends: ${shlibs:Depends} +Description: gksu extension for nautilus + The gtku extension for nautilus allows you to become the root + user using the right-clic menu when browsing your files with + nautilus. + --- gksu-1.9.3.orig/debian/gksu.postinst +++ gksu-1.9.3/debian/gksu.postinst @@ -0,0 +1,10 @@ +#!/bin/sh +set -e + +#DEBHELPER# + +if [ "$1" = "configure" ] && [ -n $2 ]; then + if dpkg --compare-versions "$2" lt 1.3.2-2; then + test -f /etc/gksu.conf && /bin/sh /usr/share/gksu/gksu-migrate-conf.sh || true + fi +fi --- gksu-1.9.3.orig/debian/rules +++ gksu-1.9.3/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/buildcore.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk + +clean:: + -test -d po.old && (rm -rf po; mv po.old po) + +post-patches:: + if ! test -d po.old && test -d debian/pos; then \ + cp -a po{,.old}; \ + cp -a debian/pos/* po/; \ + rm po/*gmo po/stamp-po || true; \ + fi + +binary-post-install/gksu:: + chmod a+x debian/gksu/usr/share/gksu/gksu-migrate-conf.sh + +binary-post-install/nautilus-gksu:: + rm debian/nautilus-gksu/usr/lib/nautilus/extensions-1.0/*a --- gksu-1.9.3.orig/debian/watch +++ gksu-1.9.3/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://people.debian.org/~kov/gksu/gksu/gksu-(.*)\.tar\.gz \ + debian uupdate --- gksu-1.9.3.orig/debian/changelog +++ gksu-1.9.3/debian/changelog @@ -0,0 +1,1258 @@ +gksu (1.9.3-1ubuntu2) edgy; urgency=low + + * Install the nautilus extension in 'nautilus-gksu' binary package + to avoid gnome dependencies for gksu: + - update debain/gksu.install and create nautilus-gksu.install + - debian/rules: remove .a and .la files from the nautilus-gksu package + - debian/control: create the nautilus-gksu related fields + + -- Gauvain Pocentek Fri, 11 Aug 2006 17:39:42 +0200 + +gksu (1.9.3-1ubuntu1) edgy; urgency=low + + * merged from debian + * debian/patches/11_startup_notification.diff: + - dropped and moved to libgksu + * debian/patches/14_set_http_proxy_env.patch: + - updated + + -- Michael Vogt Mon, 7 Aug 2006 12:15:04 +0200 + +gksu (1.9.3-1) unstable; urgency=low + + * New upstream release + - no longer displays the 'open as administrator' menu item + when running with root powers (Closes: #380708) + - fixes typo in the manpage (Closes: #379186) + - includes the Korean translation by Changwoo Ryu + (Closes: #379427) + * debian/control.in: + - require libgksu >= 1.9.8 for building, since the startup + notification functionality moved there; + - for that reason, remove the startup notification library + from the build dependencies + * debian/patches/01_locale.patch: + - removed; included upstream + + -- Gustavo Noronha Silva Sun, 6 Aug 2006 16:57:26 -0300 + +gksu (1.9.2-2) UNRELEASED; urgency=low + + [ Oystein Gisnas ] + * Add watch file + + [ Josselin Mouette ] + * 01_locale.patch: correctly include locale.h. + + -- Josselin Mouette Thu, 3 Aug 2006 22:16:11 +0200 + +gksu (1.9.2-1) unstable; urgency=low + + * New upstream release + * debian/control.in: + - need libgksu2 >= 1.9.6, so build-depend on it + - builds a nautilus extension, so build-depend on libnautilus-extension-dev + * debian/rules: + - remove the .la and .a files installed in the nautilus extensions directory + + -- Gustavo Noronha Silva Mon, 17 Jul 2006 21:56:58 -0300 + +gksu (1.9.1-2ubuntu1) edgy; urgency=low + + * Merge from debian unstable. + * ported: + - 07_desktop_in_ship.patch + - 11_startup_notification.patch + - 14_set_http_proxy_env.patch + * dropped (need to move to libgksu2) + - 08_sudo_string_fixes.patch + - 09_multihead.patch + - 10_sudo_mode.patch + - 12_no_password_dialog.patch + - 13_beautification.patch + + -- Michael Vogt Tue, 4 Jul 2006 14:58:27 +0200 + +gksu (1.9.1-2) unstable; urgency=low + + * Releasing to unstable + - gksuexec is gone for the time being (does it need to come back? + I don't know), so this bug should no longer applly (Closes: #364467) + - can no longer reproduce the problem with capslock reporting making + the window mess with the background (Closes: #367233) + * debian/control.in: + - added dependency on gnome-keyring (Closes: #345747) + - updated gtk+ build-dep to >= 2.4.0 + - added build-dep on libstartup-notification0-dev + - added build-dep on libgconf2-dev + * debian/rules: + - make gksu-migrate-conf.sh executable + + -- Gustavo Noronha Silva Sat, 10 Jun 2006 14:40:45 -0300 + +gksu (1.9.1-1) experimental; urgency=low + + * New upstream development release + * debian/control.in: + - need libgksu2 >= 1.9.2 + - updated Standards-Version to 3.7.2, with no changes + * debian/menu: + - removed the entry for gksuexec; it may never be back (or maybe + it will soon) + + -- Gustavo Noronha Silva Sat, 3 Jun 2006 12:07:58 -0300 + +gksu (1.9.0-1) UNRELEASED; urgency=low + + * New upstream development release + * debian/control.in: + - updated build-dependencies; no longer need libgksuui, no + longer uses gnome-keyring, nor gconf, but needs a newer + libgksu + + -- Gustavo Noronha Silva Mon, 24 Apr 2006 08:04:43 -0300 + +gksu (1.3.7-1) unstable; urgency=low + + * New upstream release + - includes new translations (Closes: #342006, #340137, #347442, #350374) + - includes typo fix on manpage (Closes: #349598) + * debian/patches/migrate-conf.diff: + - removed, included upstream (Closes: #353254) + + -- Gustavo Noronha Silva Tue, 4 Apr 2006 00:01:50 -0300 + +gksu (1.3.7-0ubuntu9) dapper; urgency=low + + * debian/patches/13_beautification.patch: + Fix ugly spacing, results in string change, will inform the + translation teams about it (Ubuntu: #32620) + + -- Michael Vogt Tue, 9 May 2006 23:05:35 +0200 + +gksu (1.3.7-0ubuntu8) dapper; urgency=low + + * debian/patches/11_startup_notifcation.patch: + - use a more reliable way to get the current xevent timestamp + than gdk_x11_display_get_user_time() - this should fix the + "gksu opens apps in background bug" (ubuntu: #31487) + + -- Michael Vogt Tue, 9 May 2006 13:38:25 +0200 + +gksu (1.3.7-0ubuntu7) dapper; urgency=low + + * debian/patches/02_ubuntu_gksuexec.patch: + - removed, no longer needed because we can always use gksu and + it will use a gconf key to determine what backend (su, sudo) to use + + -- Michael Vogt Tue, 2 May 2006 10:11:21 +0200 + +gksu (1.3.7-0ubuntu6) dapper; urgency=low + + * debian/patches/13_beautification.patch, + debian/patches/11_startup_notifcation.patch: + - wording improvments (thanks to Sebastian Heinlein, + Ubuntu: #32620, #40977) + + -- Michael Vogt Mon, 24 Apr 2006 21:51:25 +0200 + +gksu (1.3.7-0ubuntu5) dapper; urgency=low + + * patches/14_set_http_proxy_env.patch: + - export a http_proxy environment if a proxy is set in gconf + + -- Michael Vogt Thu, 13 Apr 2006 12:04:14 +0200 + +gksu (1.3.7-0ubuntu4) dapper; urgency=low + + * debian/patches/11_startup_notification.patch: + - bugfix with a incorrect init of the gksu_context (ubuntu: #35961) + + -- Michael Vogt Tue, 11 Apr 2006 22:12:15 +0200 + +gksu (1.3.7-0ubuntu3) dapper; urgency=low + + * debian/patches/11_startup_notification.patch: + - simplify the patch (thanks to jamesh! for his suggestions) + + -- Michael Vogt Tue, 11 Apr 2006 13:00:48 +0200 + +gksu (1.3.7-0ubuntu2) dapper; urgency=low + + * debian/patch/13_beautification.patch: + - moved bit into the 11_startup_notification + * debian/patches/11_startup_notification.patch: + - init with the correct time (ubuntu: #31487) + + -- Michael Vogt Tue, 11 Apr 2006 12:11:44 +0200 + +gksu (1.3.7-0ubuntu1) dapper; urgency=low + + * New upstream version, UVF exception accorded by Colin Watson + * debian/patches/08_sudo_string_fixes.patch, + debian/patches/09_multihead.patch, + debian/patches/12_no_password_dialog.patch: + - updated + + -- Sebastien Bacher Mon, 10 Apr 2006 12:58:00 +0200 + +gksu (1.3.6-2) UNRELEASED; urgency=low + + * debian/patches/migrate-conf.diff: + - fix bash3.0isms and make it more robust + + -- Gustavo Noronha Silva Wed, 29 Mar 2006 00:30:45 -0300 + +gksu (1.3.6-1ubuntu14) dapper; urgency=low + + * debian/patch/13_beautification.patch: + - improve the gksu strings (thanks to Sebastian Heinlein) + (ubuntu: #32620) + + -- Michael Vogt Fri, 24 Mar 2006 21:53:46 +0100 + +gksu (1.3.6-1ubuntu13) dapper; urgency=low + + * debian/patches/07_desktop_in_ship.patch: + - added "NoDisplay=true" to the desktop.in files + * debian/patches/01_desktop_files.patch: + - removed, no longer needed + + -- Michael Vogt Tue, 7 Mar 2006 11:37:08 +0000 + +gksu (1.3.6-1ubuntu12) dapper; urgency=low + + * debian/patches/07_desktop_in_ship.patch: + - ship the .desktop.in from the SVN, required to build the .pot + + -- Sebastien Bacher Thu, 2 Mar 2006 01:27:26 +0100 + +gksu (1.3.6-1ubuntu11) dapper; urgency=low + + * debian/patches/01_desktop_files.patch: + - remove gksu -> gksudo change, taken care of by sudo-mode patch now + + -- Michael Vogt Wed, 1 Mar 2006 14:36:11 +0100 + +gksu (1.3.6-1ubuntu10) dapper; urgency=low + + * debian/patches/12_no_password_dialog.patch: + - switch "display-no-pass-info" to no in the gksu.schema.in file + + -- Michael Vogt Wed, 15 Feb 2006 18:33:18 +0100 + +gksu (1.3.6-1ubuntu9) dapper; urgency=low + + * debian/patches/12_no_password_dialog.patch + - switch "display-no-pass-info" to no in the gksu.schema file + + -- Michael Vogt Wed, 8 Feb 2006 17:37:39 +0100 + +gksu (1.3.6-1ubuntu8) dapper; urgency=low + + * added libstartup-notification0-dev to build-depends + + -- Michael Vogt Tue, 31 Jan 2006 15:57:31 +0000 + +gksu (1.3.6-1ubuntu7) dapper; urgency=low + + * debian/patches/11_startup_notification.patch: + - add startup notification to gksu + * debian/control: + - build-depend on libgksu1.2-dev (>= 1.3.6-1ubuntu2) + + -- Michael Vogt Tue, 31 Jan 2006 10:20:50 +0000 + +gksu (1.3.6-1ubuntu6) dapper; urgency=low + + * debian/patch/10_sudo_mode.patch: + - set "sudo-mode = True" in gconf schema (Ubuntu: #8775) + + -- Michael Vogt Wed, 30 Nov 2005 14:56:40 +0100 + +gksu (1.3.6-1ubuntu5) dapper; urgency=low + + * debian/patches/08_sudo_string_fixes.patch: + - %ss -> %s. + + -- Daniel Holbach Tue, 29 Nov 2005 11:40:55 +0100 + +gksu (1.3.6-1ubuntu4) dapper; urgency=low + + * debian/patches/09_multihead.patch: + - fix a FTBFS (need to make pbuidler work again :/) + + -- Michael Vogt Mon, 21 Nov 2005 18:24:03 +0100 + +gksu (1.3.6-1ubuntu3) dapper; urgency=low + + * debian/patches/{01_desktop_files_fix,03_mask_entry,04_menu_change}: + - removed, all agregated into 01_desktop_files.patch + * debian/patches/01_desktop_files.patch: + - unify the desktop files patches + * debian/patches/09_multihead.patch: + - make it dim both screens on multihead (Ubuntu #13534) + + -- Michael Vogt Mon, 21 Nov 2005 16:41:17 +0100 + +gksu (1.3.6-1ubuntu2) dapper; urgency=low + + * debian/patches/04_menu_change.patch: + - mask the "Run as different user" menu item. + + -- Sebastien Bacher Fri, 18 Nov 2005 17:03:47 +0100 + +gksu (1.3.6-1ubuntu1) dapper; urgency=low + + * merged with debian + * debian/patches/01_desktop_files_fix.patch: + - updated + * debian/patches/06_translations.patch, 07_grab_deadlock_fix.patch: + - removed, now part of upstream + * debian/patches/08_sudo_string_fixes.patch: + - updated string corrections + + -- Michael Vogt Thu, 10 Nov 2005 23:15:03 +0100 + +gksu (1.3.6-1) unstable; urgency=low + + * New upstream release + + -- Gustavo Noronha Silva Wed, 26 Oct 2005 11:20:12 -0200 + +gksu (1.3.5-2) unstable; urgency=low + + * debian/control.in: + - added missing Depends on ${misc:Depends} - thanks to Josselin + Mouette for pointing out it was missing (Closes: #330892) + + -- Gustavo Noronha Silva Fri, 30 Sep 2005 09:08:34 -0300 + +gksu (1.3.5-1) unstable; urgency=low + + * New upstream release + - should fix lockup with focus-stealing stuff - thanks to + Michael Vogt! (Closes: #310951) + * debian/copyright: + - updated FSF's address + + -- Gustavo Noronha Silva Thu, 29 Sep 2005 22:31:03 -0300 + +gksu (1.3.4-2) UNRELEASED; urgency=low + + * debian/copyright: + - no need to talk about LGPL, so removed reference to it + + -- Gustavo Noronha Silva Tue, 30 Aug 2005 16:39:41 -0300 + +gksu (1.3.4-1) unstable; urgency=low + + * New upstream release + - fixes segfault when a non-existant user is given (Closes: #323836) + - includes the updated fr and de translations (Closes: #323817, #323588) + * debian/patches/00_fix_logic_problem_with_disable_grab.diff: + - removed, fixed in this upstream release + + -- Gustavo Noronha Silva Sat, 20 Aug 2005 11:14:32 -0300 + +gksu (1.3.3-2) unstable; urgency=low + + * debian/rules: + - include gnome.mk so that dh_gconf and dh_desktop will be called + making both the desktop and the schemas file be installed correctly + * debian/patches/00_fix_logic_problem_with_disable_grab.diff: + - obtained from upstream SVN fixes the way gksu interprets disable-grab + (Closes: #323461) + + -- Gustavo Noronha Silva Tue, 16 Aug 2005 21:45:54 -0300 + +gksu (1.3.3-1) unstable; urgency=low + + * New upstream release + - fixes schema file which was leading to an unexpected NULL + in a variable resulting in SIGSEV (Closes: #322070, #322280) + * debian/patches/01_migrate_conf.diff + - integrated upstream, so removed + + -- Gustavo Noronha Silva Wed, 10 Aug 2005 09:07:44 -0300 + +gksu (1.3.2-3) unstable; urgency=low + + * debian/gksu.postinst: + - checking for which one was last configured is not enough; + need to check if the file exists (Closes: #322127) + + -- Gustavo Noronha Silva Tue, 9 Aug 2005 09:39:57 -0300 + +gksu (1.3.2-2) unstable; urgency=low + + * debian/gksu.postinst: + - run the gksu.conf to gconf migration script + * debian/patches/01_migrate_conf.diff: + - added with a small fix to the parsing code + + -- Gustavo Noronha Silva Mon, 8 Aug 2005 14:26:08 -0300 + +gksu (1.3.2-1) unstable; urgency=low + + * New upstream release + * debian/control.in: + - Build-Depend on libgksu1.2-dev >= 1.3.3, libgconf2-dev and + libgnome-keyring-dev + * debian/rules: + - do the po/ magic only if there is a debian/pos directory + + -- Gustavo Noronha Silva Sun, 7 Aug 2005 20:07:12 -0300 + +gksu (1.3.1-2) unstable; urgency=low + + * debian/control.in: + - replaced gettext with intltool as a Build-Dep (Closes: #319241) + + -- Gustavo Noronha Silva Tue, 26 Jul 2005 07:51:31 -0300 + +gksu (1.3.1-1) unstable; urgency=low + + * New upstream release + - uses new libgksuui1.0 and libgksu functionality that allows it to set + the prompt according to the one su prints (Closes: #246652) + * debian/control.in: + - increase Build-Depends version of libgksu to 1.3.2 and of libgksuui + to 1.0.6 because of the new functions gksu uses + * debian/control.in, rules, gnome-sudo.sh: + - increased Standards-Version to 3.6.2 with no changes + - drop gnome-sudo (thanks Erinn Clark for reminding me) + * debian/gksu.install: + - remove most of the lines since we don't have debian/tmp anymore + + -- Gustavo Noronha Silva Sat, 16 Jul 2005 23:21:55 +0300 + +gksu (1.3.0-1ubuntu10) breezy; urgency=low + + * debian/rules: + - added gnome.mk to get auto-intltool updates (ubuntu #15972) + + -- Michael Vogt Thu, 22 Sep 2005 11:40:31 +0200 + +gksu (1.3.0-1ubuntu9) breezy; urgency=low + + * debian/patches/08_no_fadding.patch: + - don't darken the screen when showing the authentication dialog + + -- Michael Vogt Wed, 21 Sep 2005 10:12:08 +0200 + +gksu (1.3.0-1ubuntu8) breezy; urgency=low + + * debian/patches/07_grab_deadlock_fix.patch: + - always test _all_ cases before doing a upload + + -- Michael Vogt Tue, 20 Sep 2005 16:36:54 +0200 + +gksu (1.3.0-1ubuntu7) breezy; urgency=low + + * debian/patches/07_grab_deadlock_fix.patch: + - fix a deadlock that can happen when grabing the menu fails + (ubuntu #14430) + + -- Michael Vogt Tue, 20 Sep 2005 16:05:12 +0200 + +gksu (1.3.0-1ubuntu6) breezy; urgency=low + + * debian/patches/03_mask_entry.patch: + - mask the admin entry from the menu (Ubuntu: #12587). + + -- Sebastien Bacher Tue, 6 Sep 2005 10:13:09 +0200 + +gksu (1.3.0-1ubuntu5) breezy; urgency=low + + * debian/patches/06_translations.patch: + - Fix stated encoding of po/pl.po, thanks to Zygmunt Krynicki. + + -- Martin Pitt Wed, 31 Aug 2005 11:53:43 +0200 + +gksu (1.3.0-1ubuntu4) breezy; urgency=low + + * Rebuild to rid us of the unwanted libglitz dependency. + + -- Adam Conrad Tue, 30 Aug 2005 06:11:40 +1000 + +gksu (1.3.0-1ubuntu3) breezy; urgency=low + + * debian/patches/06_translations.patch: + - Add French translation, thanks to Jouanne Mickael. + + -- Martin Pitt Fri, 19 Aug 2005 15:11:02 +0200 + +gksu (1.3.0-1ubuntu2) breezy; urgency=low + + * use gksudo when running something as root with + gksuexec and the user is in the admin group (closes ubuntu #5623) + + -- Michael Vogt Mon, 27 Jun 2005 17:50:22 +0200 + +gksu (1.3.0-1ubuntu1) breezy; urgency=low + + * Resynchronise with Debian. + * added libgnome-keyring-dev to build depends + * fixed a merge problem + + -- Michael Vogt Tue, 21 Jun 2005 14:23:52 +0200 + +gksu (1.3.0-1) unstable; urgency=low + + * New upstream release + - includes the Romanian translation (Closes: #309531) + - works better with sudo not needing the password (Closes: #312937) + - features a --always-ask-password (-a) to bypass + trying to get password automatically (Closes: #314477) + - will handle cases in which su does not need a password, too + (Closes: #304047) + * debian/control.in: + - updated Build-Depends to have libgksu1.2 >= 1.3.1 because this + version is using a new API function + * debian/gksu.conffiles: + - removed; lintian is reporting duplicate conffile, meaning that + debhelper might be being able to take care of this itself + + -- Gustavo Noronha Silva Sat, 18 Jun 2005 15:17:10 -0300 + +gksu (1.2.6-2ubuntu1) breezy; urgency=low + + * Resynchronise with Debian. + + -- Michael Vogt Thu, 16 Jun 2005 10:20:28 +0200 + +gksu (1.2.6-2) unstable; urgency=low + + * debian/control.in: + - build-depend on at least 1.3.0-2 version of libgksu1.2-dev + so we get correct Depends and no FTBFS =) (Closes: #313475) + + -- Gustavo Noronha Silva Tue, 14 Jun 2005 14:35:59 -0300 + +gksu (1.2.6-1) unstable; urgency=low + + * New upstream release + * debian/patches/01_prompt_fix.diff, debian/patches/02_new_translations.diff, + debian/pos: + - removed, no longer needed + + -- Gustavo Noronha Silva Mon, 13 Jun 2005 12:06:58 -0300 + +gksu (1.2.5-3ubuntu2) breezy; urgency=low + + * fixed FTBFS + + -- Michael Vogt Mon, 6 Jun 2005 10:37:02 +0200 + +gksu (1.2.5-3ubuntu1) breezy; urgency=low + + * Resynchronise with Debian. + + -- Michael Vogt Fri, 20 May 2005 18:27:16 +0200 + +gksu (1.2.5-3) unstable; urgency=medium + + * debian/pos/ca.po: + - translation updated + + -- Gustavo Noronha Silva Mon, 16 May 2005 22:59:54 -0300 + +gksu (1.2.5-2) unstable; urgency=medium + + * debian/patches/01_prompt_fix.diff: + - make the yes/no dialog for grabing actually work (thanks to + Gabor Kelemen for noticing this problem) + * debian/patches/02_new_translations.diff, pos/*: + - added to provide new and updated translations to gksu + * debian/rules: + - provide that the .gmo files are rebuilt at build time with + the new pofiles + * debian/gksu.conffiles: + - explicitely say /etc/gksu.conf is a conffile + + -- Gustavo Noronha Silva Sun, 15 May 2005 17:39:40 -0300 + +gksu (1.2.5-1ubuntu1) breezy; urgency=low + + * Resynchronise with Debian + * removed (part of upstream now): + - debian/patches/05_locking.patch + - debian/patches/03_raise_window.patch + - debian/patches/04_msguser.patch + * debian/patches/06_translations.patch: + - removed the fr.po update, it's now in upstream + + -- Michael Vogt Tue, 3 May 2005 11:06:58 +0200 + +gksu (1.2.5-1) unstable; urgency=medium + + * New upstream release + - includes Loïc Minier 's patch for the manpage + (Closes: #298170) + - basically a new translation + * small and fairly high impact changes for some; urgency medium + + -- Gustavo Noronha Silva Tue, 5 Apr 2005 11:58:11 -0300 + +gksu (1.2.4-1ubuntu8) hoary; urgency=low + + * Translations update. + * debian/patches/01_desktop_files_fix.diff: + - updated. + + -- Sebastien Bacher Mon, 4 Apr 2005 22:40:10 +0200 + +gksu (1.2.4-1ubuntu7) hoary; urgency=low + + * debian/patches/06_translations.patch: + - Added Xhosa translations, thanks to Adi Attar. + + -- Martin Pitt Mon, 4 Apr 2005 15:28:03 +0200 + +gksu (1.2.4-1ubuntu6) hoary; urgency=low + + * debian/patches/06_translations.patch: + - translations update. + + -- Sebastien Bacher Tue, 29 Mar 2005 16:10:50 +0200 + +gksu (1.2.4-1ubuntu5) hoary; urgency=low + + * debian/patches/05_locking.patch: + - clean-up when locking fails on NFS + + -- Michael Vogt Mon, 28 Mar 2005 16:38:02 +0200 + +gksu (1.2.4-1ubuntu4) hoary; urgency=low + + * debian/patches/04_msguser.patch: + - don't specify the user in the dialog (Hoary: #7534). + + -- Sebastien Bacher Sun, 13 Mar 2005 15:36:04 +0100 + +gksu (1.2.4-1ubuntu3) hoary; urgency=low + + * make the dialog window always stay on top (closes: #7432) + + -- Michael Vogt Fri, 11 Mar 2005 23:01:16 +0100 + +gksu (1.2.4-1ubuntu2) hoary; urgency=low + + * debian/patches/03_raise_window.diff: + - raise the window before the pointer is grabed. this prevents + a race that affect auto-raise and focus-follow-mouse people + - set mouse-cursor to default + + -- Michael Vogt Fri, 11 Mar 2005 15:11:58 +0100 + +gksu (1.2.4-1ubuntu1) hoary; urgency=low + + * Sync with Debian: + - fix the sound issue (Hoary: #7226). + * debian/patches/02_locking.diff: + - this change is in the new version. + * debian/patches/02_graphicalchange.diff: + - updated the previous patch for the background change. + + -- Sebastien Bacher Mon, 7 Mar 2005 00:16:44 +0100 + +gksu (1.2.4-1) unstable; urgency=low + + * New upstream release + - includes better locking support, thanks to Michael Vogt + - better documentation for sudo functionality added + (Closes: #265270) + * debian/patches/*: + - removed, included upstream + * debian/menu: + - added missing quotes + + -- Gustavo Noronha Silva Tue, 1 Mar 2005 23:57:57 -0300 + +gksu (1.2.3-2) unstable; urgency=low + + * debian/patches: grabbed from the svn + - 00_da_translation_update.diff: + + updated danish translation + - 01_fadeout.diff, 02_locking.diff: + + fadeout the screen, do not show window decorations, use + a simple lock file to avoid duplicate gksu's running + (Closes: #293214) + - 03_fix_prompt_and_sudo-mode_behavior.diff: + + fixes to the configuration interpretation and conffile + documentation (Closes: 293236) + - 04_window_or_popup.diff: + + shows a window or a popup, depending on whether we're + grabbing or not + + -- Gustavo Noronha Silva Mon, 7 Feb 2005 18:33:43 -0200 + +gksu (1.2.3-1) unstable; urgency=low + + * New upstream release + - has a conffile to set up some default options, which + will help working around problems related on bugs + #271567, #277723 + - adds patch by Michael Vogt to return + different error codes on different failures, which + (Closes: #266832) + - include pt translation by Luis Matos + (Closes: #284000) + * debian/copyright: + - applied patch by Guilherme de S. Pastore (fatalerror) + (Closes: #290166) + * debian/gksu.menu: + - removed; (Closes: #291475, #284596) + * debian/gksu.install: + - distribute /etc/gksu.conf + + -- Gustavo Noronha Silva Sun, 30 Jan 2005 18:10:16 -0200 + +gksu (1.2.2-2) UNRELEASED; urgency=low + + * debian/rules, debian/control.in: + - GNOME team upload, finally (!!) + * debian/control.in: + - Depends on sudo, for gksudo (Closes: #280316) + + -- Gustavo Noronha Silva Wed, 8 Dec 2004 00:27:36 -0200 + +gksu (1.2.2-1) unstable; urgency=low + + * New upstream release + - fixes blocking problem on gksuexec (Closes: #276535) + - fixes typo in help and manpage (Closes: #262561) + - checks if we're target user before trying to su/sudo + (Closes: #276432) + - converts password to system locale before using it + (Closes: #276089) + * debian/menu: + - use 'longtitle' instead of 'hints' (Closes: #257776) + * debian/patches/00args_parsing.diff: + - no longer needed, applied upstream + + -- Gustavo Noronha Silva Sun, 17 Oct 2004 19:54:53 -0300 + +gksu (1.2.1-3) unstable; urgency=low + + * rebuilt with unstable packages (duh) (Closes: #272816) + + -- Gustavo Noronha Silva Wed, 22 Sep 2004 14:42:28 -0300 + +gksu (1.2.1-2) unstable; urgency=low + + * debian/patches/00args_parsing: + - patch from svn to fix handling of -- and quoted strings + (Closes: #271301) + + -- Gustavo Noronha Silva Tue, 21 Sep 2004 00:19:04 -0300 + +gksu (1.2.1-1) unstable; urgency=low + + * New upstream release + - reimplemented X keyboard and mouse grabing + copying code from libgksuui (Closes: #254949) + - includes Catalan translation by Jordi Mallach + (Closes: #263305) + * debian/patches/01_desktop_files_fix.diff: + - removed because this release contains this fix + * debian/gksu.install: + - gksu now installs locales + + -- Gustavo Noronha Silva Sat, 7 Aug 2004 22:56:24 -0300 + +gksu (1.2.0-2) unstable; urgency=low + + * debian/patches/01_desktop_files_fix.diff: + - added patch to fix .desktop files which are + incorrect in upstream distribution, patch grabbed + from upstream's SVN (Closes: #252334, 252576) + + -- Gustavo Noronha Silva Tue, 8 Jun 2004 01:40:55 -0300 + +gksu (1.2.0-1) unstable; urgency=low + + * New upstream version + + -- Gustavo Noronha Silva Sun, 30 May 2004 02:40:03 -0300 + +gksu (1.1.1-2) experimental; urgency=low + + * debian/control: + - changed gnome-sudo's Section to gnome + + -- Gustavo Noronha Silva Thu, 6 May 2004 18:18:49 -0300 + +gksu (1.1.1-1) experimental; urgency=low + + * New upstream release + * debian/control, debian/libgksu*: + - remove libgksu and libgksu-dev packages, which + have been split off this source package + - added build-depends for them: libgksu1.2-dev and + libgksuui1.0-dev + * debian/rules: + - remove libgksu* stuff + + -- Gustavo Noronha Silva Thu, 25 Mar 2004 20:52:06 -0300 + +gksu (1.1.0-1) unstable; urgency=low + + * New release + - removes all patches, applied upstream + * debian/gksu.install, debian/libgksu1.install: + - moved the gksu-the-app-specific images to the gksu + package + * debian/control: + - gksu Replaces libgksu0, because of the new files it received + from libgksu1 (gksu.png and gksu-terminal.png) + + -- Gustavo Noronha Silva Mon, 2 Feb 2004 17:05:10 -0200 + +gksu (1.0.3-3) unstable; urgency=low + + * debian/control, debian/rules, debian/gnome-sudo: + - add a gnome-sudo script to call gksudo + - add a package gnome-sudo to provide smooth + upgrade for users of this package + - make gksu provide, replace and conflict gnome-sudo + + -- Gustavo Noronha Silva Mon, 2 Feb 2004 17:09:39 -0200 + +gksu (1.0.3-2) unstable; urgency=low + + * debian/patches/00gksu_disappear.diff: + - new patch to have the dialog disapear on window closing + or when the cancel button is clicked (Closes: #230456) + * debian/patches/01cpp_capable_headers.diff: + - new patch to apply G_BEGIN_DECLS and G_END_DECLS to the + headers so that they are usable in C++ (Closes: #230314) + + -- Gustavo Noronha Silva Sat, 31 Jan 2004 00:28:04 -0200 + +gksu (1.0.3-1) unstable; urgency=low + + * New release + - fixes a segfault when xauth returns nothing, thanks to + Doug Holland (Closes: #228292) + + -- Gustavo Noronha Silva Sun, 18 Jan 2004 01:55:34 -0200 + +gksu (1.0.2-1) unstable; urgency=low + + * debian/control: + - libgksu0 Replaces and Conflicts with gksu << 1.0.0, thanks + to Adrian Bunk (Closes: #227888) + * libgksu/Makefile.am: + - build the library with -fPIC, to allow prelinking + (Closes: #227924) + + -- Gustavo Noronha Silva Fri, 16 Jan 2004 01:46:49 -0200 + +gksu (1.0.1-3) unstable; urgency=low + + * debian/libgksu-dev.install: + - actually install the .pc file to /usr/lib/pkgconfig + * debian/rules: + - add post-install rule to install the html/devhelp + docs for the libgksu-dev package + + -- Gustavo Noronha Silva Thu, 15 Jan 2004 04:17:24 -0200 + +gksu (1.0.1-2) unstable; urgency=low + + * debian/rules: + - removed the clean addition, no longer removing the + po/stamp-po file + - disabled gtk-doc on configure + + -- Gustavo Noronha Silva Wed, 14 Jan 2004 21:20:49 -0200 + +gksu (1.0.1-1) unstable; urgency=low + + * debian/rules: + - ask debhelper to look for dependency libraries on + libgksu0 places (Closes: #227478, 227438) + - will make gksu a no longer Debian native package + + -- Gustavo Noronha Silva Tue, 13 Jan 2004 19:12:06 -0200 + +gksu (1.0.0) unstable; urgency=low + + * New release: "Obviously you're not a kover", or + something. + + -- Gustavo Noronha Silva Fri, 19 Dec 2003 04:37:43 -0200 + +gksu (0.9.18.lib.3) UNRELEASED; urgency=low + + * New test release + * gksu/Makefile.am, gksu/gksuexec.c: + - readding gksuexec + * debian/gksu.install: + - install gksuexec, the .desktop files, etc + + -- Gustavo Noronha Silva Fri, 19 Dec 2003 04:12:58 -0200 + +gksu (0.9.18.lib.2) UNRELEASED; urgency=low + + * New test release + * libgksu/Makefile.am, debian/libgksu-dev.install: + - install the gksu.h header file for using the library + + -- Gustavo Noronha Silva Sun, 7 Dec 2003 09:22:16 -0200 + +gksu (0.9.18.lib.1) UNRELEASED; urgency=low + + * New test release + * debian/control: + - libgksu0 depends on xbase-clients (xauth) + + -- Gustavo Noronha Silva Sat, 22 Nov 2003 10:47:20 -0200 + +gksu (0.9.18.lib) UNRELEASED; urgency=low + + * Turning gksu into a library + * debian/control: + - new packages libgksu0 and libgksu-dev + - improved gksu's short description + + -- Gustavo Noronha Silva Sat, 22 Nov 2003 10:47:20 -0200 + +gksu (0.9.18) unstable; urgency=low + + * New release + * src/gksu-run-helper.c: + - remove a bashism when calling the program (Closes: #221179). + * po/de.po: + - small fix, thanks to Michael Vogt + (Closes: #221030) + + -- Gustavo Noronha Silva Tue, 18 Nov 2003 21:22:54 -0200 + +gksu (0.9.17) unstable; urgency=medium + + * New release + - fixes problem with xauth token being visible through ps auxwww + - urgency medium because this is a potential security problem, + so it's better it is fixed in testing soon + * man/gksu.1: + - do not mention gksudo (Closes: #207843) + + -- Gustavo Noronha Silva Fri, 14 Nov 2003 00:42:48 -0200 + +gksu (0.9.16) unstable; urgency=high + + * New release + - fixes problem with XDM-AUTH being passed together with + MIT-MAGIC-COOKIE-1's auth token + - urgency high because no features were modified/added, just + a quick fix + + -- Gustavo Noronha Silva Thu, 28 Aug 2003 13:46:55 -0300 + +gksu (0.9.15) unstable; urgency=low + + * New release + - new German translation + - developer documentation on source package created + with gtk-doc + -- Gustavo Noronha Silva Fri, 8 Aug 2003 05:12:01 -0300 + +gksu (0.9.14) unstable; urgency=low + + * New release + - fixes problems with non-bash shells (Closes: #203386) + - the -u for root problem seemed to be related to the + non-bash shells stuff, I cannot reproduce it anymore + (Closes: #203387) + + -- Gustavo Noronha Silva Tue, 29 Jul 2003 19:24:49 -0300 + +gksu (0.9.13) unstable; urgency=low + + * New release + - minor cosmetic enhancements on the dialog + - new option (--ssh-fwd) was added to work-around problem + with ssh X11 forwarding (Closes: #202532) + + -- Gustavo Noronha Silva Thu, 24 Jul 2003 00:53:00 -0300 + +gksu (0.9.12) unstable; urgency=low + + * New release + - lots of small fixes/modifications to the authentication + stuff + - added debug code, to help fix bugs + * the --icon position on the man page has been fixed + (Closes: #195122) + * debian/gksu{,exec}-debian.xpm: + - recreated from the images available to not conform anymore + with the braindead policy that mandated 24 colors + * debian/compat: + - new file + * debian/rules: + - using cdbs + * debian/control: + - build-depends on cdbs, debhelper >= 4.1.0 + - Standards-Version to 3.6.0 + + -- Gustavo Noronha Silva Wed, 23 Jul 2003 00:46:47 -0300 + +gksu (0.9.11) unstable; urgency=low + + * New release + - see entry below, thanks to Álvaro + + -- Gustavo Noronha Silva Sat, 14 Jun 2003 22:29:22 -0300 + +gksu (0.9.10-1) unstable; urgency=low + + * Apply HIG to the authoritation dialog + + -- Álvaro Peña Wed, 11 Jun 2003 10:44:25 +0200 + +gksu (0.9.10) unstable; urgency=low + + * New release + - no more auto-background + + -- Gustavo Noronha Silva Sat, 24 May 2003 15:00:06 -0300 + +gksu (0.9.9) unstable; urgency=low + + * New release + - fixes some problems some users had running programs with + arguments + - includes translations for spanish (es) and russian (ru), + thanks to Enrique Rodriguez and + Aleksander respectively. + + -- Gustavo Noronha Silva Sat, 10 May 2003 03:23:17 -0300 + +gksu (0.9.8) unstable; urgency=low + + * New release + - initializes xauth string before fread'ing into it, thanks + to: Alex Stewart (Closes: #187299) + - waits a bit longer for the grab (Closes: #181342) + + -- Gustavo Noronha Silva Sat, 5 Apr 2003 00:24:12 -0300 + +gksu (0.9.7) unstable; urgency=low + + * New release + - changed the way Xauth is done (Closes: #182018) + - no more sudo support + * debian/control: + - remove mention of sudo, remove sudo from Suggests + * debian/rules: + - doesn't link gksu to gksudo anymore + + -- Gustavo Noronha Silva Sat, 29 Mar 2003 01:47:58 -0300 + +gksu (0.9.1) unstable; urgency=low + + * New release + - supports the new --icon command line option (Closes: #178910) + * debian/rules: + - no need to install manpages anymore + * debian/copyright: + - added Alan Douglaz as developer + + -- Gustavo Noronha Silva Fri, 31 Jan 2003 02:14:56 -0200 + +gksu (0.9.0) unstable; urgency=low + + * New release + * debian/menu: + - added menu entry for gksuexec, the new program used + as a wrapper to gksu's command line options + * debian/gksuexec-debian.xpm: + - Debian icon for gksuexec's menu entry, based on gksu.png + + -- Gustavo Noronha Silva Wed, 29 Jan 2003 15:34:46 -0200 + +gksu (0.8.5) unstable; urgency=low + + * New release + - doesn't ask for password when ran as root user + (Closes: #178675) + + -- Gustavo Noronha Silva Tue, 28 Jan 2003 17:28:36 -0200 + +gksu (0.8.4) unstable; urgency=low + + * New release + * debian/control: + - build-depends on libgtk2.0-dev >= 2.2.0, as gksu is using + API calls specific to Gtk+2.2 + + -- Gustavo Noronha Silva Tue, 14 Jan 2003 21:13:28 -0200 + +gksu (0.8.3) unstable; urgency=low + + * New release + - mostly fixes to the build system + * debian/rules: + - installs ChangeLog as /usr/share/doc/gksu/changelog.src + * debian/copyright: + - fixed downloaded from URL + - fixed 'Author(s)' stuff + * debian/gksu-debian.xpm: + - icon for gksu + * debian/menu: + - changed icon + + -- Gustavo Noronha Silva Tue, 14 Jan 2003 13:41:12 -0200 + +gksu (0.8.2-1) unstable; urgency=low + + * New release + - basicaly fixes some bugs about environment that were causing + problems for synaptic, for example + * debian/docs: + - added ChageLog, I'm now using the upstream changelog too + * debian/control: + - Standards-Version to 3.5.8 + - depends on autotools-dev + * debian/rules: + - supports nostrip for DEB_BUILD_OPTIONS + - uses config.sub and config.guess from autotools-dev + + -- Gustavo Noronha Silva Tue, 14 Jan 2003 02:45:37 -0200 + +gksu (0.8.0-2) unstable; urgency=low + + * Using new gettext version (0.11.5) (Closes: #156993) + * libpng (Gtk2.0) transition already done (Closes: #156822) + + -- Gustavo Noronha Silva Tue, 20 Aug 2002 11:16:03 -0300 + +gksu (0.8.0-1) unstable; urgency=low + + * build against libgtk2.0-0png3 + + -- Gustavo Noronha Silva Tue, 13 Aug 2002 09:45:43 -0300 + +gksu (0.8.0) unstable; urgency=low + + * src/gksu.{c,h}, src/gui.{c,h}, src/su.{c,h}, src/sudo.{c,h}: + - added the --title (-t) option to set the window title + - changed the way arguments are passed to su_do and sudo_do... + now they receive a GkConf, which is a struct containing all + config variables + * src/gksu.c: + - --print-pass no longer requires an argument (why should it?) + - documented the changes on --help output + * src/gksu.c, src/util.c: + - new function to convert to utf8 + - converts message and title given by the user to UTF8 + * src/gui.c: + - some little tweaks on the GUI + + -- Gustavo Noronha Silva Thu, 11 Jul 2002 11:31:56 -0300 + +gksu (0.7.2) unstable; urgency=low + + * man/gksu.1: + - remove mention to -k (deprecated option) (Closes: #148864) + + -- Gustavo Noronha Silva Tue, 18 Jun 2002 22:00:14 -0300 + +gksu (0.7.1) unstable; urgency=low + + * src/gui.c: + - ungrab server in case pointer grabing fails + + -- Gustavo Noronha Silva Sun, 9 Jun 2002 23:44:08 -0300 + +gksu (0.7) unstable; urgency=low + + * Ported to Gtk2 + + -- Gustavo Noronha Silva Mon, 11 Mar 2002 17:26:08 -0300 + +gksu (0.6) unstable; urgency=low + + * src/xauth.c, src/gksu.c: better error and temporary + directory handling + * src/sudo.c,src/su.c: + - improved the wording of the password dialog + * Added support for --print-pass and --message. + * Removed -k, -keep-env, keep_env is now TRUE by + default and added --reset-env... the env must + be kept for the Xauthority trick to work + + -- Gustavo Noronha Silva Fri, 8 Mar 2002 22:49:55 -0300 + +gksu (0.5) unstable; urgency=low + + * debian/control: + - made some fixes + * src/xauth.c: + - small typo fixed + * po/pt_BR.po: + - updated translation + * configure.in: + - removed check for Gnome + * removed links for automake stuff copied real files from + /usr/share/automake (Closes: #135395) + + -- Gustavo Noronha Silva Sat, 23 Feb 2002 19:25:10 -0300 + +gksu (0.4) unstable; urgency=low + + * First Debian release (Closes: #135088) + * debian/rules: + - really fixes dh_link call + - added manpage installation + * man/gksu.1: + - wrote manpage + * debian/menu: + - fixed gkdebconf->gksu issue + * debian/control: + - better (not so good, but better =)) description + + -- Gustavo Noronha Silva Thu, 21 Feb 2002 17:55:26 -0300 + +gksu (0.3) unstable; urgency=low + + * su.c, sudo.c: + - a lot more error checking (for fork() and execv, for example) + * debian/rules: + - fixed the call to dh_link to create the right link + + -- Gustavo Noronha Silva Wed, 20 Feb 2002 17:36:47 -0300 + +gksu (0.2) unstable; urgency=low + + * gksu.c: + - new free_pass function to clean the variables used + to store the password + * gksu.c, su.c, gui.c: + - always call free_pass on password variables before + we exit! + * sudo.c: + - added, now sudo is an option for gksu =) + - double-fork to quit + - added a while loop to keep printf'inf program's + stderr and stdout some programs have problems with this. + * gksu.c: + - added -S to call gksudo, added -H to support + setting the target user's home + * su.c: + - added a while loop to keep printf'inf program's + stderr and stdout some programs have problems with this. + * debian/rules: + - creates the /usr/bin/gksudo link + + -- Gustavo Noronha Silva Wed, 20 Feb 2002 05:53:47 -0300 + +gksu (0.1) unstable; urgency=low + + * First version. + + -- Gustavo Noronha Silva Mon, 18 Feb 2002 20:16:41 -0300 + --- gksu-1.9.3.orig/debian/gksu.install +++ gksu-1.9.3/debian/gksu.install @@ -0,0 +1,4 @@ +debian/*xpm usr/share/pixmaps/ +debian/tmp/usr/bin +debian/tmp/usr/share + --- gksu-1.9.3.orig/debian/gksuexec-debian.xpm +++ gksu-1.9.3/debian/gksuexec-debian.xpm @@ -0,0 +1,280 @@ +/* XPM */ +static char * gksuexec_debian_xpm[] = { +"32 32 245 2", +" c None", +". c #000000", +"+ c #13161A", +"@ c #586877", +"# c #434F5A", +"$ c #111417", +"% c #544B3B", +"& c #85735D", +"* c #3D3A35", +"= c #060708", +"- c #B39C7E", +"; c #DDC19C", +"> c #796A55", +", c #100E0B", +"' c #7A6A56", +") c #CCB18F", +"! c #A59074", +"~ c #28241C", +"{ c #8C7A62", +"] c #D9BD99", +"^ c #938067", +"/ c #DBC7AE", +"( c #DBC6AD", +"_ c #CBB295", +": c #D7C4AB", +"< c #DBC6AB", +"[ c #86765E", +"} c #D8BC98", +"| c #958168", +"1 c #DFC4A1", +"2 c #E0C39E", +"3 c #DFC39F", +"4 c #DEC29D", +"5 c #DEC19C", +"6 c #E38C78", +"7 c #C95033", +"8 c #7D543E", +"9 c #AB9578", +"0 c #B6A083", +"a c #514C44", +"b c #C9B192", +"c c #DCC3A4", +"d c #C8B397", +"e c #D1B693", +"f c #968875", +"g c #A79885", +"h c #D8C4AC", +"i c #D1B99B", +"j c #D8BC99", +"k c #E1755C", +"l c #DB401D", +"m c #CB4221", +"n c #BA4D2E", +"o c #87837E", +"p c #C9C9C9", +"q c #CECECE", +"r c #CBCBCB", +"s c #C7C7C7", +"t c #C2B29C", +"u c #E8D5BD", +"v c #ECDBC5", +"w c #CDB89D", +"x c #B9B1A7", +"y c #CBC3B9", +"z c #EBD9C1", +"A c #E5D1B7", +"B c #C5AC8C", +"C c #B4B4B4", +"D c #DF6F55", +"E c #D85D3C", +"F c #D56644", +"G c #B08470", +"H c #F1F1F1", +"I c #DBE1E7", +"J c #C6D0D8", +"K c #CAD1D6", +"L c #C3CDD6", +"M c #C5CFD8", +"N c #D2D8DE", +"O c #AAAAAA", +"P c #C2AB8E", +"Q c #E3CCAE", +"R c #BAA488", +"S c #C7C3BE", +"T c #CCC7C1", +"U c #C5B299", +"V c #CBB395", +"W c #979086", +"X c #E6E6E6", +"Y c #EFEFEF", +"Z c #807D79", +"` c #DE8D77", +" . c #D0AE93", +".. c #D8BD9A", +"+. c #DEC19D", +"@. c #EAD7BE", +"#. c #88969F", +"$. c #607682", +"%. c #A39D70", +"&. c #888056", +"*. c #627989", +"=. c #91A5B6", +"-. c #D1D1D1", +";. c #877B6A", +">. c #BCA485", +",. c #A19381", +"'. c #CACACA", +"). c #928D86", +"!. c #91897F", +"~. c #AFADA9", +"{. c #E8E8E8", +"]. c #E2D5C4", +"^. c #D6C0A3", +"/. c #BFA686", +"(. c #DD967C", +"_. c #DABE9A", +":. c #DABF9D", +"<. c #C5B49E", +"[. c #E0CCB2", +"}. c #999885", +"|. c #CCB767", +"1. c #B69335", +"2. c #748587", +"3. c #9BAEBF", +"4. c #F0F0F0", +"5. c #848484", +"6. c #646464", +"7. c #9A9A9A", +"8. c #EBEBEB", +"9. c #ECECEC", +"0. c #C2C2C2", +"a. c #ACACAC", +"b. c #D5D5D5", +"c. c #E0D1BF", +"d. c #D5C2A9", +"e. c #CCB495", +"f. c #BFA787", +"g. c #CFB99E", +"h. c #EAD9C3", +"i. c #EBD9C3", +"j. c #B2B490", +"k. c #618446", +"l. c #5E6239", +"m. c #577068", +"n. c #A0B2C4", +"o. c #F8F8F8", +"p. c #DDDDDD", +"q. c #BABABA", +"r. c #EEEEEE", +"s. c #E5E5E5", +"t. c #D6D6D6", +"u. c #E9E9E9", +"v. c #EAD6BE", +"w. c #C8B49A", +"x. c #8F7D65", +"y. c #D98B70", +"z. c #C8A585", +"A. c #C4AB8B", +"B. c #D2B794", +"C. c #D4BFA3", +"D. c #D4BB9B", +"E. c #687B4F", +"F. c #3A5C34", +"G. c #48453B", +"H. c #3A4133", +"I. c #A6B9CA", +"J. c #D4D4D4", +"K. c #CFCFCF", +"L. c #C6C6C6", +"M. c #E7E7E7", +"N. c #C0C0C0", +"O. c #BEBEBE", +"P. c #858079", +"Q. c #AC9B85", +"R. c #665C4E", +"S. c #CD674A", +"T. c #9F8C71", +"U. c #766B5C", +"V. c #8E867D", +"W. c #6D6D67", +"X. c #143D16", +"Y. c #3B5033", +"Z. c #37352E", +"`. c #2B2D25", +" + c #ABBDCF", +".+ c #F2F2F2", +"++ c #EAEAEA", +"@+ c #EDEDED", +"#+ c #9D9D9D", +"$+ c #B0A597", +"%+ c #AA977E", +"&+ c #A18C72", +"*+ c #D05437", +"=+ c #B84A2B", +"-+ c #6E5B52", +";+ c #B0B0B0", +">+ c #889394", +",+ c #648764", +"'+ c #778E73", +")+ c #787771", +"!+ c #6F756C", +"~+ c #C8D4DF", +"{+ c #F7F7F7", +"]+ c #DEDEDE", +"^+ c #C3C3C3", +"/+ c #C7BDB1", +"(+ c #DAC6AD", +"_+ c #C8B59C", +":+ c #CD5337", +"<+ c #BD3718", +"[+ c #895E54", +"}+ c #F5F5F5", +"|+ c #FAFAFA", +"1+ c #F9F9F9", +"2+ c #E4E4E4", +"3+ c #F4F4F4", +"4+ c #D2C9BE", +"5+ c #D1B99A", +"6+ c #D9C0A0", +"7+ c #9C886E", +"8+ c #BE472C", +"9+ c #B03316", +"0+ c #8F655B", +"a+ c #FEFEFE", +"b+ c #F3F3F3", +"c+ c #DFDFDF", +"d+ c #A19687", +"e+ c #6F6355", +"f+ c #852610", +"g+ c #7E6059", +"h+ c #D3D3D3", +"i+ c #E0E0E0", +"j+ c #F6F6F6", +"k+ c #DCDCDC", +"l+ c #D2D2D2", +"m+ c #D8D8D8", +"n+ c #D7D7D7", +"o+ c #4A4A4A", +"p+ c #747474", +"q+ c #FDFDFD", +"r+ c #CDCDCD", +"s+ c #6E6E6E", +"t+ c #D0D0D0", +"u+ c #B8B8B8", +"v+ c #252525", +" ", +" ", +" ", +" . . ", +" + @ # $ ", +" % & * = . . ", +" - ; > , . ", +" - ' ) ! ~ ", +" { ] ] ; ^ / ( _ : < ", +" [ ] ] } | 1 2 } 3 4 5 ", +" 6 7 8 9 0 a b c d e f g h i j ", +" k l m n o p q r r r s t u v w x y z A B p C ", +" D E F G H I J K L M N O P Q R S T U V W X Y Z ", +" ` ...+.@.#.$.%.&.*.=.-.;.>.,.r '.).!.~.{.].^./. ", +" (._.2 :.<.[.}.|.1.2.3.4.5.6.7.8.9.0.a.b.c.d.e.f. ", +" (._.2 g.h.i.j.k.l.m.n.o.p.q.q.r.s.8.t.u.V v.w.x. ", +" y.z.A.B.C.D.E.F.G.H.I.o.J.K.'.p L.M.N.O.P.Q.R.. ", +" S.T.U.V.W.X.Y.Z.`. +o..+H 4.Y 8.++@+{.#+$+%+&+ ", +" *+=+-+;+>+,+'+)+!+~+{+]+p q M.C '.^+X /+(+_+B. ", +" :+<+[+{+}+|+|+1+o.{+{+@+2+3+3+{.4.++r.4+5+6+7+ ", +" 8+9+0+a+r.{+{+b+.+++@+}+Y 3+b+c+]+p.p.C d+e+. ", +" f+g+a+h+i+j+k+X l+c+c+2+b+.+c+]+m+n+N.7.o+. ", +" p+q+Y 1+r..+H 4.4.8.i+.+.+H 4.r+p ]+i+s+. ", +" p+L.t+t+t+K.K.K.K.q q q q r+r+r+r+u+v+ ", +" . . . . . . . . . . . . . . . . . ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; --- gksu-1.9.3.orig/debian/compat +++ gksu-1.9.3/debian/compat @@ -0,0 +1 @@ +4 --- gksu-1.9.3.orig/debian/gksu-debian.xpm +++ gksu-1.9.3/debian/gksu-debian.xpm @@ -0,0 +1,586 @@ +/* XPM */ +static char * gksu_debian_xpm[] = { +"32 32 551 2", +" c None", +". c #000000", +"+ c #939291", +"@ c #9E9E9C", +"# c #A0A09E", +"$ c #A1A09F", +"% c #A1A19F", +"& c #9E9E9B", +"* c #9D9C9A", +"= c #9C9C9A", +"- c #9B9A98", +"; c #9A9997", +"> c #989794", +", c #92918E", +"' c #8E8C89", +") c #8B8986", +"! c #878582", +"~ c #85837F", +"{ c #817F7C", +"] c #7D7C78", +"^ c #7A7874", +"/ c #777470", +"( c #3F3E3B", +"_ c #E6E5E1", +": c #D7D4CC", +"< c #DAD7CF", +"[ c #DBD8D1", +"} c #DDDBD3", +"| c #DEDCD4", +"1 c #DEDCD5", +"2 c #DFDCD5", +"3 c #DEDBD4", +"4 c #DEDAD3", +"5 c #DCD9D2", +"6 c #DAD7D0", +"7 c #D9D5CD", +"8 c #D5D2CA", +"9 c #D2CFC7", +"0 c #CFCBC3", +"a c #CBC7BF", +"b c #C5C1B9", +"c c #C0BCB3", +"d c #B9B5AD", +"e c #B4B0A8", +"f c #AEAAA1", +"g c #A8A49B", +"h c #A29D95", +"i c #9E9991", +"j c #55534E", +"k c #E7E6E2", +"l c #D8D5CD", +"m c #CBC8C0", +"n c #C5C2BB", +"o c #C7C4BD", +"p c #C8C5BE", +"q c #C7C5BE", +"r c #C6C3BC", +"s c #C5C1BA", +"t c #C3C0B8", +"u c #C1BEB6", +"v c #BEBCB4", +"w c #BBB8B0", +"x c #B9B5AE", +"y c #B5B1AA", +"z c #B1ADA6", +"A c #ACA8A0", +"B c #A6A29B", +"C c #A09C94", +"D c #9B988F", +"E c #959189", +"F c #918D85", +"G c #9E9A91", +"H c #9A968D", +"I c #514F4A", +"J c #E9E7E3", +"K c #7A7873", +"L c #0E0F0E", +"M c #161816", +"N c #181918", +"O c #191A19", +"P c #1A1C1A", +"Q c #1B1D1B", +"R c #1C1E1C", +"S c #1C1D1C", +"T c #1A1B1A", +"U c #191B19", +"V c #181A18", +"W c #171917", +"X c #141614", +"Y c #121312", +"Z c #101110", +"` c #0D0E0D", +" . c #040404", +".. c #A7A399", +"+. c #959188", +"@. c #4F4D47", +"#. c #E8E7E3", +"$. c #D9D5CE", +"%. c #797772", +"&. c #252825", +"*. c #7F827F", +"=. c #818481", +"-. c #848784", +";. c #878A87", +">. c #858885", +",. c #7E827E", +"'. c #767A76", +"). c #6E726E", +"!. c #646964", +"~. c #5B605B", +"{. c #505450", +"]. c #474C47", +"^. c #434743", +"/. c #404440", +"(. c #3C403C", +"_. c #373C37", +":. c #303430", +"<. c #2A2D2A", +"[. c #222622", +"}. c #0A0C0A", +"|. c #A8A399", +"1. c #918C83", +"2. c #4C4A45", +"3. c #E5E3DE", +"4. c #777570", +"5. c #2A2E2A", +"6. c #A3A6A3", +"7. c #A5A8A5", +"8. c #A6A9A6", +"9. c #A1A4A1", +"0. c #989B98", +"a. c #8F938F", +"b. c #848884", +"c. c #797E79", +"d. c #6B716B", +"e. c #616561", +"f. c #575B57", +"g. c #535853", +"h. c #505550", +"i. c #4E524E", +"j. c #494E49", +"k. c #424742", +"l. c #393E39", +"m. c #272A27", +"n. c #0C0D0C", +"o. c #A39D94", +"p. c #8A867D", +"q. c #494742", +"r. c #E3E1DD", +"s. c #D1CEC6", +"t. c #75736E", +"u. c #2E302E", +"v. c #9D9F9D", +"w. c #969996", +"x. c #888C88", +"y. c #7D817D", +"z. c #727872", +"A. c #676D67", +"B. c #626762", +"C. c #5E645E", +"D. c #5C615C", +"E. c #575D57", +"F. c #555A55", +"G. c #4F554F", +"H. c #484C48", +"I. c #3E433E", +"J. c #363A36", +"K. c #292D29", +"L. c #9E9A8F", +"M. c #858178", +"N. c #46443F", +"O. c #DFDDD9", +"P. c #CCC9C0", +"Q. c #72706B", +"R. c #2E312E", +"S. c #979997", +"T. c #909390", +"U. c #898D89", +"V. c #7F847F", +"W. c #7A807A", +"X. c #6C736C", +"Y. c #6A6F6A", +"Z. c #676C67", +"`. c #636963", +" + c #5F655F", +".+ c #585D58", +"++ c #515751", +"@+ c #4A4F4A", +"#+ c #3D423D", +"$+ c #343934", +"%+ c #292C29", +"&+ c #99948A", +"*+ c #7F7B72", +"=+ c #43413C", +"-+ c #DCD9D5", +";+ c #C7C3BB", +">+ c #6F6C68", +",+ c #313431", +"'+ c #828582", +")+ c #7B807B", +"!+ c #787D78", +"~+ c #757B75", +"{+ c #767C76", +"]+ c #747B74", +"^+ c #717771", +"/+ c #6E746E", +"(+ c #666C66", +"_+ c #616761", +":+ c #5D635D", +"<+ c #565B56", +"[+ c #4D524D", +"}+ c #404540", +"|+ c #353A35", +"1+ c #0C0E0C", +"2+ c #948F85", +"3+ c #7A766D", +"4+ c #403E39", +"5+ c #D3D1CC", +"6+ c #C1BDB4", +"7+ c #6A6862", +"8+ c #363936", +"9+ c #787C78", +"0+ c #858985", +"a+ c #D3D5D3", +"b+ c #7D827D", +"c+ c #C1C4C1", +"d+ c #ACB1AC", +"e+ c #828882", +"f+ c #808680", +"g+ c #7D837D", +"h+ c #777E77", +"i+ c #737973", +"j+ c #6D736D", +"k+ c #686E68", +"l+ c #5F645F", +"m+ c #555B55", +"n+ c #474D47", +"o+ c #3D413D", +"p+ c #0D0F0D", +"q+ c #8E897F", +"r+ c #736F66", +"s+ c #3D3A35", +"t+ c #CFCDC7", +"u+ c #BBB7AE", +"v+ c #67645F", +"w+ c #686D68", +"x+ c #919591", +"y+ c #CED0CE", +"z+ c #D5D7D5", +"A+ c #A5AAA5", +"B+ c #858B85", +"C+ c #858C85", +"D+ c #848A84", +"E+ c #818781", +"F+ c #7C827C", +"G+ c #787E78", +"H+ c #6C726C", +"I+ c #626862", +"J+ c #2D312D", +"K+ c #8A857A", +"L+ c #6E6A61", +"M+ c #3A3733", +"N+ c #CAC7C2", +"O+ c #B3AFA6", +"P+ c #62605A", +"Q+ c #353935", +"R+ c #9C9F9C", +"S+ c #C9CBC9", +"T+ c #A9ACA9", +"U+ c #ECEDEC", +"V+ c #8A908A", +"W+ c #7F867F", +"X+ c #7D847D", +"Y+ c #797F79", +"Z+ c #6F756F", +"`+ c #535953", +" @ c #444944", +".@ c #383D38", +"+@ c #0D0D0D", +"@@ c #858075", +"#@ c #68645B", +"$@ c #373530", +"%@ c #C5C3BD", +"&@ c #AEA99F", +"*@ c #5F5C57", +"=@ c #353835", +"-@ c #949794", +";@ c #E4E5E4", +">@ c #B9BCB9", +",@ c #AFB3AF", +"'@ c #E3E4E3", +")@ c #9DA09D", +"!@ c #7F857F", +"~@ c #7E847E", +"{@ c #5D625D", +"]@ c #434843", +"^@ c #393D39", +"/@ c #817C71", +"(@ c #646057", +"_@ c #34332E", +":@ c #BFBCB6", +"<@ c #A5A197", +"[@ c #5A5852", +"}@ c #343834", +"|@ c #727772", +"1@ c #898E89", +"2@ c #AAAEAA", +"3@ c #C7C9C7", +"4@ c #7B817B", +"5@ c #777D77", +"6@ c #6F766F", +"7@ c #5E655E", +"8@ c #545A54", +"9@ c #454B45", +"0@ c #3A3F3A", +"a@ c #2C312C", +"b@ c #7D786D", +"c@ c #5E5B52", +"d@ c #31302B", +"e@ c #B9B6B0", +"f@ c #9E9A90", +"g@ c #56544E", +"h@ c #6C6E6C", +"i@ c #CFD0CF", +"j@ c #F6F6F6", +"k@ c #D0D3D0", +"l@ c #E7E7E7", +"m@ c #B6B9B6", +"n@ c #767D76", +"o@ c #6E756E", +"p@ c #686F68", +"q@ c #4F544F", +"r@ c #383C38", +"s@ c #2C2F2C", +"t@ c #797469", +"u@ c #5A574E", +"v@ c #2F2D29", +"w@ c #AEAAA3", +"x@ c #969288", +"y@ c #514F49", +"z@ c #383B38", +"A@ c #929592", +"B@ c #D2D4D2", +"C@ c #858A85", +"D@ c #DADBDA", +"E@ c #929692", +"F@ c #6C716C", +"G@ c #646B64", +"H@ c #656B65", +"I@ c #646A64", +"J@ c #606660", +"K@ c #515651", +"L@ c #484D48", +"M@ c #414741", +"N@ c #2F342F", +"O@ c #262826", +"P@ c #0B0C0B", +"Q@ c #757064", +"R@ c #555249", +"S@ c #2D2B26", +"T@ c #A7A39D", +"U@ c #8F8A81", +"V@ c #4D4B45", +"W@ c #2B2F2B", +"X@ c #9B9D9B", +"Y@ c #B4B6B4", +"Z@ c #7A7F7A", +"`@ c #DEDFDE", +" # c #767B76", +".# c #BFC1BF", +"+# c #CACCCA", +"@# c #959895", +"## c #5A5F5A", +"$# c #4A504A", +"%# c #464B46", +"&# c #313631", +"*# c #242724", +"=# c #726D61", +"-# c #514D44", +";# c #2B2824", +"># c #9E9B93", +",# c #878278", +"'# c #494641", +")# c #8C908C", +"!# c #6D716D", +"~# c #A2A5A2", +"{# c #4E534E", +"]# c #4C524C", +"^# c #434943", +"/# c #3F443F", +"(# c #3B3F3B", +"_# c #323732", +":# c #272B27", +"<# c #212521", +"[# c #0A0B0A", +"}# c #6E695D", +"|# c #4C4940", +"1# c #282722", +"2# c #99958E", +"3# c #807C71", +"4# c #45433D", +"5# c #0C0C0C", +"6# c #121412", +"7# c #131513", +"8# c #151615", +"9# c #151715", +"0# c #141514", +"a# c #131413", +"b# c #111311", +"c# c #111211", +"d# c #0F100F", +"e# c #090A09", +"f# c #030303", +"g# c #6C685A", +"h# c #4B483E", +"i# c #282721", +"j# c #918E86", +"k# c #787369", +"l# c #8F8B7F", +"m# c #9C978A", +"n# c #9C988B", +"o# c #9D978B", +"p# c #9B9689", +"q# c #9A9487", +"r# c #979285", +"s# c #958F82", +"t# c #928D80", +"u# c #8F897C", +"v# c #8B8679", +"w# c #888275", +"x# c #858072", +"y# c #827D6F", +"z# c #807A6C", +"A# c #7C7669", +"B# c #7A7465", +"C# c #787263", +"D# c #757061", +"E# c #736E5F", +"F# c #726D5E", +"G# c #5E5A4E", +"H# c #282621", +"I# c #8B8880", +"J# c #726E64", +"K# c #736E64", +"L# c #736F64", +"M# c #736E63", +"N# c #726D63", +"O# c #716C62", +"P# c #6E6A5F", +"Q# c #6C675C", +"R# c #69655A", +"S# c #666257", +"T# c #635E54", +"U# c #605C51", +"V# c #5C584E", +"W# c #5A574C", +"X# c #575449", +"Y# c #565348", +"Z# c #545045", +"`# c #524E44", +" $ c #504C42", +".$ c #555148", +"+$ c #636057", +"@$ c #56534A", +"#$ c #827F77", +"$$ c #6B675D", +"%$ c #6C685E", +"&$ c #6C685D", +"*$ c #6D685E", +"=$ c #6B675C", +"-$ c #6A655B", +";$ c #686359", +">$ c #656156", +",$ c #625E54", +"'$ c #5D594E", +")$ c #5C584D", +"!$ c #59554A", +"~$ c #585449", +"{$ c #555247", +"]$ c #545046", +"^$ c #504D43", +"/$ c #4F4B41", +"($ c #605D53", +"_$ c #48453B", +":$ c #454239", +"<$ c #2A2823", +"[$ c #6D6B63", +"}$ c #58554C", +"|$ c #59564D", +"1$ c #59554C", +"2$ c #58544C", +"3$ c #57534A", +"4$ c #545148", +"5$ c #524F46", +"6$ c #4E4A42", +"7$ c #4D4941", +"8$ c #4A473E", +"9$ c #49453D", +"0$ c #47443C", +"a$ c #46433A", +"b$ c #444138", +"c$ c #434037", +"d$ c #423F36", +"e$ c #413E35", +"f$ c #3C3931", +"g$ c #3E3B33", +"h$ c #3F3D35", +"i$ c #2B2924", +"j$ c #6D6B68", +"k$ c #686660", +"l$ c #6C6B64", +"m$ c #7F7C77", +"n$ c #878581", +"o$ c #85837E", +"p$ c #82807C", +"q$ c #7F7C78", +"r$ c #7C7976", +"s$ c #787671", +"t$ c #74726D", +"u$ c #706E69", +"v$ c #6C6A64", +"w$ c #65645E", +"x$ c #61605A", +"y$ c #5F5D57", +"z$ c #5E5C56", +"A$ c #5F5D56", +"B$ c #605C55", +"C$ c #292724", +"D$ c #1E1D1C", +"E$ c #191816", +"F$ c #1B1A18", +"G$ c #1D1D1A", +"H$ c #201F1D", +"I$ c #222220", +"J$ c #252423", +"K$ c #262523", +"L$ c #252422", +"M$ c #242321", +"N$ c #232220", +"O$ c #22211F", +"P$ c #21201E", +"Q$ c #1F1F1C", +"R$ c #1D1D1B", +"S$ c #1C1B19", +"T$ c #191916", +"U$ c #181714", +"V$ c #171614", +"W$ c #161613", +"X$ c #171613", +"Y$ c #161512", +"Z$ c #0B0A09", +" ", +" ", +" ", +" . + @ # $ # % % % % % # & * = - ; > , ' ) ! ~ { ] ^ / ( ", +" . _ : < [ } | 1 | 2 3 4 5 6 7 8 9 0 a b c d e f g h i j ", +" . k l m n o p p q o r s t u v w x y z A B C D E F G H I ", +" . J < K L M N O P Q Q R S Q P T U V W M X Y Z ` ...+.@.. ", +" . #.$.%.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._.:.<.[.}.|.1.2.. ", +" . 3.8 4.5.6.7.8.9.0.a.b.c.d.e.f.g.h.i.j.k.l.:.m.n.o.p.q.. ", +" . r.s.t.u.7.6.v.w.a.x.y.z.A.B.C.D.E.F.G.H.I.J.K.n.L.M.N.. ", +" . O.P.Q.R.S.T.U.b.V.W.z.X.Y.Z.`. +D..+++@+#+$+%+n.&+*+=+. ", +" . -+;+>+,+;.'+)+!+~+{+~+]+^+/+d.(+_+:+<+[+}+|+5.1+2+3+4+. ", +" . 5+6+7+8+9+0+a+b+c+d+e+e+f+g+h+i+j+k+l+m+n+o+R.p+q+r+s+. ", +" . t+u+v+J.w+x+y+]+z+A+B+C+D+E+F+G+^+H+I+.+j.(.J+p+K+L+M+. ", +" . N+O+P+Q+R+S+z+T+U+c+V+E+W+X+Y+~+Z+w+:+`+ @.@<.+@@@#@$@. ", +" . %@&@*@=@-@;@>@,@'@)@B+!@~@F+Y+~+/+Z.{@++]@^@5.` /@(@_@. ", +" . :@<@[@}@|@'@1@2@3@j+~@W+!@~@4@5@6@k+7@8@9@0@a@p+b@c@d@. ", +" . e@f@g@h@i@j@k@;@l@m@{+h+h+n@i+o@p@I+.+q@}+r@s@` t@u@v@. ", +" . w@x@y@z@A@B@C@D@E@F@G@H@I@`.J@D.<+K@L@M@_.N@O@P@Q@R@S@. ", +" . T@U@V@W@X@Y@Z@`@I@<+ #.#+#S+@###$#%#I.l.&#W@*#}.=#-#;#. ", +" . >#,#'#<.)#!# +~#{#h.h.h.]#$#%#^#/#(#8+_#W@:#<#[#}#|#1#. ", +" . 2#3#4#5#6#6#7#8#8#8#9#8#X 0#a#b#c#d#L ` n.}.e#f#g#h#i#. ", +" . j#k#l#m#n#o#o#p#q#r#s#t#u#v#w#x#y#z#A#B#C#D#E#F#G#h#H#. ", +" . I#J#J#K#L#M#N#O#P#Q#R#S#T#U#V#W#X#Y#Z#`# $.$+$@$h#h#1#. ", +" . #$$$%$%$&$*$=$-$;$>$,$U#'$)$!$~${$]$`#^$/$($_$:$h#h#<$. ", +" . [$}$|$|$|$|$1$2$3$4$5$^$6$7$8$9$0$a$b$c$d$e$f$g$h$h$i$. ", +" . . j$k$l$Q.K m$~ n$o$p$q$r$s$t$u$v$w$x$y$z$A$B$C$. . ", +" D$E$F$G$H$I$J$K$L$M$N$O$P$Q$R$S$T$U$V$W$X$Y$Z$ ", +" ", +" ", +" ", +" "}; --- gksu-1.9.3.orig/debian/control.in +++ gksu-1.9.3/debian/control.in @@ -0,0 +1,28 @@ +Source: gksu +Section: admin +Priority: optional +Maintainer: Gustavo Noronha Silva +Uploaders: @GNOME_TEAM@ +Build-Depends: cdbs, debhelper (>= 4.1.0), intltool, autotools-dev, gnome-pkg-tools, libgtk2.0-dev (>= 2.4.0), libgksu2-dev (>= 1.9.8-1), libnautilus-extension-dev, libgconf2-dev +Standards-Version: 3.7.2 + +Package: gksu +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, sudo, gnome-keyring +Replaces: gnome-sudo, libgksu0 +Provides: gnome-sudo +Conflicts: gnome-sudo (<= 0.3-1.1) +Description: graphical frontend to su + gksu is a Gtk+ frontend to /bin/su. It supports login shells + and preserving environment when acting as a su frontend. It + is useful to menu items or other graphical programs that need + to ask a user's password to run another program as another user. + +Package: nautilus-gksu +Architecture: any +Depends: ${shlibs:Depends} +Description: gksu extension for nautilus + The gtku extension for nautilus allows you to become the root + user using the right-clic menu when browsing your files with + nautilus. + --- gksu-1.9.3.orig/debian/patches/14_set_http_proxy_env.patch +++ gksu-1.9.3/debian/patches/14_set_http_proxy_env.patch @@ -0,0 +1,82 @@ +diff -Nur gksu-1.9.3/gksu/gksu.c gksu-1.9.3.new/gksu/gksu.c +--- gksu-1.9.3/gksu/gksu.c 2006-08-06 21:42:51.000000000 +0200 ++++ gksu-1.9.3.new/gksu/gksu.c 2006-08-07 14:05:36.000000000 +0200 +@@ -198,6 +198,64 @@ + g_key_file_free (desktop); + } + ++void ++set_http_proxy_env(GConfClient *conf) ++{ ++ gchar *host; ++ gint port; ++ GSList *ignore; ++ ++ host = gconf_client_get_string (conf, HTTP_PROXY_DIR "/host", NULL); ++ port = gconf_client_get_int (conf, HTTP_PROXY_DIR "/port", NULL); ++ ignore = gconf_client_get_list (conf, HTTP_PROXY_DIR "/ignore_hosts", ++ GCONF_VALUE_STRING, NULL); ++ ++ if (host && port) ++ { ++ putenv(g_strdup_printf ("http_proxy=http://%s:%d/", host, port)); ++ g_free (host); ++ } ++ ++ if (ignore) ++ { ++ /* code distantly based on gconf's */ ++ gchar *buf = NULL; ++ guint bufsize = 64; ++ guint cur = 0; ++ ++ buf = g_malloc (bufsize + 3); ++ while (ignore != NULL) ++ { ++ guint len = strlen (ignore->data); ++ ++ if ((cur + len + 2) >= bufsize) /* +2 for '\0' and comma */ ++ { ++ bufsize = MAX(bufsize * 2, bufsize + len + 4); ++ buf = g_realloc (buf, bufsize + 3); ++ } ++ ++ g_assert (cur < bufsize); ++ ++ strcpy (&buf[cur], ignore->data); ++ cur += len; ++ ++ g_assert(cur < bufsize); ++ ++ buf[cur] = ','; ++ ++cur; ++ ++ g_assert(cur < bufsize); ++ ++ ignore = g_slist_next (ignore); ++ } ++ ++ buf[cur-1] = '\0'; /* overwrites last comma */ ++ ++ putenv(g_strdup_printf ("no_proxy=%s", buf)); ++ g_free (buf); ++ } ++} ++ + int + main (int argc, char **argv) + { +@@ -465,6 +523,13 @@ + g_error_free (error); + error = NULL; + } ++ ++ // export the http proxy env ++ GConfClient* gconf_client = gconf_client_get_default(); ++ if(gconf_client_get_bool (gconf_client, "/system/http_proxy/use_http_proxy", NULL) && !getenv("http_proxy") ) ++ { ++ set_http_proxy_env(gconf_client); ++ } + + if (run_mode == SUDO_MODE) + gksu_sudo_full (context, --- gksu-1.9.3.orig/debian/patches/07_desktop_in_ship.patch +++ gksu-1.9.3/debian/patches/07_desktop_in_ship.patch @@ -0,0 +1,16 @@ +diff -Nur gksu-1.3.6/gksu.desktop.in gksu-1.3.6.new/gksu.desktop.in +--- gksu-1.3.6/gksu.desktop.in 1970-01-01 01:00:00.000000000 +0100 ++++ gksu.desktop.in 2006-03-01 18:30:44.000000000 +0100 +@@ -0,0 +1,12 @@ ++[Desktop Entry] ++_Name=Root Terminal ++_Comment=Opens a terminal as the root user, using gksu to ask for the password ++Encoding=UTF-8 ++Exec=gksu /usr/bin/x-terminal-emulator ++Icon=gksu-root-terminal ++StartupNotify=true ++Terminal=false ++X-MultipleArgs=false ++Type=Application ++Categories=Application;System; ++NoDisplay=true --- gksu-1.9.3.orig/debian/patches/13_set_http_proxy_env.patch +++ gksu-1.9.3/debian/patches/13_set_http_proxy_env.patch @@ -0,0 +1,11 @@ +diff -Nur gksu-1.9.3/gksu/gksu.c gksu-1.9.3.new/gksu/gksu.c +--- gksu-1.9.3/gksu/gksu.c 2006-08-06 21:42:51.000000000 +0200 ++++ gksu-1.9.3.new/gksu/gksu.c 2006-08-07 14:10:16.000000000 +0200 +@@ -22,6 +22,7 @@ + #include "../config.h" + + #define BASE_PATH "/apps/gksu/" ++#define HTTP_PROXY_DIR "/system/http_proxy" + + /* GLOBALS */ + gboolean print_pass = FALSE; --- gksu-1.9.3.orig/debian/copyright +++ gksu-1.9.3/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Gustavo Noronha Silva on +Sun, 2 Dec 2001 23:04:34 -0200 + +It was downloaded from http://www.nongnu.org/gksu + +Upstream Authors: Gustavo Noronha Silva + Allan Douglas + +Copyright: + + Copyright (C) 2002, 2003, 2004, 2005 Gustavo Noronha Silva + + +License: + + 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; version 2 dated June, 1991. + + 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'.