--- sabayon-2.25.0.orig/debian/control +++ sabayon-2.25.0/debian/control @@ -0,0 +1,49 @@ +Source: sabayon +Section: gnome +Priority: optional +XSBC-Original-Maintainer: Cédric Delfosse +Maintainer: Ubuntu Desktop Team +Uploaders: Alan Baghumian , Debian GNOME Maintainers +Homepage: http://live.gnome.org/Sabayon +Build-Depends: autotools-dev, + debhelper (>= 5.0.37.2), + cdbs, + gnome-pkg-tools, + python-dev (>= 2.4), + libpango1.0-dev, + libgtk2.0-dev, + python-gtk2-dev, + libxt-dev, + libxml-parser-perl, + xnest, + python-support (>= 0.3), + python-gobject-dev (>= 2.15.0), + python-xdg +Standards-Version: 3.7.3 +XS-Python-Version: >= 2.4 + +Package: sabayon +Architecture: any +Depends: ${shlibs:Depends}, + ${python:Depends}, + ${misc:Depends}, + python-gtk2 (>= 2.5.3), + python-gnome2 (>= 2.6.0), + python-gamin, + python-libxml2, + xnest, + gconf2 (>= 2.10.0-0ubuntu2), + python-ldap, + gksu, + gdm, + passwd, + python-glade2 +XB-Python-Version: ${python:Versions} +Description: system administration tool to manage GNOME desktop settings + Sabayon provides a sane way to edit GConf defaults and GConf mandatory keys: + the same way you edit your desktop. + . + Sabayon launches profiles in an Xnest window. Any changes you make in the + Xnest window are saved back to the profile file, which can then be applied + to user's accounts. + --- sabayon-2.25.0.orig/debian/rules +++ sabayon-2.25.0/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +DEB_CONFIGURE_EXTRA_FLAGS += \ + --with-prototype-user=sabayon-admin \ + --with-distro=debian + +binary-install/sabayon:: + find debian/sabayon -name '*.a' -exec rm -f '{}' \; + find debian/sabayon -name '*.la' -exec rm -f '{}' \; + dh_pysupport + --- sabayon-2.25.0.orig/debian/sabayon-apply.8 +++ sabayon-2.25.0/debian/sabayon-apply.8 @@ -0,0 +1,18 @@ +.\" Hey, EMACS: -*- nroff -*- +.TH SABAYON 8 "2006-11-21" +.SH NAME +sabayon-apply \- sabayon internal command +.SH DESCRIPTION +This manual page documents briefly the +.B sabayon-apply +command. +.PP +.B sabayon-apply +is a program used internally by +.B sabayon +and you shouldn't have to use it. +.SH OPTIONS +This program has no options. +.SH AUTHOR +This manual page was written by Cedric Delfosse , +for the Debian project (but may be used by others). --- sabayon-2.25.0.orig/debian/pycompat +++ sabayon-2.25.0/debian/pycompat @@ -0,0 +1 @@ +2 --- sabayon-2.25.0.orig/debian/sabayon.postrm +++ sabayon-2.25.0/debian/sabayon.postrm @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +if [ "$1" = "purge" ] ; then + if [ -x /usr/sbin/userdel ] ; then + userdel -r sabayon-admin || true + fi +fi + +#DEBHELPER# --- sabayon-2.25.0.orig/debian/TODO.Debian +++ sabayon-2.25.0/debian/TODO.Debian @@ -0,0 +1,2 @@ +* Check whether this complies with Debian's GConf layout. (idea of Joss) +* Rewrite code relying on python-gamin to use gnome-vfs instead. (idea of Joss) --- sabayon-2.25.0.orig/debian/changelog +++ sabayon-2.25.0/debian/changelog @@ -0,0 +1,415 @@ +sabayon (2.25.0-0ubuntu1) karmic; urgency=low + + * New upstream release: (LP: #405309) + - Port from gnome-vfs to GIO (Evan Briones, Andre Klapper) - bgo#527541 + - Put XAUTHLOCALHOSTNAME in the child session's environment so + it will run (Michael Meeks) - bnc#471897 + - Ignore .pulse to avoid replicating PulseAudio data (Federico Mena) + - String fixes (Philip Withnall) - bgo#528253 + - New and updated Translations + * debian/watch + - also look for unstable version + * debian/control + - build-dep on python-gobject-dev >= 2.15.0 + - build-dep on python-xdg + + -- Andreas Moog Mon, 27 Jul 2009 15:59:43 +0200 + +sabayon (2.22.1-0ubuntu2) jaunty; urgency=low + + * New change rebuild for python2.6. + + -- Matthias Klose Wed, 25 Feb 2009 12:52:56 +0000 + +sabayon (2.22.1-0ubuntu1) intrepid; urgency=low + + * New upstream version: + Fixes: + - Improve login performance with sabayon running + + -- Sebastien Bacher Tue, 23 Sep 2008 10:25:30 +0200 + +sabayon (2.22.0-0ubuntu4) intrepid; urgency=low + + * Rebuild to get rid of libffi4 (LP: #245376) + + -- Pedro Fragoso Fri, 04 Jul 2008 03:14:47 +0100 + +sabayon (2.22.0-0ubuntu3) hardy; urgency=low + + * whoops, remove accidentially added ./sig file + + -- Oliver Grawert Mon, 21 Apr 2008 21:13:19 +0200 + +sabayon (2.22.0-0ubuntu2) hardy; urgency=low + + * fix .desktop file harder, .desktop.in is generated from .desktop.in.in now + so the added gksu call gets overwritten during build. (LP: #219790) + + -- Oliver Grawert Mon, 21 Apr 2008 20:59:07 +0200 + +sabayon (2.22.0-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #201232) + - Don't create duplicated files in profile zipfiles (Sayamindu Dasgupta, Federico Mena) + - Fix typos in the mozilla_bookmarks module (Johnny Robeson) + - Updated support for Gentoo (Johnny Robeson) + - Support Bugzilla in .desktop file (Johnny Robeson) + - Back to not using gnomesu in .desktop file (Johnny Robeson) + * debian/patches/01_desktop.patch: Updated + + -- Pedro Fragoso Tue, 11 Mar 2008 23:09:37 +0000 + +sabayon (2.21.0-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #184703) + * debian/control{.in}; + - Bump to Standards-Version 3.7.3 + - Added Homepage + * debian/patches; + - 02_script-not-executable: dropped, fixed upstream + - 04_ignore_locale_errors: updated + - 05_fix_non_profile_login: updated + + -- Pedro Fragoso Mon, 21 Jan 2008 00:09:18 +0000 + +sabayon (2.20.1-0ubuntu1) gutsy; urgency=low + + * New upstream version + - update of the various debian/patches/ files to match the new revision + + -- Christophe Sauthier Thu, 20 Sep 2007 15:20:13 +0200 + +sabayon (2.19.2-0ubuntu2) gutsy; urgency=low + + * Added an option, -n, --no-profile-error. If set, then no profile existing + returns a 1, failing the login. Default is unset, returning 0 if no + profile exists. + Closes LP: #38410 + + -- Scott Balneaves Fri, 07 Sep 2007 10:05:30 -0500 + +sabayon (2.19.2-0ubuntu1) gutsy; urgency=low + + * New upstream version: + Changes: + - New icon for Sabayon courtesy of Alberto Ruiz and Andreas Nilsson. + - Lots of fixes! + Fixes: + - Fix "--help" for sabayon-apply and sabayon-session + - Run gtk-update-icon-cache + - Add missing imports to the Python files + - Update session paths for openSUSE + - Add some directories to ignore + - Convert filenames to UTF-8 for display + - Typo fixes in strings + - Fix the Categories in the .desktop file + Translators + * debian/patches/03_admin_log_config_crash.patch: + - dropped, fixed with the new version + + -- Sebastien Bacher Thu, 16 Aug 2007 17:11:11 +0200 + +sabayon (2.19.1-0ubuntu2) gutsy; urgency=low + + * debian/patches/03_admin_log_config_crash.patch: Set + admin_log_config_filename earlier (LP: #127165). Import sabayon.config. + * debian/patches/04_ignore_locale_errors.patch: Catch and ignore + exceptions from locale.setlocale. + + -- Colin Watson Fri, 20 Jul 2007 19:17:03 +0100 + +sabayon (2.19.1-0ubuntu1) gutsy; urgency=low + + * New upstream release. + * debian/patches/01_desktop.patch: Updated. + + -- Christoph Maerz Wed, 18 Jul 2007 14:45:08 +0200 + +sabayon (2.18.1-1) unstable; urgency=low + + [ Alan Baghumian ] + * New upstream release (Closes: #416719). + - Many installation and build system fixes, including fixes + for 64-bit platforms + - Better localization + - Temporary fix to work on distributions which don't have the + xdg.DesktopEntry module for Python + - Be as lenient as we used to be while committing the changes + in a profile, instead of aborting immediately + - API reference: http://sayamindu.randomink.org/sabayon_docs/ + - Scripting Sabayon with Python: http://live.gnome.org/PythonSabayon + * Updated 01_desktop.patch + * Updated debian/control + - Added myself as co- maintainer + - Added home page URL + - Added autotools-dev to build-deps + - Dropped adduser from deps + * Updated debian/copyright + - Minor clean-ups + * Updated debian/watch + - Only catch stable releases + * Updated debian/post* scripts + - Used useradd, groupadd and userdel + * Updated debian/rules + - Dropped dh_python call + + [ Loic Minier ] + * Depend on passwd for useradd/userdel and groupadd. + * Fix chown usage in postrm. + * Depend on python-glade2; Ubuntu #43700. + * Wrap build-deps and deps. + + -- Loic Minier Tue, 24 Apr 2007 13:36:33 +0200 + +sabayon (2.12.4-4) unstable; urgency=low + + * Add a get-orig-source target to retrieve the upstream tarball. + * Depend on python-gamin instead of python2.4-gamin. + + -- Loic Minier Fri, 19 Jan 2007 21:25:56 +0100 + +sabayon (2.12.4-3) unstable; urgency=high + + * Depend on gdm; closes: #402607. + * Fix changelog of 2.12.4-2 to mention new patch, 02_script-not-executable. + + -- Loic Minier Sat, 16 Dec 2006 11:10:44 +0100 + +sabayon (2.12.4-2) unstable; urgency=low + + * Upload in unstable (Closes: Bug#315891) + * Add basic manpages for sabayon and sabayon-apply + * New patch, 02_script-not-executable, to make lintian happy with respect to + file permissions in Python scripts with a shebang. + + -- Cédric Delfosse Sun, 19 Nov 2006 15:17:46 +0100 + +sabayon (2.12.4-1) experimental; urgency=low + + * Initial import from Ubuntu. + * Set Cédric Delfosse as Maintainer. + * Update patch 01_desktop to use gksu which might or might not use gksudo; + depend on gksu. + * Bump up Standards-Version to 3.7.2. + * Bump up Debhelper compatibility level to 5. + * Depend on adduser since the postinst creates an user. + * Update FSF address and usptream URL in copyright. + * Include CDBS' utils. + * Cleanups. + * Pass --disabled-password to adduser; delgroup on purge. + * Comply with new Python policy. + - Set Python compatibility level to 2. + - Bump up debhelper build-dep to >= 5.0.37.2. + - Build-depend on python-support (>= 0.3). + - Add XB-Python-Version to sabayon. + - Set XS-Python-Version to >= 2.4. + - Remove now useless *.pyc removal code. + * List copyright holders... + * Add a TODO.Debian with items suggested by Josselin Mouette which we should + check before uploading to unstable. + * Don't ship *.a and *.la files. + + -- Loic Minier Thu, 28 Sep 2006 18:33:04 +0200 + +sabayon (2.12.4-0ubuntu1) edgy; urgency=low + + * New upstream release: + - Features: + - Add support for Frugalware Linux + - Fixes: + - distribute schema + - handle new Xsession path in Fedora Core 5 + - Remove unneeded #! in python files + * debian/control.in: + - Move python2.4-* Depends to python-*. + + -- Daniel Holbach Fri, 28 Jul 2006 00:46:29 +0200 + +sabayon (2.12.3-0ubuntu3) dapper; urgency=low + + * debian/control.in: + - remove duplicate xnest Depends. (Malone: #39106) + + -- Daniel Holbach Fri, 28 Apr 2006 16:40:33 +0200 + +sabayon (2.12.3-0ubuntu2) dapper; urgency=low + + * debian/control.in: + - Depends on python2.4-ldap (Ubuntu: #31882) + + -- Sebastien Bacher Sun, 19 Feb 2006 16:18:44 +0100 + +sabayon (2.12.3-0ubuntu1) dapper; urgency=low + + * New upstream release: + - Detect location of Xnest automatically instead of hardcoding + - Translators: Josep Puigdemont (ca), Lukas Novotny (cs), Adam Weinberger + (en_CA), Francisco Javier F. Serrador (es), Ilkka Tuohela (fi), Ignacio + Casal Quinteiro (gl), Ankit Patel (gu), Gabor Kelemen (hu), Takeshi + AIHANA (ja), Žygimantas Beručka (lt), Kjartan Maraas (nb), Tino Meinen + (nl), Kjartan Maraas (no), Amanpreet Singh Alam (pa), Слободан Д. + Средојевић (sr), Theppitak Karoonboonyanan (th), Clytie Siddall (vi), + Funda Wang (zh_CN), Chao-Hsiung Liao (zh_HK), Chao-Hsiung Liao (zh_TW) + * debian/control.in: + - added xnest to Depends and Build-Depends. + + -- Daniel Holbach Tue, 31 Jan 2006 19:08:18 +0100 + +sabayon (2.12.2-0ubuntu1) dapper; urgency=low + + * New upstream version: + - LDAP support + - Update docs + - Mandriva support + - SUSE support + - Handle file deletes + + -- Sebastien Bacher Thu, 17 Nov 2005 15:02:39 +0100 + +sabayon (2.12.1-0ubuntu1) dapper; urgency=low + + * New upstream version: + The profile format has changed in this version, so old profiles are not + compatible. + . + Features + - New menu item "Enforce Mandatory" lets you change mandatory settings + - Backup files are ignored by default + - Lockdown settings editor, based on Pessulus + - Better handling of panel lauchers + - Removed versioning support. Simplified UI and profile format. + Fixes + - Fix typo in session name replacement + - Handle non-existing mandatory or default gconf dirs + - Make file source apply not be recorded as changes + - Handle // and other comments in strings in mozilla source + - Work with remote X displays + - Fix mozilla source handling of multiple files + Misc + - Find pygtk even if installed in non-default directory + - Better window titles (Ubuntu: #13838) + - Moved ~/.profile_cache to ~/.sabayon/profile_cache + - SABAYON_DEBUG=all now sets a full mask + * debian/patches/02_typo.patch: + - fixed with the new version. + + -- Sebastien Bacher Mon, 7 Nov 2005 11:57:38 -0500 + +sabayon (2.12.0-0ubuntu1) dapper; urgency=low + + * New upstream version: + - Ignore changes to .esd_auth. + - Allow session name to be different between distros. + - Don't modify parent's environ when launching session. + * debian/patches/02_typo.patch: + - fix a typo to the session name. + + -- Sebastien Bacher Thu, 20 Oct 2005 15:34:39 +0200 + +sabayon (2.11.90-0ubuntu5) breezy; urgency=low + + * debian/control.in: + - the package is "Architecture: any" (Ubuntu: #13777). + + -- Sebastien Bacher Sat, 20 Aug 2005 23:35:54 +0200 + +sabayon (2.11.90-0ubuntu4) breezy; urgency=low + + * Rebuild with the new cairo version + + -- Sebastien Bacher Thu, 18 Aug 2005 17:22:54 +0000 + +sabayon (2.11.90-0ubuntu3) breezy; urgency=low + + * debian/control.in: + - fixed the Build-Depends. + + -- Sebastien Bacher Thu, 18 Aug 2005 10:59:37 +0200 + +sabayon (2.11.90-0ubuntu2) breezy; urgency=low + + * debian/control.in: + - fixed the Build-Depends. + + -- Sebastien Bacher Wed, 17 Aug 2005 21:42:36 +0200 + +sabayon (2.11.90-0ubuntu1) breezy; urgency=low + + * New upstream version: + Features: + - Embed the session in a GTK+ window with menu and status bars. + - Move the changes window out of the session. + - No spew of changes at session start with GNOME 2.12. + Fixes + - Allow ignoring changes to specific GConf keys. + - Fix weirdness with window stacking order. + - Support shell style globs in ignore lists. + - Fix issue with sabayon-apply and profile names containing spaces. + - Make closing the save confirm window act like cancel. + - Fix "Clear History" in the details window. + - Prompt for confirmation when closing the details window. + - Correctly parse user's full name from GECOS info. + * debian/control.in: + - updated the Build-Depends. + + -- Sebastien Bacher Tue, 2 Aug 2005 10:28:52 +0200 + +sabayon (0.18-0ubuntu1) breezy; urgency=low + + * New upstream version: + - allow profiles to be downloaded using HTTP. + - allow the users database to be remote too. + - add a dialog for associating profiles with users. + - re-work the layout of the profiles dialog. + - support for Firefox bookmarks. + - actually lookup to apply the profile from the users database. + * debian/README.Debian: + - not required, the new version has a dialog to associate the profiles. + + -- Sebastien Bacher Wed, 18 May 2005 21:23:30 +0200 + +sabayon (0.18-1) breezy; urgency=low + + * New upstream release + + -- Sebastien Bacher Wed, 18 May 2005 21:23:26 +0200 + +sabayon (0.17cvs20050509-0ubuntu4) breezy; urgency=low + + * debian/README.Debian: + - document how use profiles. + * debian/patches/01_desktop.patch: + - fix the entry and the category. + * debian/watch: + - new. + + -- Sebastien Bacher Tue, 10 May 2005 22:05:52 +0200 + +sabayon (0.17cvs20050509-0ubuntu3) breezy; urgency=low + + * debian/control.in: + - updated the Build-Depends. + + -- Sebastien Bacher Tue, 10 May 2005 18:46:51 +0200 + +sabayon (0.17cvs20050509-0ubuntu2) breezy; urgency=low + + * debian/60sabayon_apply: + - apply the profile. + + -- Sebastien Bacher Tue, 10 May 2005 12:33:37 +0200 + +sabayon (0.17cvs20050509-0ubuntu1) breezy; urgency=low + + * CVS package: + - fix a locking issue. + + -- Sebastien Bacher Mon, 9 May 2005 19:22:13 +0200 + +sabayon (0.17-0ubuntu1) breezy; urgency=low + + * Initial version. + + -- Sebastien Bacher Fri, 6 May 2005 16:54:16 +0200 + --- sabayon-2.25.0.orig/debian/sabayon.8 +++ sabayon-2.25.0/debian/sabayon.8 @@ -0,0 +1,13 @@ +.\" Hey, EMACS: -*- nroff -*- +.TH SABAYON 8 "2006-11-21" +.SH NAME +sabayon \- system administration tool to manage GNOME desktop settings +.SH DESCRIPTION +This manual page documents briefly the +.B sabayon +commands. +.SH OPTIONS +This program has no options. +.SH AUTHOR +This manual page was written by Cedric Delfosse , +for the Debian project (but may be used by others). --- sabayon-2.25.0.orig/debian/compat +++ sabayon-2.25.0/debian/compat @@ -0,0 +1 @@ +5 --- sabayon-2.25.0.orig/debian/60sabayon_apply +++ sabayon-2.25.0/debian/60sabayon_apply @@ -0,0 +1,9 @@ +# +# Apply the Sabayon profile for the current user (if any) +# + +if [ "x$DISABLE_SABAYON_XINITRC" = "x" ] ; then + if [ -x /usr/sbin/sabayon-apply ] ; then + /usr/sbin/sabayon-apply + fi +fi --- sabayon-2.25.0.orig/debian/watch +++ sabayon-2.25.0/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://ftp.gnome.org/pub/gnome/sources/sabayon/([\d\.]+)/sabayon-([\d\.]+)\.tar\.gz --- sabayon-2.25.0.orig/debian/sabayon.install +++ sabayon-2.25.0/debian/sabayon.install @@ -0,0 +1 @@ +debian/60sabayon_apply /etc/X11/Xsession.d --- sabayon-2.25.0.orig/debian/control.in +++ sabayon-2.25.0/debian/control.in @@ -0,0 +1,49 @@ +Source: sabayon +Section: gnome +Priority: optional +XSBC-Original-Maintainer: Cédric Delfosse +Maintainer: Ubuntu Desktop Team +Uploaders: Alan Baghumian , @GNOME_TEAM@ +Homepage: http://live.gnome.org/Sabayon +Build-Depends: autotools-dev, + debhelper (>= 5.0.37.2), + cdbs, + gnome-pkg-tools, + python-dev (>= 2.4), + libpango1.0-dev, + libgtk2.0-dev, + python-gtk2-dev, + libxt-dev, + libxml-parser-perl, + xnest, + python-support (>= 0.3), + python-gobject-dev (>= 2.15.0), + python-xdg +Standards-Version: 3.7.3 +XS-Python-Version: >= 2.4 + +Package: sabayon +Architecture: any +Depends: ${shlibs:Depends}, + ${python:Depends}, + ${misc:Depends}, + python-gtk2 (>= 2.5.3), + python-gnome2 (>= 2.6.0), + python-gamin, + python-libxml2, + xnest, + gconf2 (>= 2.10.0-0ubuntu2), + python-ldap, + gksu, + gdm, + passwd, + python-glade2 +XB-Python-Version: ${python:Versions} +Description: system administration tool to manage GNOME desktop settings + Sabayon provides a sane way to edit GConf defaults and GConf mandatory keys: + the same way you edit your desktop. + . + Sabayon launches profiles in an Xnest window. Any changes you make in the + Xnest window are saved back to the profile file, which can then be applied + to user's accounts. + --- sabayon-2.25.0.orig/debian/sabayon.manpages +++ sabayon-2.25.0/debian/sabayon.manpages @@ -0,0 +1,3 @@ +debian/sabayon.8 +debian/sabayon-apply.8 + --- sabayon-2.25.0.orig/debian/copyright +++ sabayon-2.25.0/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Sebastien Bacher on +Mon, 21 Feb 2005 11:20:18 +0100. + +It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/sabayon/ + +Copyright: + Copyright (C) 2005 Red Hat, Inc. + Copyright (C) 2005 Vincent Untz + Copyright (C) 2004 GNOME Foundation + +Upstream Authors: Daniel Veillard + John Dennis + Mark McLoughlin + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- sabayon-2.25.0.orig/debian/sabayon.postinst +++ sabayon-2.25.0/debian/sabayon.postinst @@ -0,0 +1,18 @@ +#!/bin/sh + +set -e + +if [ "$1" = "configure" ] ; then + if ! getent group sabayon-admin >/dev/null; then + groupadd sabayon-admin + fi + + if ! getent passwd sabayon-admin >/dev/null; then + useradd --home /var/run/sabayon-admin \ + -c "Sabayon user" --gid sabayon-admin sabayon-admin + mkdir -p /var/run/sabayon-admin + chown sabayon-admin:sabayon-admin /var/run/sabayon-admin + fi +fi + +#DEBHELPER# --- sabayon-2.25.0.orig/debian/patches/01_desktop.patch +++ sabayon-2.25.0/debian/patches/01_desktop.patch @@ -0,0 +1,12 @@ +diff -Nur -x '*.orig' -x '*~' sabayon-2.22.0/admin-tool/sabayon.desktop.in.in sabayon-2.22.0.new/admin-tool/sabayon.desktop.in.in +--- sabayon-2.22.0/admin-tool/sabayon.desktop.in.in 2008-03-11 21:41:44.000000000 +0100 ++++ sabayon-2.22.0.new/admin-tool/sabayon.desktop.in.in 2008-04-21 20:59:01.000000000 +0200 +@@ -1,7 +1,7 @@ + [Desktop Entry] + _Name=User Profile Editor + _Comment=Establish and Edit Profiles for Users +-Exec=sabayon ++Exec=gksu sabayon + Terminal=false + Type=Application + Icon=sabayon --- sabayon-2.25.0.orig/debian/patches/04_ignore_locale_errors.patch +++ sabayon-2.25.0/debian/patches/04_ignore_locale_errors.patch @@ -0,0 +1,14 @@ +--- sabayon-2.21.0/lib/util.py 2008-01-20 00:49:27.000000000 +0000 ++++ sabayon-2.21.0/lib/util.py.new 2008-01-28 00:52:04.000000000 +0000 +@@ -114,7 +114,10 @@ + util.init_gettext() at the entry point to any script and you'll be + able to use _(), gettext(), and ngettext() to mark strings for + translation.""" +- locale.setlocale (locale.LC_ALL, "") ++ try: ++ locale.setlocale (locale.LC_ALL, "") ++ except locale.Error: ++ pass + gettext.install (PACKAGE, LOCALEDIR) + # Python 2.4 compatibility + import __builtin__ --- sabayon-2.25.0.orig/debian/patches/05_fix_non_profile_login.patch +++ sabayon-2.25.0/debian/patches/05_fix_non_profile_login.patch @@ -0,0 +1,32 @@ +--- sabayon-2.21.0/admin-tool/sabayon-apply 2008-01-20 00:49:21.000000000 +0000 ++++ sabayon-2.21.0/admin-tool/sabayon-apply.new 2008-01-28 00:58:20.000000000 +0000 +@@ -56,6 +56,9 @@ + option_parser.add_option ("-s", + "--sabayon-session", dest="sabayon_session", + action="store_true", default=False) ++ option_parser.add_option ("-n", ++ "--no-profile-error", dest="no_profile_error", ++ action="store_true", default=False) + # FIXME: say that "man sabayon" will give you the + # syntax for the debug log config file. + option_parser.add_option ("--admin-log-config", dest="admin_log_config", +@@ -69,6 +72,7 @@ + + try: + is_sabayon_session = options.sabayon_session ++ no_profile_error = options.no_profile_error + admin_log_config_filename = options.admin_log_config or ("~/" + config.LOG_CONFIG_FILENAME) + + if options.readable_log_config != None: +@@ -97,7 +101,10 @@ + if not profile_name: + mprint ("No profile for user '%s' found", user_name) + sys.stderr.write (_("No profile for user '%s' found\n") % user_name) +- sys.exit (util.EXIT_CODE_NO_USER_PROFILE) ++ if no_profile_error: ++ sys.exit (util.EXIT_CODE_FATAL) ++ else: ++ sys.exit (util.EXIT_CODE_NORMAL) + elif num_args == 1: + profile_name = args[0] + else: