Please find a patch fixing the issue. Successfully built on a sid pbuilder and tested locally.
Best regards, Ghis
>From ea73cdfced1fca789342436214dd51b8550bb114 Mon Sep 17 00:00:00 2001 From: Ghislain Antony Vaillant <[email protected]> Date: Fri, 26 Aug 2016 11:03:33 +0100 Subject: [PATCH] Use system qtpy dependency. --- debian/control | 4 ++-- debian/rules | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1490db6..d86d03b 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: vcs Priority: optional Maintainer: Laszlo Boszormenyi (GCS) <[email protected]> Build-Depends: debhelper (>= 9), python-nose -Build-Depends-Indep: python (>= 2.6.6-3~), pyqt5-dev-tools, python-sphinx, rsync, git-core, gettext, asciidoc (>= 8.2), xmlto +Build-Depends-Indep: python (>= 2.6.6-3~), python-qtpy, python-sphinx, rsync, git-core, gettext, asciidoc (>= 8.2), xmlto Standards-Version: 3.9.8 Homepage: http://git-cola.github.com/ Vcs-Git: git://git.debian.org/git/collab-maint/git-cola.git @@ -11,7 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/git-cola.git Package: git-cola Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-qt4, python-sip, git-core, libjs-jquery, libjs-underscore, libjs-modernizr +Depends: ${python:Depends}, ${misc:Depends}, python-qtpy, git-core, libjs-jquery, libjs-underscore, libjs-modernizr Recommends: gitk, xxdiff Suggests: python-pyinotify, python-simplejson Description: highly caffeinated git GUI diff --git a/debian/rules b/debian/rules index c53933b..d1aa11a 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export GIT_COLA_NO_VENDOR_LIBS=1 + package=git-cola PKGDIR=$(CURDIR)/debian/$(package) HTMLDIR=$(PKGDIR)/usr/share/doc/git-cola/html -- 2.9.3

