r18217 - /desktop/experimental/gnome-python-desktop/debian/

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Jan 9 01:16:01 UTC 2009


Author: joss
Date: Fri Jan  9 01:16:00 2009
New Revision: 18217

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18217
Log:
* Drop most Replaces/Conflicts, they are obsolete now.
* Split each module in its own package.
  Closes: #494963, #400651, #507159.
* Move the examples and documentation to each package.
* Remove python-gnome2-desktop-doc entirely.

Added:
    desktop/experimental/gnome-python-desktop/debian/python-bugbuddy.install
    desktop/experimental/gnome-python-desktop/debian/python-evolution.install
    desktop/experimental/gnome-python-desktop/debian/python-gnome2-desktop-dev.install   (contents, props changed)
      - copied, changed from r18175, desktop/experimental/gnome-python-desktop/debian/python-gnome2-desktop-dev.dirs
    desktop/experimental/gnome-python-desktop/debian/python-gnomeapplet.examples
    desktop/experimental/gnome-python-desktop/debian/python-gnomeapplet.install
    desktop/experimental/gnome-python-desktop/debian/python-gnomedesktop.install
    desktop/experimental/gnome-python-desktop/debian/python-gnomekeyring.examples
    desktop/experimental/gnome-python-desktop/debian/python-gnomekeyring.install
    desktop/experimental/gnome-python-desktop/debian/python-gnomeprint.examples
    desktop/experimental/gnome-python-desktop/debian/python-gnomeprint.install
    desktop/experimental/gnome-python-desktop/debian/python-gtksourceview.examples
    desktop/experimental/gnome-python-desktop/debian/python-gtksourceview.install
    desktop/experimental/gnome-python-desktop/debian/python-gtop.install
    desktop/experimental/gnome-python-desktop/debian/python-mediaprofiles.examples
    desktop/experimental/gnome-python-desktop/debian/python-mediaprofiles.install
    desktop/experimental/gnome-python-desktop/debian/python-metacity.install
    desktop/experimental/gnome-python-desktop/debian/python-nautilusburn.examples
    desktop/experimental/gnome-python-desktop/debian/python-nautilusburn.install
    desktop/experimental/gnome-python-desktop/debian/python-rsvg.examples
    desktop/experimental/gnome-python-desktop/debian/python-rsvg.install
    desktop/experimental/gnome-python-desktop/debian/python-totem-plparser.install
    desktop/experimental/gnome-python-desktop/debian/python-wnck.examples
    desktop/experimental/gnome-python-desktop/debian/python-wnck.install
Removed:
    desktop/experimental/gnome-python-desktop/debian/python-gnome2-desktop-dev.dirs
    desktop/experimental/gnome-python-desktop/debian/python-gnome2-desktop-doc.dirs
    desktop/experimental/gnome-python-desktop/debian/python-gnome2-desktop.examples
Modified:
    desktop/experimental/gnome-python-desktop/debian/changelog
    desktop/experimental/gnome-python-desktop/debian/control
    desktop/experimental/gnome-python-desktop/debian/control.in
    desktop/experimental/gnome-python-desktop/debian/rules

Modified: desktop/experimental/gnome-python-desktop/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/changelog?rev=18217&op=diff
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/changelog (original)
+++ desktop/experimental/gnome-python-desktop/debian/changelog Fri Jan  9 01:16:00 2009
@@ -1,7 +1,15 @@
-gnome-python-desktop (2.24.0-1.1) UNRELEASED; urgency=low
+gnome-python-desktop (2.24.0-2) UNRELEASED; urgency=low
 
+  [ Emilio Pozuelo Monfort ]
   * List the provided Python modules in the long description.
     Closes: #506866.
+
+  [ Josselin Mouette ]
+  * Drop most Replaces/Conflicts, they are obsolete now.
+  * Split each module in its own package.
+    Closes: #494963, #400651, #507159.
+  * Move the examples and documentation to each package.
+  * Remove python-gnome2-desktop-doc entirely.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Tue, 25 Nov 2008 17:22:59 +0100
 

Modified: desktop/experimental/gnome-python-desktop/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/control?rev=18217&op=diff
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/control (original)
+++ desktop/experimental/gnome-python-desktop/debian/control Fri Jan  9 01:16:00 2009
@@ -35,46 +35,28 @@
 XS-Python-Version: >= 2.5
 
 Package: python-gnome2-desktop
