r18953 - in /desktop/unstable/pygtk/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed Mar 11 10:18:44 UTC 2009


Author: joss
Date: Wed Mar 11 10:18:44 2009
New Revision: 18953

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18953
Log:
* Reminder for the future: when doko says something, assume he is 
  wrong.
* Bring back python-numpy to Depends since get_pixels_array can be 
  used even from an application that doesn’t import numpy explicitly.
  Closes: #519233.

Modified:
    desktop/unstable/pygtk/debian/changelog
    desktop/unstable/pygtk/debian/control
    desktop/unstable/pygtk/debian/control.in

Modified: desktop/unstable/pygtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/changelog?rev=18953&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/changelog (original)
+++ desktop/unstable/pygtk/debian/changelog Wed Mar 11 10:18:44 2009
@@ -1,3 +1,13 @@
+pygtk (2.14.1-2) UNRELEASED; urgency=low
+
+  * Reminder for the future: when doko says something, assume he is 
+    wrong.
+  * Bring back python-numpy to Depends since get_pixels_array can be 
+    used even from an application that doesn’t import numpy explicitly.
+    Closes: #519233.
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 11 Mar 2009 11:16:31 +0100
+
 pygtk (2.14.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/unstable/pygtk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/control?rev=18953&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/control (original)
+++ desktop/unstable/pygtk/debian/control Wed Mar 11 10:18:44 2009
@@ -39,8 +39,8 @@
          ${shlibs:Depends},
          ${misc:Depends}
 Python-Depends: python-cairo (>= 1.0.2-1.1),
-                python-gobject (>= 2.15.3)
-Recommends: python-numpy
+                python-gobject (>= 2.15.3),
+                python-numpy
 Suggests: python-gtk2-doc
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}

Modified: desktop/unstable/pygtk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/control.in?rev=18953&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/control.in (original)
+++ desktop/unstable/pygtk/debian/control.in Wed Mar 11 10:18:44 2009
@@ -39,8 +39,8 @@
          ${shlibs:Depends},
          ${misc:Depends}
 Python-Depends: python-cairo (>= 1.0.2-1.1),
-                python-gobject (>= 2.15.3)
-Recommends: python-numpy
+                python-gobject (>= 2.15.3),
+                python-numpy
 Suggests: python-gtk2-doc
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}




More information about the pkg-gnome-commits mailing list