In case someone want to take over this update, we made a package for
tortoisehg 4.6 (I also sent this to the maintainers few weeks ago).

See attached diff and dsc available at 
https://apt.logilab.fr/pool/main/t/tortoisehg/tortoisehg_4.6-1.dsc

Changes are:

  * update to upstream version 4.6
  * drop compiled pyqt ui files (which are now part of the release on bitbucket)
  * add python-pyqt5.qtsvg as explicit dependency, it's required to have icons 
properly displayed but isn't pulled with --no-install-recommends.


Cheers,
>From c61dcc419ee2a9dc76d32de37bc0610ff96ee94e Mon Sep 17 00:00:00 2001
From: Philippe Pepiot <philippe.pep...@logilab.fr>
Date: Thu, 24 May 2018 11:00:15 +0200
Subject: [PATCH] New upstream version 4.6

---
 debian/changelog | 8 ++++++++
 debian/control   | 4 ++--
 debian/copyright | 1 +
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dbce1d0..44a8f6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tortoisehg (4.6-1) unstable; urgency=medium
+
+  * New upstream version 4.6
+  * Add explicit dependency on python-pyqt5.qtsvg to have icons working
+  * Exclude qt ui files from orig tarball
+
+ -- Philippe Pepiot <philippe.pep...@logilab.fr>  Thu, 24 May 2018 10:59:03 +0200
+
 tortoisehg (4.5.3-1) unstable; urgency=medium
 
   [ Thomas Liebetraut ]
diff --git a/debian/control b/debian/control
index 9d61c5a..7b0290f 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,8 @@ X-Python-Version: >= 2.4
 
 Package: tortoisehg
 Architecture: all
-Depends: mercurial (>= 4.4~), mercurial (<< 4.6~), python-pyqt5,
- python-pyqt5.qsci, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: mercurial (>= 4.6~), mercurial (<< 4.7~), python-pyqt5,
+ python-pyqt5.qsci, python-pyqt5.qtsvg, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Recommends: libjs-jquery, libjs-underscore, python-iniparse, python-pygments
 Suggests: tortoisehg-nautilus
 Description: Graphical tool for working with Mercurial
diff --git a/debian/copyright b/debian/copyright
index a96d7c2..77e0433 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: TortoiseHg
 Upstream-Contact: Maintainer: Steve Borho <st...@borho.org>, TK Soh <teekay...@gmail.com>
 Source: https://tortoisehg.bitbucket.io/download/source.html
+Files-Excluded: tortoisehg/hgqt/*_ui.py
 
 Files: *
 Copyright: 2007-2018, Steve Borho <st...@borho.org>
-- 
2.11.0

Reply via email to