-Architecture: any
-Depends: ${misc:Depends},
-         ${python:Depends},
-         python-pyorbit,
-         ${shlibs:Depends},
-         librsvg2-common
-Python-Depends: python-gtk2
-Provides: ${python:Provides}
-Replaces: python2.2-gnome2 (<< 1.99.16-5),
-          python2.3-gnome2 (<< 2.9.1),
-          python2.3-gnome2-extras (<< 2.13.3),
-          python2.4-gnome2-extras (<< 2.13.3),
-          python2.4-gnome2-desktop,
-          python-gnome2-extras (<< 2.13.3)
-Suggests: python-gnome2-desktop-doc
-Conflicts: python2.2-gnome2 (<< 1.99.16-5),
-           python2.3-gnome2 (<< 2.9.1),
-           python2.3-gnome2-extras (<< 2.13.3),
-           python2.4-gnome2-extras (<< 2.13.3),
-           python2.4-gnome2-desktop,
-           python-gnome2-extras (<< 2.13.3)
-XB-Python-Version: ${python:Versions}
-Description: Python bindings for the GNOME desktop environment
+Architecture: all
+Depends: ${misc:Depends},
+         python-bugbuddy (>= ${source:Version}),
+         python-evolution (>= ${source:Version}),
+         python-gnomeapplet (>= ${source:Version}),
+         python-gnomedesktop (>= ${source:Version}),
+         python-gnomekeyring (>= ${source:Version}),
+         python-gnomeprint (>= ${source:Version}),
+         python-gtksourceview (>= ${source:Version}),
+         python-gtop (>= ${source:Version}),
+         python-mediaprofiles (>= ${source:Version}),
+         python-metacity (>= ${source:Version}),
+         python-nautilusburn (>= ${source:Version}),
+         python-rsvg (>= ${source:Version}),
+         python-totem-plparser (>= ${source:Version}),
+         python-wnck (>= ${source:Version})
+Description: Python bindings for the GNOME desktop environment (dummy package)
  This archive contains modules that allow you to write GNOME programs
  in Python.
  .
- The modules shipped are gnomeapplet, rsvg, gtop, gtksourceview, evolution,
- metacity, nautilusburn, mediaprofiles, wnck, gnomeprint and gnomekeyring.
-
-Package: python-gnome2-desktop-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Conflicts: python-gnome2-desktop-doc (<< 2.13.3)
-Description: Python bindings for the GNOME desktop environment - documentation
- This archive contains modules that allow you to write GNOME programs
- in Python.
- .
- This package contains gtk-doc-based documentation, fit for viewing on
- DevHelp and other gtk-doc clients.
+ This is a dummy package that depends from all the modules that used to 
+ be together. You can safely remove it from your system.
 
 Package: python-gnome2-desktop-dev
 Architecture: all
@@ -82,13 +64,179 @@
          python-gnome2-desktop (>= ${source:Version}),
          python-gnome2-dev,
          python-gtk2-dev
-Replaces: python2.2-gnome2 (<< 1.99.16-7),
-          python2.3-gnome2 (<< 1.99.16-7),
-          python-gnome2-dev (<< 2.9.0)
-Conflicts: python2.2-gnome2 (<< 1.99.16-7),
-           python2.3-gnome2 (<< 1.99.16-7),
-           python-gnome2-dev (<< 2.9.0),
-           python-gnome2-extras-dev (<< 2.13.3)
+Replaces: python-gnome2-dev (<< 2.9.0)
+Conflicts: python-gnome2-dev (<< 2.9.0)
 Description: Python bindings for the GNOME desktop environment
  This archive contains files that allow you to build wrappers for addons
  that interoperate gnome-python.
