r21514 - in /packages/unstable/gnome-python-extras/debian: changelog control control.in python-gda.install python-gnome2-extras.examples python-gnome2-extras.install

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Sep 24 17:54:49 UTC 2009


Author: joss
Date: Thu Sep 24 17:54:49 2009
New Revision: 21514

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21514
Log:
* Re-instate gda bindings; build depend on libgda-4.0-dev and create a 
  python-gda package.
* Remove python-gnome2-extras. The egg.recent module has been 
  deprecated for quite some time. 

Added:
    packages/unstable/gnome-python-extras/debian/python-gda.install
      - copied, changed from r21512, packages/unstable/gnome-python-extras/debian/python-gdl.install
Removed:
    packages/unstable/gnome-python-extras/debian/python-gnome2-extras.examples
    packages/unstable/gnome-python-extras/debian/python-gnome2-extras.install
Modified:
    packages/unstable/gnome-python-extras/debian/changelog
    packages/unstable/gnome-python-extras/debian/control
    packages/unstable/gnome-python-extras/debian/control.in

Modified: packages/unstable/gnome-python-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/changelog?rev=21514&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/changelog [utf-8] Thu Sep 24 17:54:49 2009
@@ -1,3 +1,12 @@
+gnome-python-extras (2.25.3-3) unstable; urgency=low
+
+  * Re-instate gda bindings; build depend on libgda-4.0-dev and create a 
+    python-gda package.
+  * Remove python-gnome2-extras. The egg.recent module has been 
+    deprecated for quite some time. 
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 24 Sep 2009 19:54:39 +0200
+
 gnome-python-extras (2.25.3-2) unstable; urgency=low
 
   * Drop dependency on python-gnome2-desktop.

