r19266 - in /packages/unstable/gnome-python-extras/debian: changelog control control.in python-gdl.examples python-gdl.install python-gksu2.examples python-gksu2.install python-gnome2-extras.examples python-gnome2-extras.install

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Mar 30 12:35:32 UTC 2009


Author: joss
Date: Mon Mar 30 12:35:32 2009
New Revision: 19266

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19266
Log:
* Drop dependency on python-gnome2-desktop.
* Standards version is 3.8.1.
* Split gksu2 and gdl modules in their own packages, to prepare for 
  the removal of the python-gnome2-extras binary.

Added:
    packages/unstable/gnome-python-extras/debian/python-gdl.examples
    packages/unstable/gnome-python-extras/debian/python-gdl.install
    packages/unstable/gnome-python-extras/debian/python-gksu2.examples
    packages/unstable/gnome-python-extras/debian/python-gksu2.install
Modified:
    packages/unstable/gnome-python-extras/debian/changelog
    packages/unstable/gnome-python-extras/debian/control
    packages/unstable/gnome-python-extras/debian/control.in
    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
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/changelog?rev=19266&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/changelog (original)
+++ packages/unstable/gnome-python-extras/debian/changelog Mon Mar 30 12:35:32 2009
@@ -1,3 +1,12 @@
+gnome-python-extras (2.25.3-2) UNRELEASED; urgency=low
+
+  * Drop dependency on python-gnome2-desktop.
+  * Standards version is 3.8.1.
+  * Split gksu2 and gdl modules in their own packages, to prepare for 
+    the removal of the python-gnome2-extras binary.
+
+ -- Josselin Mouette <joss at debian.org>  Mon, 30 Mar 2009 14:28:37 +0200
+
 gnome-python-extras (2.25.3-1) unstable; urgency=low
 
   * 01_xul19.patch: remove debugging output. Closes: #512099.

Modified: packages/unstable/gnome-python-extras/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/control?rev=19266&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/control (original)
+++ packages/unstable/gnome-python-extras/debian/control Mon Mar 30 12:35:32 2009
@@ -27,7 +27,7 @@
                docbook-xml,
                docbook-xsl,
                python-gtk2-doc
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 
 Package: python-gnome2-extras
 Architecture: any
@@ -36,11 +36,12 @@
          ${python:Depends},
          python-gtk2,
          python-pyorbit,
-         python-gnome2-desktop,
          python-gtkhtml2 (= ${binary:Version}),
          python-gtkmozembed (= ${binary:Version}),
          python-eggtrayicon (= ${binary:Version}),
