Package: sabayon Followup-For: Bug #416719 I have attached an interdiff between the current packaging and my local packaging for 2.18.1. Seems to work fine.
- Josh Triplett -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages sabayon depends on: ii adduser 3.102 Add and remove users and groups ii gconf2 2.16.1-1 GNOME configuration database syste ii gdm 2.16.4-1 GNOME Display Manager ii gksu 2.0.0-1 graphical frontend to su ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries ii libcairo2 1.2.4-4 The Cairo 2D vector graphics libra ii libfontconfig1 2.4.2-1.2 generic font configuration library ii libglib2.0-0 2.12.4-2 The GLib library of C routines ii libgtk2.0-0 2.8.20-7 The GTK+ graphical user interface ii libice6 1:1.0.1-2 X11 Inter-Client Exchange library ii libpango1.0-0 1.14.8-5 Layout and rendering of internatio ii libsm6 1:1.0.1-3 X11 Session Management library ii libx11-6 2:1.0.3-6 X11 client-side library ii libxcursor1 1.1.7-4 X cursor management library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio ii libxi6 1:1.0.1-4 X11 Input extension library ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library ii libxrandr2 2:1.1.0.2-5 X11 RandR extension library ii libxrender1 1:0.9.1-3 X Rendering Extension client libra ii python 2.4.4-2 An interactive high-level object-o ii python-gamin 0.1.8-1 Python binding for the gamin clien ii python-gnome2 2.12.4-6 Python bindings for the GNOME desk ii python-gtk2 2.8.6-8 Python bindings for the GTK+ widge ii python-ldap 2.2.0-3 An LDAP interface module for Pytho ii python-libxml2 2.6.27.dfsg-1 Python bindings for the GNOME XML ii python-support 0.5.6 automated rebuilding support for p ii python-xdg 0.15-1.1 A python library to access freedes ii xnest 2:1.1.1-20 Nested X server sabayon recommends no packages. -- no debconf information
diff -u sabayon-2.12.4/debian/patches/01_desktop.patch sabayon-2.18.1/debian/patches/01_desktop.patch --- sabayon-2.12.4/debian/patches/01_desktop.patch +++ sabayon-2.18.1/debian/patches/01_desktop.patch @@ -1,6 +1,6 @@ --- admin-tool/sabayon.desktop.in.orig 2005-05-10 22:17:03.616413264 +0200 +++ admin-tool/sabayon.desktop.in 2005-05-10 22:17:21.222736696 +0200 -@@ -2,9 +2,9 @@ +@@ -2,7 +2,7 @@ Encoding=UTF-8 _Name=Desktop User Profiles _Comment=Establish and Edit Profiles for Users @@ -12,3 +11,0 @@ - StartupNotify=true --Categories=GNOME;Application;SystemSetup; -+Categories=GNOME;Application;System;Settings; diff -u sabayon-2.12.4/debian/control sabayon-2.18.1/debian/control --- sabayon-2.12.4/debian/control +++ sabayon-2.18.1/debian/control @@ -9,7 +9,7 @@ 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, adduser, gdm +Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-gtk2 (>= 2.5.3), python-gnome2 (>= 2.6.0), python-xdg, python-gamin, python-libxml2, xnest, gconf2 (>= 2.10.0-0ubuntu2), python-ldap, gksu, adduser, gdm 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: diff -u sabayon-2.12.4/debian/control.in sabayon-2.18.1/debian/control.in --- sabayon-2.12.4/debian/control.in +++ sabayon-2.18.1/debian/control.in @@ -9,7 +9,7 @@ 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, adduser, gdm +Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-gtk2 (>= 2.5.3), python-gnome2 (>= 2.6.0), python-xdg, python-gamin, python-libxml2, xnest, gconf2 (>= 2.10.0-0ubuntu2), python-ldap, gksu, adduser, gdm 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: diff -u sabayon-2.12.4/debian/changelog sabayon-2.18.1/debian/changelog --- sabayon-2.12.4/debian/changelog +++ sabayon-2.18.1/debian/changelog @@ -1,3 +1,9 @@ +sabayon (2.18.1-1) unstable; urgency=low + + * New upstream release + + -- Josh Triplett <[EMAIL PROTECTED]> Thu, 29 Mar 2007 17:49:51 -0700 + sabayon (2.12.4-4) unstable; urgency=low * Add a get-orig-source target to retrieve the upstream tarball.