Modified: packages/unstable/gnome-python-extras/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/control?rev=21514&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/control [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/control [utf-8] Thu Sep 24 17:54:49 2009
@@ -13,6 +13,7 @@
                python-gnome2-dev (>= 2.10.0),
                libgtkhtml2-dev (>= 2.3.1),
                xulrunner-dev (>= 1.9~rc1),
+               libgda-4.0-dev (>= 3.99.11),
                libgksu2-dev (>= 2.0.4),
                python-gtk2-dev,
                libgnomevfs2-dev,
@@ -29,43 +30,19 @@
                python-gtk2-doc
 Standards-Version: 3.8.1
 
-Package: python-gnome2-extras
-Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         ${python:Depends},
-         python-gtk2,
-         python-pyorbit,
-         python-gtkhtml2 (= ${binary:Version}),
-         python-gtkmozembed (= ${binary:Version}),
-         python-eggtrayicon (= ${binary:Version}),
-         python-gtkspell (= ${binary:Version}),
-         python-gksu2 (= ${binary:Version}),
-         python-gdl (= ${binary:Version})
-Conflicts: python2.2-gnome2 (<< 1.99.16-5),
-           python2.3-gnome2 (<< 2.9.1),
-           python2.3-gnome2-extras,
-           python2.4-gnome2-extras
-Replaces: python2.2-gnome2 (<< 1.99.16-5),
-          python2.3-gnome2 (<< 2.9.1),
-          python2.3-gnome2-extras,
-          python2.4-gnome2-extras
-XB-Python-Version: ${python:Versions}
-Description: Extra Python bindings for the GNOME desktop environment
- This package contains bindings for GNOME libraries that are not part 
- of the official GNOME release. They will help writing programs in 
- Python using these libraries.
- .
- This package is now mostly empty, and programs using these bindings 
- should depend on the individual packages instead. You can safely remove 
- it from your system.
-
 Package: python-gnome2-extras-dev
 Architecture: all
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          ${python:Depends},
-         python-gnome2-extras (>= ${source:Version})
+         python-gtk2-dev,
+         python-gtkhtml2 (>= ${source:Version}),
+         python-gtkmozembed (>= ${source:Version}),
+         python-eggtrayicon (>= ${source:Version}),
+         python-gtkspell (>= ${source:Version}),
+         python-gksu2 (>= ${source:Version}),
+         python-gda (>= ${source:Version}),
+         python-gdl (>= ${source:Version})
 Replaces: python2.2-gnome2 (<< 1.99.16-7),
           python2.3-gnome2 (<< 1.99.16-7),
           python-gnome2-dev (<< 2.9.0)
@@ -151,6 +128,20 @@
  the gksu library to authenticate users and execute programs with the 
  privileges of another user under the X window system.
 
+Package: python-gda
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         python-gobject
+Conflicts: python-gnome2-extras (<< 2.25.3)
+Replaces: python-gnome2-extras (<< 2.25.3)
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for the GNOME data abstraction library
+ This package contains bindings allowing to run Python programs using 
+ the GNOME data abstraction (gda), a database access library based on 
+ Glib.
+
 Package: python-gdl
 Architecture: any
 Depends: ${misc:Depends},

Modified: packages/unstable/gnome-python-extras/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/control.in?rev=21514&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/control.in [utf-8] Thu Sep 24 17:54:49 2009
@@ -13,6 +13,7 @@
                python-gnome2-dev (>= 2.10.0),
                libgtkhtml2-dev (>= 2.3.1),
                xulrunner-dev (>= 1.9~rc1),
+               libgda-4.0-dev (>= 3.99.11),
                libgksu2-dev (>= 2.0.4),
                python-gtk2-dev,
                libgnomevfs2-dev,
@@ -29,43 +30,19 @@
                python-gtk2-doc
 Standards-Version: 3.8.1
 
-Package: python-gnome2-extras
-Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         ${python:Depends},
-         python-gtk2,
-         python-pyorbit,
-         python-gtkhtml2 (= ${binary:Version}),
-         python-gtkmozembed (= ${binary:Version}),
-         python-eggtrayicon (= ${binary:Version}),
-         python-gtkspell (= ${binary:Version}),
-         python-gksu2 (= ${binary:Version}),
-         python-gdl (= ${binary:Version})
-Conflicts: python2.2-gnome2 (<< 1.99.16-5),
-           python2.3-gnome2 (<< 2.9.1),
-           python2.3-gnome2-extras,
-           python2.4-gnome2-extras
-Replaces: python2.2-gnome2 (<< 1.99.16-5),
-          python2.3-gnome2 (<< 2.9.1),
-          python2.3-gnome2-extras,
-          python2.4-gnome2-extras
-XB-Python-Version: ${python:Versions}
-Description: Extra Python bindings for the GNOME desktop environment
- This package contains bindings for GNOME libraries that are not part 
- of the official GNOME release. They will help writing programs in 
- Python using these libraries.
- .
- This package is now mostly empty, and programs using these bindings 
- should depend on the individual packages instead. You can safely remove 
- it from your system.
-
 Package: python-gnome2-extras-dev
 Architecture: all
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          ${python:Depends},
-         python-gnome2-extras (>= ${source:Version})
+         python-gtk2-dev,
+         python-gtkhtml2 (>= ${source:Version}),
+         python-gtkmozembed (>= ${source:Version}),
+         python-eggtrayicon (>= ${source:Version}),
+         python-gtkspell (>= ${source:Version}),
+         python-gksu2 (>= ${source:Version}),
+         python-gda (>= ${source:Version}),
+         python-gdl (>= ${source:Version})
 Replaces: python2.2-gnome2 (<< 1.99.16-7),
           python2.3-gnome2 (<< 1.99.16-7),
           python-gnome2-dev (<< 2.9.0)
@@ -151,6 +128,20 @@
  the gksu library to authenticate users and execute programs with the 
  privileges of another user under the X window system.
 
+Package: python-gda
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         python-gobject
+Conflicts: python-gnome2-extras (<< 2.25.3)
+Replaces: python-gnome2-extras (<< 2.25.3)
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for the GNOME data abstraction library
+ This package contains bindings allowing to run Python programs using 
+ the GNOME data abstraction (gda), a database access library based on 
+ Glib.
+
 Package: python-gdl
 Architecture: any
 Depends: ${misc:Depends},

Copied: packages/unstable/gnome-python-extras/debian/python-gda.install (from r21512, packages/unstable/gnome-python-extras/debian/python-gdl.install)
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/python-gda.install?rev=21514&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/python-gdl.install [utf-8] (original)
+++ packages/unstable/gnome-python-extras/debian/python-gda.install [utf-8] Thu Sep 24 17:54:49 2009
@@ -1,1 +1,1 @@
-/usr/lib/python*/site-packages/gtk-2.0/gdl.so
+/usr/lib/python*/site-packages/gtk-2.0/gda.so




More information about the pkg-gnome-commits mailing list