r16168 - in /desktop/unstable/pygobject/debian: changelog control control.in patches/61_wakeupfd-fix.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Jun 3 22:11:37 UTC 2008


Author: joss
Date: Tue Jun  3 22:11:37 2008
New Revision: 16168

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16168
Log:
Revert last upload, the pygobject patch was fine and the bug lies in 
pygtk. Furthermore, wakeupfd gets used anyway since Python supports 
it, so we *need* this patch.

Added:
    desktop/unstable/pygobject/debian/patches/61_wakeupfd-fix.patch
      - copied unchanged from r15996, desktop/unstable/pygobject/debian/patches/61_wakeupfd-fix.patch
Modified:
    desktop/unstable/pygobject/debian/changelog
    desktop/unstable/pygobject/debian/control
    desktop/unstable/pygobject/debian/control.in

Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=16168&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog (original)
+++ desktop/unstable/pygobject/debian/changelog Tue Jun  3 22:11:37 2008
@@ -1,3 +1,11 @@
+pygobject (2.14.1-8) unstable; urgency=low
+
+  * Revert last upload, the pygobject patch was fine and the bug lies in 
+    pygtk. Furthermore, wakeupfd gets used anyway since Python supports 
+    it, so we *need* this patch.
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 04 Jun 2008 00:08:02 +0200
+
 pygobject (2.14.1-7) unstable; urgency=low
 
   * Also add an explicit python2.5 (>= 2.5.2-5) dep; closes: #481936.

Modified: desktop/unstable/pygobject/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control?rev=16168&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control (original)
+++ desktop/unstable/pygobject/debian/control Tue Jun  3 22:11:37 2008
@@ -7,6 +7,7 @@
                python-support (>= 0.4),
                gnome-pkg-tools (>= 0.10),
                cdbs,
+               python2.5-dev (>= 2.5.2-5),
                python-all-dev (>= 2.3.5),
                libglib2.0-dev (>= 2.8.0),
                libffi-dev (>= 3.0.5),
@@ -21,6 +22,7 @@
 Package: python-gobject
 Architecture: any
 Depends: ${python:Depends},
+         python2.5 (>= 2.5.2-5),
          ${shlibs:Depends},
          ${misc:Depends}
 Provides: ${python:Provides}
@@ -40,6 +42,7 @@
 Depends: ${python:Depends},
          ${misc:Depends},
          python-gobject (>= ${source:Version}),
+         python2.5-dev (>= 2.5.2-5),
          python-dev,
          libglib2.0-dev (>= 2.8.0),
          libffi-dev (>= 3.0.5)

Modified: desktop/unstable/pygobject/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control.in?rev=16168&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control.in (original)
+++ desktop/unstable/pygobject/debian/control.in Tue Jun  3 22:11:37 2008
@@ -7,6 +7,7 @@
                python-support (>= 0.4),
                gnome-pkg-tools (>= 0.10),
                cdbs,
+               python2.5-dev (>= 2.5.2-5),
                python-all-dev (>= 2.3.5),
                libglib2.0-dev (>= 2.8.0),
                libffi-dev (>= 3.0.5),
@@ -21,6 +22,7 @@
 Package: python-gobject
 Architecture: any
 Depends: ${python:Depends},
+         python2.5 (>= 2.5.2-5),
          ${shlibs:Depends},
          ${misc:Depends}
 Provides: ${python:Provides}
@@ -40,6 +42,7 @@
 Depends: ${python:Depends},
          ${misc:Depends},
          python-gobject (>= ${source:Version}),
+         python2.5-dev (>= 2.5.2-5),
          python-dev,
          libglib2.0-dev (>= 2.8.0),
          libffi-dev (>= 3.0.5)




More information about the pkg-gnome-commits mailing list