+
+Package: python-bugbuddy
+Architecture: all
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Suggests: bug-buddy
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python module for bug-buddy
+ This package contains a module that will allow programs using it to 
+ report bugs using the bug-buddy reporting tool, if it is installed.
+
+Package: python-evolution
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Suggests: evolution-data-server
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Python-Depends: python-gtk2
+Description: Python bindings for the evolution libraries
+ This package contains modules that allows to talk with the evolution 
+ data server to manipulate the address book and calendar in Python.
+
+Package: python-gnomeapplet
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         python-pyorbit
+Suggests: gnome-panel
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Python-Depends: python-gtk2
+Description: Python bindings for the GNOME panel applet library
+ This package contains a module that allows to write applets for the 
+ GNOME panel in Python.
+
+Package: python-gnomedesktop
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Python-Depends: python-gtk2
+Description: Python bindings for the GNOME desktop library
+ This package contains a module that allows to write applications using 
+ the GNOME desktop library in Python.
+
+Package: python-gnomekeyring
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Suggests: gnome-keyring
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Python-Depends: python-gtk2
+Description: Python bindings for the GNOME keyring library
+ This package contains a module that allows to access and manipulate 
+ the GNOME keyring framework in Python.
+
+Package: python-gnomeprint
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2),
+           python-gnome2-desktop-doc
+Replaces: python-gnome2-desktop-doc
+Description: Python bindings for the GNOME printing library
+ This package contains a module that allows to use the Gnomeprint 
+ library in Python applications.
+ .
+ The Gnomeprint library is deprecated in favor of GTK+, so this module 
+ should not be used in newly written applications.
+
+Package: python-gtksourceview
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2),
+           python-gnome2-desktop-doc
+Replaces: python-gnome2-desktop-doc
+Description: Python bindings for the GtkSourceView 1.x library
+ This package contains a module that allows to use the GtkSourceView 
+ widget in Python applications.
+ .
+ This is deprecated in favor of GtkSourceView 2, so this module should 
+ not be used in newly written applications.
+
+Package: python-gtop
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python bindings for the Gtop library
+ This package contains a module that allows to use the Gtop system 
+ information library in Python applications.
+
+Package: python-mediaprofiles
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python bindings for the GNOME media profiles library
+ This package contains a module that allows to use the GNOME media 
+ profiles widgets in Python applications.
+
+Package: python-metacity
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Suggests: metacity
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python bindings for metacity
+ This package contains a module that allows to manipulate the internals 
+ of the Metacity window manager in Python applications.
+
+Package: python-nautilusburn
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python bindings for the Nautilus CD burner
+ This package contains a module that allows to use the Nautilus CD 
+ burner library and widgets to write Python applications that can burn 
+ CDs and prepare ISO images.
+
+Package: python-rsvg
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         librsvg2-common
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python bindings for the RSVG library
+ This package contains a module that allows to use librsvg to read and 
+ write SVG files from Python applications.
+
+Package: python-totem-plparser
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python bindings for the Totem playlist parser library
+ This package contains a module that allows to use the Totem playlist 
+ parser library from Python applications.
+
+Package: python-wnck
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python bindings for the WNCK library
+ This package contains a module that allows to communicate with the 
+ Window Manager using the EWMH specification from Python applications.

Modified: desktop/experimental/gnome-python-desktop/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/control.in?rev=18217&op=diff
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/control.in (original)
+++ desktop/experimental/gnome-python-desktop/debian/control.in Fri Jan  9 01:16:00 2009
@@ -35,46 +35,28 @@
 XS-Python-Version: >= 2.5
 
 Package: python-gnome2-desktop
-Architecture: any
-Depends: ${misc:Depends},
-         ${python:Depends},
-         python-pyorbit,
-         ${shlibs:Depends},
-         librsvg2-common
-Python-Depends: python-gtk2
-Provides: ${python:Provides}
-Replaces: python2.2-gnome2 (<< 1.99.16-5),
-          python2.3-gnome2 (<< 2.9.1),
-          python2.3-gnome2-extras (<< 2.13.3),
-          python2.4-gnome2-extras (<< 2.13.3),
-          python2.4-gnome2-desktop,
-          python-gnome2-extras (<< 2.13.3)
-Suggests: python-gnome2-desktop-doc
-Conflicts: python2.2-gnome2 (<< 1.99.16-5),
-           python2.3-gnome2 (<< 2.9.1),
-           python2.3-gnome2-extras (<< 2.13.3),
-           python2.4-gnome2-extras (<< 2.13.3),
-           python2.4-gnome2-desktop,
-           python-gnome2-extras (<< 2.13.3)
-XB-Python-Version: ${python:Versions}
-Description: Python bindings for the GNOME desktop environment
+Architecture: all
+Depends: ${misc:Depends},
+         python-bugbuddy (>= ${source:Version}),
+         python-evolution (>= ${source:Version}),
+         python-gnomeapplet (>= ${source:Version}),
+         python-gnomedesktop (>= ${source:Version}),
+         python-gnomekeyring (>= ${source:Version}),
+         python-gnomeprint (>= ${source:Version}),
+         python-gtksourceview (>= ${source:Version}),
+         python-gtop (>= ${source:Version}),
+         python-mediaprofiles (>= ${source:Version}),
+         python-metacity (>= ${source:Version}),
+         python-nautilusburn (>= ${source:Version}),
+         python-rsvg (>= ${source:Version}),
+         python-totem-plparser (>= ${source:Version}),
+         python-wnck (>= ${source:Version})
+Description: Python bindings for the GNOME desktop environment (dummy package)
  This archive contains modules that allow you to write GNOME programs
  in Python.
  .