-         python-gtkspell (= ${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,
@@ -54,6 +55,10 @@
  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
@@ -131,3 +136,30 @@
  This package contains bindings allowing to run Python programs using 
  the GtkSpell library, that extends GTK+'s GtkTextView widget with 
  support for spell-checking.
+
+Package: python-gksu2
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         python-gtk2
+Conflicts: python-gnome2-extras (<< 2.25.3-2)
+Replaces: python-gnome2-extras (<< 2.25.3-2)
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for the gksu library
+ This package contains bindings allowing to run Python programs using 
+ the gksu library to authenticate users and execute programs with the 
+ privileges of another user under the X window system.
+
+Package: python-gdl
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         python-gtk2
+Conflicts: python-gnome2-extras (<< 2.25.3-2)
+Replaces: python-gnome2-extras (<< 2.25.3-2)
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for the GNOME devtool library
+ This package contains bindings allowing to run Python programs using 
+ the GNOME devtool (gdl) library.

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=19266&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/control.in (original)
+++ packages/unstable/gnome-python-extras/debian/control.in Mon Mar 30 12:35:32 2009
@@ -27,7 +27,7 @@
                docbook-xml,
                docbook-xsl,
                python-gtk2-doc
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 
 Package: python-gnome2-extras
 Architecture: any
@@ -36,11 +36,12 @@
          ${python:Depends},
          python-gtk2,
          python-pyorbit,
-         python-gnome2-desktop,
          python-gtkhtml2 (= ${binary:Version}),
          python-gtkmozembed (= ${binary:Version}),
          python-eggtrayicon (= ${binary:Version}),
-         python-gtkspell (= ${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,
@@ -54,6 +55,10 @@
  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
@@ -131,3 +136,30 @@
  This package contains bindings allowing to run Python programs using 
  the GtkSpell library, that extends GTK+'s GtkTextView widget with 
  support for spell-checking.
+
+Package: python-gksu2
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         python-gtk2
+Conflicts: python-gnome2-extras (<< 2.25.3-2)
+Replaces: python-gnome2-extras (<< 2.25.3-2)
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for the gksu library
+ This package contains bindings allowing to run Python programs using 
+ the gksu library to authenticate users and execute programs with the 
+ privileges of another user under the X window system.
+
+Package: python-gdl
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         python-gtk2
+Conflicts: python-gnome2-extras (<< 2.25.3-2)
+Replaces: python-gnome2-extras (<< 2.25.3-2)
+XB-Python-Version: ${python:Versions}
+Description: Python bindings for the GNOME devtool library
+ This package contains bindings allowing to run Python programs using 
+ the GNOME devtool (gdl) library.

Added: packages/unstable/gnome-python-extras/debian/python-gdl.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/python-gdl.examples?rev=19266&op=file
==============================================================================
--- packages/unstable/gnome-python-extras/debian/python-gdl.examples (added)
+++ packages/unstable/gnome-python-extras/debian/python-gdl.examples Mon Mar 30 12:35:32 2009
@@ -1,0 +1,1 @@
+examples/gdl/*

Added: packages/unstable/gnome-python-extras/debian/python-gdl.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/python-gdl.install?rev=19266&op=file
==============================================================================
--- packages/unstable/gnome-python-extras/debian/python-gdl.install (added)
+++ packages/unstable/gnome-python-extras/debian/python-gdl.install Mon Mar 30 12:35:32 2009
@@ -1,0 +1,1 @@
+/usr/lib/python*/site-packages/gtk-2.0/gdl.so

Added: packages/unstable/gnome-python-extras/debian/python-gksu2.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/python-gksu2.examples?rev=19266&op=file
==============================================================================
--- packages/unstable/gnome-python-extras/debian/python-gksu2.examples (added)
+++ packages/unstable/gnome-python-extras/debian/python-gksu2.examples Mon Mar 30 12:35:32 2009
@@ -1,0 +1,1 @@
+examples/gksu2/*

Added: packages/unstable/gnome-python-extras/debian/python-gksu2.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/python-gksu2.install?rev=19266&op=file
==============================================================================
--- packages/unstable/gnome-python-extras/debian/python-gksu2.install (added)
+++ packages/unstable/gnome-python-extras/debian/python-gksu2.install Mon Mar 30 12:35:32 2009
@@ -1,0 +1,1 @@
+/usr/lib/python*/site-packages/gtk-2.0/gksu2

Modified: packages/unstable/gnome-python-extras/debian/python-gnome2-extras.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/python-gnome2-extras.examples?rev=19266&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/python-gnome2-extras.examples (original)
+++ packages/unstable/gnome-python-extras/debian/python-gnome2-extras.examples Mon Mar 30 12:35:32 2009
@@ -1,3 +1,1 @@
 examples/egg/recent
-examples/gdl
-examples/gksu2

Modified: packages/unstable/gnome-python-extras/debian/python-gnome2-extras.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/python-gnome2-extras.install?rev=19266&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/python-gnome2-extras.install (original)
+++ packages/unstable/gnome-python-extras/debian/python-gnome2-extras.install Mon Mar 30 12:35:32 2009
@@ -1,3 +1,1 @@
 /usr/lib/python*/site-packages/gtk-2.0/egg/recent.so
-/usr/lib/python*/site-packages/gtk-2.0/gksu*
-/usr/lib/python*/site-packages/gtk-2.0/gdl.so




More information about the pkg-gnome-commits mailing list