r10279 - in /desktop/unstable/sabayon/debian: changelog control control.in rules sabayon.install sabayon.manpages

alanbach-guest at users.alioth.debian.org alanbach-guest at users.alioth.debian.org
Mon Apr 23 08:50:55 UTC 2007


Author: alanbach-guest
Date: Mon Apr 23 08:50:54 2007
New Revision: 10279

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10279
Log:
several updates to add sabayon-common package

Modified:
    desktop/unstable/sabayon/debian/changelog
    desktop/unstable/sabayon/debian/control
    desktop/unstable/sabayon/debian/control.in
    desktop/unstable/sabayon/debian/rules
    desktop/unstable/sabayon/debian/sabayon.install
    desktop/unstable/sabayon/debian/sabayon.manpages

Modified: desktop/unstable/sabayon/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/sabayon/debian/changelog?rev=10279&op=diff
==============================================================================
--- desktop/unstable/sabayon/debian/changelog (original)
+++ desktop/unstable/sabayon/debian/changelog Mon Apr 23 08:50:54 2007
@@ -11,6 +11,7 @@
      - API reference: http://sayamindu.randomink.org/sabayon_docs/
      - Scripting Sabayon with Python: http://live.gnome.org/PythonSabayon
   * Updated 01_desktop.patch
+  * Added sabayon-common to fix lintian errors
   * Updated debian/control   
      - Changed maintainer to Alan Baghumian
      - Added home page URL

Modified: desktop/unstable/sabayon/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/sabayon/debian/control?rev=10279&op=diff
==============================================================================
--- desktop/unstable/sabayon/debian/control (original)
+++ desktop/unstable/sabayon/debian/control Mon Apr 23 08:50:54 2007
@@ -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-gamin, python-libxml2, xnest, gconf2 (>=  2.10.0-0ubuntu2), python-ldap, gksu, adduser, gdm, sabayon-common
 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:
@@ -20,3 +20,16 @@
  to user's accounts.
  .
  Homepage: http://live.gnome.org/Sabayon
+
+Package: sabayon-common
+Architecture: all
+Depends: ${misc:Depends}, sabayon
+Description: Common files for Sabayon
+ 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.
+ .
+ Homepage: http://live.gnome.org/Sabayon

Modified: desktop/unstable/sabayon/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/sabayon/debian/control.in?rev=10279&op=diff
==============================================================================
--- desktop/unstable/sabayon/debian/control.in (original)
+++ desktop/unstable/sabayon/debian/control.in Mon Apr 23 08:50:54 2007
@@ -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-gamin, python-libxml2, xnest, gconf2 (>=  2.10.0-0ubuntu2), python-ldap, gksu, adduser, gdm, sabayon-common
 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:
@@ -20,3 +20,16 @@
  to user's accounts.
  .
  Homepage: http://live.gnome.org/Sabayon
+
+Package: sabayon-common
+Architecture: all
+Depends: ${misc:Depends}, sabayon
+Description: Common files for Sabayon
+ 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.
+ .
+ Homepage: http://live.gnome.org/Sabayon

Modified: desktop/unstable/sabayon/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/sabayon/debian/rules?rev=10279&op=diff
==============================================================================
--- desktop/unstable/sabayon/debian/rules (original)
+++ desktop/unstable/sabayon/debian/rules Mon Apr 23 08:50:54 2007
@@ -12,7 +12,10 @@
 				--with-distro=debian
 
 binary-install/sabayon::
+	install -D -m 644 -o root -g root debian/sabayon.lintian-override \
+		debian/sabayon/usr/share/lintian/overrides/sabayon
 	find debian/sabayon -name '*.a' -exec rm -f '{}' \;
-	find debian/sabayon -name '*.la' -exec rm -f '{}' \;
+	find debian/sabayon -name '*.la' -exec rm -f '{}' \;	
 	dh_pysupport
 	dh_python
+

Modified: desktop/unstable/sabayon/debian/sabayon.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/sabayon/debian/sabayon.install?rev=10279&op=diff
==============================================================================
--- desktop/unstable/sabayon/debian/sabayon.install (original)
+++ desktop/unstable/sabayon/debian/sabayon.install Mon Apr 23 08:50:54 2007
@@ -1,1 +1,3 @@
-debian/60sabayon_apply /etc/X11/Xsession.d
+debian/tmp/usr/sbin
+debian/tmp/usr/bin
+debian/tmp/usr/lib

Modified: desktop/unstable/sabayon/debian/sabayon.manpages
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/sabayon/debian/sabayon.manpages?rev=10279&op=diff
==============================================================================
--- desktop/unstable/sabayon/debian/sabayon.manpages (original)
+++ desktop/unstable/sabayon/debian/sabayon.manpages Mon Apr 23 08:50:54 2007
@@ -1,2 +1,3 @@
 debian/sabayon.8
-debian/sabayon-apply.8
+debian/sabayon-apply.8
+




More information about the pkg-gnome-commits mailing list