- The modules shipped are gnomeapplet, rsvg, gtop, gtksourceview, evolution,
- metacity, nautilusburn, mediaprofiles, wnck, gnomeprint and gnomekeyring.
-
-Package: python-gnome2-desktop-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Conflicts: python-gnome2-desktop-doc (<< 2.13.3)
-Description: Python bindings for the GNOME desktop environment - documentation
- This archive contains modules that allow you to write GNOME programs
- in Python.
- .
- This package contains gtk-doc-based documentation, fit for viewing on
- DevHelp and other gtk-doc clients.
+ This is a dummy package that depends from all the modules that used to 
+ be together. You can safely remove it from your system.
 
 Package: python-gnome2-desktop-dev
 Architecture: all
@@ -82,13 +64,179 @@
          python-gnome2-desktop (>= ${source:Version}),
          python-gnome2-dev,
          python-gtk2-dev
-Replaces: python2.2-gnome2 (<< 1.99.16-7),
-          python2.3-gnome2 (<< 1.99.16-7),
-          python-gnome2-dev (<< 2.9.0)
-Conflicts: python2.2-gnome2 (<< 1.99.16-7),
-           python2.3-gnome2 (<< 1.99.16-7),
-           python-gnome2-dev (<< 2.9.0),
-           python-gnome2-extras-dev (<< 2.13.3)
+Replaces: python-gnome2-dev (<< 2.9.0)
+Conflicts: python-gnome2-dev (<< 2.9.0)
 Description: Python bindings for the GNOME desktop environment
  This archive contains files that allow you to build wrappers for addons
  that interoperate gnome-python.
+
+Package: python-bugbuddy
+Architecture: all
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Suggests: bug-buddy
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python module for bug-buddy
+ This package contains a module that will allow programs using it to 
+ report bugs using the bug-buddy reporting tool, if it is installed.
+
+Package: python-evolution
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Suggests: evolution-data-server
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Python-Depends: python-gtk2
+Description: Python bindings for the evolution libraries
+ This package contains modules that allows to talk with the evolution 
+ data server to manipulate the address book and calendar in Python.
+
+Package: python-gnomeapplet
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         python-pyorbit
+Suggests: gnome-panel
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Python-Depends: python-gtk2
+Description: Python bindings for the GNOME panel applet library
+ This package contains a module that allows to write applets for the 
+ GNOME panel in Python.
+
+Package: python-gnomedesktop
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Python-Depends: python-gtk2
+Description: Python bindings for the GNOME desktop library
+ This package contains a module that allows to write applications using 
+ the GNOME desktop library in Python.
+
+Package: python-gnomekeyring
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Suggests: gnome-keyring
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Python-Depends: python-gtk2
+Description: Python bindings for the GNOME keyring library
+ This package contains a module that allows to access and manipulate 
+ the GNOME keyring framework in Python.
+
+Package: python-gnomeprint
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2),
+           python-gnome2-desktop-doc
+Replaces: python-gnome2-desktop-doc
+Description: Python bindings for the GNOME printing library
+ This package contains a module that allows to use the Gnomeprint 
+ library in Python applications.
+ .
+ The Gnomeprint library is deprecated in favor of GTK+, so this module 
+ should not be used in newly written applications.
+
+Package: python-gtksourceview
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2),
+           python-gnome2-desktop-doc
+Replaces: python-gnome2-desktop-doc
+Description: Python bindings for the GtkSourceView 1.x library
+ This package contains a module that allows to use the GtkSourceView 
+ widget in Python applications.
+ .
+ This is deprecated in favor of GtkSourceView 2, so this module should 
+ not be used in newly written applications.
+
+Package: python-gtop
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python bindings for the Gtop library
+ This package contains a module that allows to use the Gtop system 
+ information library in Python applications.
+
+Package: python-mediaprofiles
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python bindings for the GNOME media profiles library
+ This package contains a module that allows to use the GNOME media 
+ profiles widgets in Python applications.
+
+Package: python-metacity
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Suggests: metacity
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python bindings for metacity
+ This package contains a module that allows to manipulate the internals 
+ of the Metacity window manager in Python applications.
+
+Package: python-nautilusburn
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python bindings for the Nautilus CD burner
+ This package contains a module that allows to use the Nautilus CD 
+ burner library and widgets to write Python applications that can burn 
+ CDs and prepare ISO images.
+
+Package: python-rsvg
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         librsvg2-common
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python bindings for the RSVG library
+ This package contains a module that allows to use librsvg to read and 
+ write SVG files from Python applications.
+
+Package: python-totem-plparser
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python bindings for the Totem playlist parser library
+ This package contains a module that allows to use the Totem playlist 
+ parser library from Python applications.
+
+Package: python-wnck
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
+Python-Depends: python-gtk2
+Conflicts: python-gnome2-desktop (<< 2.24.0-2)
+Description: Python bindings for the WNCK library
+ This package contains a module that allows to communicate with the 
+ Window Manager using the EWMH specification from Python applications.

