r32554 - in /desktop/unstable/pygobject/debian: control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Feb 8 07:25:44 UTC 2012


Author: biebl
Date: Wed Feb  8 07:25:44 2012
New Revision: 32554

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32554
Log:
We really want << here, not <=

Modified:
    desktop/unstable/pygobject/debian/control
    desktop/unstable/pygobject/debian/control.in

Modified: desktop/unstable/pygobject/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control?rev=32554&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control [utf-8] (original)
+++ desktop/unstable/pygobject/debian/control [utf-8] Wed Feb  8 07:25:44 2012
@@ -142,7 +142,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          python-gobject (>= ${source:Version}),
-         python-gobject (<= ${source:Version}.1~),
+         python-gobject (<< ${source:Version}.1~),
          libglib2.0-dev (>= 2.24.0),
          libffi-dev (>= 3.0.5)
 Breaks: python-gobject-dev (<< 3.0.2-4)

Modified: desktop/unstable/pygobject/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control.in?rev=32554&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control.in [utf-8] (original)
+++ desktop/unstable/pygobject/debian/control.in [utf-8] Wed Feb  8 07:25:44 2012
@@ -137,7 +137,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          python-gobject (>= ${source:Version}),
-         python-gobject (<= ${source:Version}.1~),
+         python-gobject (<< ${source:Version}.1~),
          libglib2.0-dev (>= 2.24.0),
          libffi-dev (>= 3.0.5)
 Breaks: python-gobject-dev (<< 3.0.2-4)




More information about the pkg-gnome-commits mailing list