r18923 - in /desktop/unstable/gnome-python/debian: changelog control control.in python-gconf.install python-gnome2.examples python-gnome2.install

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Mar 9 11:59:43 UTC 2009


Author: joss
Date: Mon Mar  9 11:59:43 2009
New Revision: 18923

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18923
Log:
* Update Vcs-* fields.
* Remove empty python-gnome2.examples.
* Split the gconf module in a separate package named python-gconf.

Added:
    desktop/unstable/gnome-python/debian/python-gconf.install
Removed:
    desktop/unstable/gnome-python/debian/python-gnome2.examples
Modified:
    desktop/unstable/gnome-python/debian/changelog
    desktop/unstable/gnome-python/debian/control
    desktop/unstable/gnome-python/debian/control.in
    desktop/unstable/gnome-python/debian/python-gnome2.install

Modified: desktop/unstable/gnome-python/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/changelog?rev=18923&op=diff
==============================================================================
--- desktop/unstable/gnome-python/debian/changelog (original)
+++ desktop/unstable/gnome-python/debian/changelog Mon Mar  9 11:59:43 2009
@@ -1,3 +1,11 @@
+gnome-python (2.22.3-3) unstable; urgency=low
+
+  * Update Vcs-* fields.
+  * Remove empty python-gnome2.examples.
+  * Split the gconf module in a separate package named python-gconf.
+
+ -- Josselin Mouette <joss at debian.org>  Mon, 09 Mar 2009 12:59:39 +0100
+
 gnome-python (2.22.3-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: desktop/unstable/gnome-python/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/control?rev=18923&op=diff
==============================================================================
--- desktop/unstable/gnome-python/debian/control (original)
+++ desktop/unstable/gnome-python/debian/control Mon Mar  9 11:59:43 2009
@@ -24,14 +24,15 @@
 Standards-Version: 3.8.0
 XS-Python-Version: >= 2.5
 Homepage: http://www.pygtk.org/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/?op=log
-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/gnome-python/debian
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/?op=log
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-python/debian
 
 Package: python-gnome2
 Architecture: any
 Depends: ${python:Depends},
          ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         python-gconf (= ${binary:Version})
 Python-Depends: python-gtk2 (>= 2.10.3),
 		python-pyorbit (>= 2.0.1-4)
 Suggests: python-gnome2-doc
@@ -40,9 +41,23 @@
            python2.4-gnome2
 XB-Python-Version: ${python:Versions}
 Description: Python bindings for the GNOME desktop environment
- This archive contains modules that allow you to write GNOME programs
- in Python. This package contains the bindings for the new version 2.0
- of that desktop environment.
+ This archive contains modules that allow you to write Python programs
+ using the GNOME libraries: GnomeVFS, bonobo, libgnome, libgnomeui and 
+ libgnomecanvas.
+
+Package: python-gconf
+Architecture: any
+Depends: ${python:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Python-Depends: python-gobject
+Suggests: python-gnome2-doc
+Provides: ${python:Provides}
+Conflicts: python-gnome2 (<< 2.22.3-3)
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for the GConf configuration database system
+ This package contains modules that allow to access and manipulate the 
+ GNOME configuration database (GConf) from Python programs.
 
 Package: python-gnome2-dev
 Architecture: all

Modified: desktop/unstable/gnome-python/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/control.in?rev=18923&op=diff
==============================================================================
--- desktop/unstable/gnome-python/debian/control.in (original)
+++ desktop/unstable/gnome-python/debian/control.in Mon Mar  9 11:59:43 2009
@@ -24,14 +24,15 @@
 Standards-Version: 3.8.0
 XS-Python-Version: >= 2.5
 Homepage: http://www.pygtk.org/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-python/debian/?op=log
-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/gnome-python/debian
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/?op=log
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-python/debian
 
 Package: python-gnome2
 Architecture: any
 Depends: ${python:Depends},
          ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         python-gconf (= ${binary:Version})
 Python-Depends: python-gtk2 (>= 2.10.3),
 		python-pyorbit (>= 2.0.1-4)
 Suggests: python-gnome2-doc
@@ -40,9 +41,23 @@
            python2.4-gnome2
 XB-Python-Version: ${python:Versions}
 Description: Python bindings for the GNOME desktop environment
- This archive contains modules that allow you to write GNOME programs
- in Python. This package contains the bindings for the new version 2.0
- of that desktop environment.
+ This archive contains modules that allow you to write Python programs
+ using the GNOME libraries: GnomeVFS, bonobo, libgnome, libgnomeui and 
+ libgnomecanvas.
+
+Package: python-gconf
+Architecture: any
+Depends: ${python:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Python-Depends: python-gobject
+Suggests: python-gnome2-doc
+Provides: ${python:Provides}
+Conflicts: python-gnome2 (<< 2.22.3-3)
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for the GConf configuration database system
+ This package contains modules that allow to access and manipulate the 
+ GNOME configuration database (GConf) from Python programs.
 
 Package: python-gnome2-dev
 Architecture: all

Added: desktop/unstable/gnome-python/debian/python-gconf.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/python-gconf.install?rev=18923&op=file
==============================================================================
--- desktop/unstable/gnome-python/debian/python-gconf.install (added)
+++ desktop/unstable/gnome-python/debian/python-gconf.install Mon Mar  9 11:59:43 2009
@@ -1,0 +1,1 @@
+usr/lib/python*/site-packages/gtk-2.0/gconf.so

Modified: desktop/unstable/gnome-python/debian/python-gnome2.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/python-gnome2.install?rev=18923&op=diff
==============================================================================
--- desktop/unstable/gnome-python/debian/python-gnome2.install (original)
+++ desktop/unstable/gnome-python/debian/python-gnome2.install Mon Mar  9 11:59:43 2009
@@ -1,4 +1,4 @@
 usr/lib/gnome-vfs-2.0/modules/*.so
-usr/lib/python*/site-packages/gtk-2.0/*.so
+usr/lib/python*/site-packages/gtk-2.0/gnomecanvas.so
 usr/lib/python*/site-packages/gtk-2.0/*/*.{py,so}
 ../python-gnome2.rtupdate /usr/share/python/runtime.d/




More information about the pkg-gnome-commits mailing list