Added: desktop/experimental/gnome-python-desktop/debian/python-bugbuddy.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-bugbuddy.install?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-bugbuddy.install (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-bugbuddy.install Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*/site-packages/gtk-2.0/bugbuddy.py

Added: desktop/experimental/gnome-python-desktop/debian/python-evolution.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-evolution.install?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-evolution.install (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-evolution.install Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*/site-packages/gtk-2.0/evolution

Copied: desktop/experimental/gnome-python-desktop/debian/python-gnome2-desktop-dev.install (from r18175, desktop/experimental/gnome-python-desktop/debian/python-gnome2-desktop-dev.dirs)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-gnome2-desktop-dev.install?rev=18217&op=diff
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-gnome2-desktop-dev.dirs (original)
+++ desktop/experimental/gnome-python-desktop/debian/python-gnome2-desktop-dev.install Fri Jan  9 01:16:00 2009
@@ -1,2 +1,2 @@
-/usr/share
-/usr/lib
+debian/tmp/usr/lib/pkgconfig
+debian/tmp/usr/share/pygtk

Propchange: desktop/experimental/gnome-python-desktop/debian/python-gnome2-desktop-dev.install
------------------------------------------------------------------------------
    svn:mergeinfo = 

Added: desktop/experimental/gnome-python-desktop/debian/python-gnomeapplet.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-gnomeapplet.examples?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-gnomeapplet.examples (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-gnomeapplet.examples Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+examples/applet/*

Added: desktop/experimental/gnome-python-desktop/debian/python-gnomeapplet.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-gnomeapplet.install?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-gnomeapplet.install (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-gnomeapplet.install Fri Jan  9 01:16:00 2009
@@ -1,0 +1,2 @@
+debian/tmp/usr/lib/python*/site-packages/gtk-2.0/gnome
+debian/tmp/usr/lib/python*/site-packages/gtk-2.0/gnomeapplet.so

Added: desktop/experimental/gnome-python-desktop/debian/python-gnomedesktop.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-gnomedesktop.install?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-gnomedesktop.install (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-gnomedesktop.install Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*/site-packages/gtk-2.0/gnomedesktop

Added: desktop/experimental/gnome-python-desktop/debian/python-gnomekeyring.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-gnomekeyring.examples?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-gnomekeyring.examples (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-gnomekeyring.examples Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+examples/keyring*

Added: desktop/experimental/gnome-python-desktop/debian/python-gnomekeyring.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-gnomekeyring.install?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-gnomekeyring.install (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-gnomekeyring.install Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*/site-packages/gtk-2.0/gnomekeyring.so

Added: desktop/experimental/gnome-python-desktop/debian/python-gnomeprint.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-gnomeprint.examples?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-gnomeprint.examples (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-gnomeprint.examples Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+examples/gnomeprint/*

Added: desktop/experimental/gnome-python-desktop/debian/python-gnomeprint.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-gnomeprint.install?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-gnomeprint.install (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-gnomeprint.install Fri Jan  9 01:16:00 2009
@@ -1,0 +1,2 @@
+debian/tmp/usr/lib/python*/site-packages/gtk-2.0/gnomeprint
+debian/tmp/usr/share/gtk-doc/html/pygnomeprint*

Added: desktop/experimental/gnome-python-desktop/debian/python-gtksourceview.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-gtksourceview.examples?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-gtksourceview.examples (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-gtksourceview.examples Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+examples/gtksourceview/*

Added: desktop/experimental/gnome-python-desktop/debian/python-gtksourceview.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-gtksourceview.install?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-gtksourceview.install (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-gtksourceview.install Fri Jan  9 01:16:00 2009
@@ -1,0 +1,2 @@
+debian/tmp/usr/lib/python*/site-packages/gtk-2.0/gtksourceview.so
+debian/tmp/usr/share/gtk-doc/html/pygtksourceview

Added: desktop/experimental/gnome-python-desktop/debian/python-gtop.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-gtop.install?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-gtop.install (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-gtop.install Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*/site-packages/gtk-2.0/gtop.so

Added: desktop/experimental/gnome-python-desktop/debian/python-mediaprofiles.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-mediaprofiles.examples?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-mediaprofiles.examples (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-mediaprofiles.examples Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+examples/mediaprofiles/*

Added: desktop/experimental/gnome-python-desktop/debian/python-mediaprofiles.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-mediaprofiles.install?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-mediaprofiles.install (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-mediaprofiles.install Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*/site-packages/gtk-2.0/mediaprofiles.so

Added: desktop/experimental/gnome-python-desktop/debian/python-metacity.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-metacity.install?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-metacity.install (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-metacity.install Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*/site-packages/gtk-2.0/metacity.so

Added: desktop/experimental/gnome-python-desktop/debian/python-nautilusburn.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-nautilusburn.examples?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-nautilusburn.examples (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-nautilusburn.examples Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+examples/nautilusburn/*

Added: desktop/experimental/gnome-python-desktop/debian/python-nautilusburn.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-nautilusburn.install?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-nautilusburn.install (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-nautilusburn.install Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*/site-packages/gtk-2.0/nautilusburn.so

Added: desktop/experimental/gnome-python-desktop/debian/python-rsvg.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-rsvg.examples?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-rsvg.examples (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-rsvg.examples Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+examples/rsvg/*

Added: desktop/experimental/gnome-python-desktop/debian/python-rsvg.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-rsvg.install?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-rsvg.install (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-rsvg.install Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*/site-packages/gtk-2.0/rsvg.so

Added: desktop/experimental/gnome-python-desktop/debian/python-totem-plparser.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-totem-plparser.install?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-totem-plparser.install (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-totem-plparser.install Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*/site-packages/gtk-2.0/totem

Added: desktop/experimental/gnome-python-desktop/debian/python-wnck.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-wnck.examples?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-wnck.examples (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-wnck.examples Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+examples/wnck*

Added: desktop/experimental/gnome-python-desktop/debian/python-wnck.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/python-wnck.install?rev=18217&op=file
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/python-wnck.install (added)
+++ desktop/experimental/gnome-python-desktop/debian/python-wnck.install Fri Jan  9 01:16:00 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python*/site-packages/gtk-2.0/wnck.so

Modified: desktop/experimental/gnome-python-desktop/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python-desktop/debian/rules?rev=18217&op=diff
==============================================================================
--- desktop/experimental/gnome-python-desktop/debian/rules (original)
+++ desktop/experimental/gnome-python-desktop/debian/rules Fri Jan  9 01:16:00 2009
@@ -38,13 +38,11 @@
 install-%: build-%/build-stamp
 	dh_testdir
 	dh_testroot
-	$(MAKE) -C build-$* install DESTDIR=$(CURDIR)/debian/python-gnome2-desktop
+	$(MAKE) -C build-$* install DESTDIR=$(CURDIR)/debian/tmp
 
 install: build install-clean $(PYVERS:%=install-%)
 	dh_installdirs
-	mv debian/python-gnome2-desktop/usr/lib/pkgconfig debian/python-gnome2-desktop-dev/usr/lib/
-	mv debian/python-gnome2-desktop/usr/share/pygtk debian/python-gnome2-desktop-dev/usr/share/
-	mv debian/python-gnome2-desktop/usr/share/gtk-doc debian/python-gnome2-desktop-doc/usr/share/
+	dh_install
 
 clean::
 	dh_testdir




More information about the pkg-gnome-commits mailing list