r36724 - in /desktop/experimental/pygobject/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Feb 21 22:56:43 UTC 2013


Author: biebl
Date: Thu Feb 21 22:56:43 2013
New Revision: 36724

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36724
Log:
* Use strict dependencies in python-gi-dev as the package is now
  Architecture: any
* Tighten the dependency on python-gi-dev for python-gobject-dev.

Modified:
    desktop/experimental/pygobject/debian/changelog
    desktop/experimental/pygobject/debian/control
    desktop/experimental/pygobject/debian/control.in

Modified: desktop/experimental/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/changelog?rev=36724&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/changelog [utf-8] (original)
+++ desktop/experimental/pygobject/debian/changelog [utf-8] Thu Feb 21 22:56:43 2013
@@ -25,6 +25,9 @@
     python-gobject-dbg, which was converted to a transitional package, the
     symlink was mistakenly converted to a real directory which isn't handled
     nicely by dpkg. (Closes: #700779)
+  * Use strict dependencies in python-gi-dev as the package is now
+    Architecture: any
+  * Tighten the dependency on python-gi-dev for python-gobject-dev.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 21 Feb 2013 23:48:57 +0100
 

Modified: desktop/experimental/pygobject/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/control?rev=36724&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/control [utf-8] (original)
+++ desktop/experimental/pygobject/debian/control [utf-8] Thu Feb 21 22:56:43 2013
@@ -149,10 +149,8 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         python-gi (>= ${source:Version}),
-         python-gi (<< ${source:Version}.1~),
-         python3-gi (>= ${source:Version}),
-         python3-gi (<< ${source:Version}.1~),
+         python-gi (= ${binary:Version}),
+         python3-gi (= ${binary:Version}),
          libglib2.0-dev (>= 2.24.0),
          libffi-dev (>= 3.0.5)
 Breaks: python-gobject-dev (<< 3.0.2-4)
@@ -216,6 +214,7 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          python-gi-dev (>= ${source:Version}),
+         python-gi-dev (<< ${source:Version}.1~),
          python-gobject-2-dev
 Description: Python 2.x development headers for GObject - transitional package 
  This package will bring development headers for the two versions of 

Modified: desktop/experimental/pygobject/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/control.in?rev=36724&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/control.in [utf-8] (original)
+++ desktop/experimental/pygobject/debian/control.in [utf-8] Thu Feb 21 22:56:43 2013
@@ -144,10 +144,8 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         python-gi (>= ${source:Version}),
-         python-gi (<< ${source:Version}.1~),
-         python3-gi (>= ${source:Version}),
-         python3-gi (<< ${source:Version}.1~),
+         python-gi (= ${binary:Version}),
+         python3-gi (= ${binary:Version}),
          libglib2.0-dev (>= 2.24.0),
          libffi-dev (>= 3.0.5)
 Breaks: python-gobject-dev (<< 3.0.2-4)
@@ -211,6 +209,7 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          python-gi-dev (>= ${source:Version}),
+         python-gi-dev (<< ${source:Version}.1~),
          python-gobject-2-dev
 Description: Python 2.x development headers for GObject - transitional package 
  This package will bring development headers for the two versions of 




More information about the pkg-gnome-commits mailing list