[Pkg-libvirt-commits] [SCM] libgtk-vnc Debian packaging branch, master, updated. debian/0.4.3-3-3-g0790455

Guido Günther agx at sigxcpu.org
Tue Aug 9 06:53:36 UTC 2011


The following commit has been merged in the master branch:
commit 6287986a6d196f1046fa0087691b00cbbaf0c308
Author: Stefano Rivera <stefanor at debian.org>
Date:   Tue Jun 28 10:33:35 2011 +0200

    Fix FTBFS with Python 2.7
    
    Closes: #628827

diff --git a/debian/control b/debian/control
index 3ddc655..f988435 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ DM-Upload-Allowed: yes
 Standards-Version: 3.9.2
 Build-Depends:
  debhelper (>= 7.0.50~),
- python-support,
  python-dev,
  libgnutls-dev (>= 1.4.0),
  libcairo2-dev,
@@ -23,7 +22,7 @@ Build-Depends:
 # GTK3 build
  libgtk-3-dev,
 Build-Conflicts: libffi4-dev
-X-Python-Version: 2.6
+X-Python-Version: >= 2.5
 Vcs-Git: git://git.debian.org/git/pkg-libvirt/gtk-vnc.git
 Vcs-Browser: http://git.debian.org/?p=pkg-libvirt/gtk-vnc.git
 
@@ -190,8 +189,6 @@ Architecture: any
 Section: python
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  python-gtk2 (>= 2.0)
-Provides: ${python:Provides}
-Breaks: ${python:Breaks}
 Description: VNC viewer widget for GTK+2 (Python binding)
  It is built using coroutines, allowing it to be completely asynchronous while
  remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the
diff --git a/debian/rules b/debian/rules
index c60a351..15611a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,6 +38,9 @@ override_dh_strip:
 	dh_strip -plibgtk-vnc-2.0-0 --dbg-package=libgtk-vnc-2.0-0-dbg
 	dh_strip -pgvncviewer -ppython-gtk-vnc
 
+override_dh_python2:
+	dh_python2 --no-guessing-versions
+
 dh_makeshlibs:
 	dh_makeshlibs -plibgtk-vnc-1.0-0 -V 'libgtk-vnc-1.0-0 (>= 0.3.9)'
 	dh_makeshlibs -pmozila-gtk-vnc --noscripts -X /plugins/

-- 
libgtk-vnc Debian packaging



More information about the Pkg-libvirt-commits mailing list