[Debian-l10n-commits] virtaal branch master updated. debian/0.7.1-3

Stuart Prescott stuart at moszumanska.debian.org
Tue Jan 10 13:11:54 UTC 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "virtaal".

The branch, master has been updated
       via  5ef180f84a7c08e584d31302462dfbf4ab65a253 (commit)
       via  a1b9f3968b0e20f50e11473c03bbe2245e3a9347 (commit)
       via  df2e555c91febe4d7722f5db83123f93cc046167 (commit)
      from  c0320e6adfe856f9383459ff203ed8d8032c3284 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

http://anonscm.debian.org/gitweb/?p=debian-l10n/virtaal.git;a=commitdiff;h=5ef180f84a7c08e584d31302462dfbf4ab65a253

commit 5ef180f84a7c08e584d31302462dfbf4ab65a253
Author: Stuart Prescott <stuart at debian.org>
Date:   Tue Jan 10 23:42:36 2017 +1100

    Add changelog for upload


http://anonscm.debian.org/gitweb/?p=debian-l10n/virtaal.git;a=commitdiff;h=a1b9f3968b0e20f50e11473c03bbe2245e3a9347

commit a1b9f3968b0e20f50e11473c03bbe2245e3a9347
Author: Stuart Prescott <stuart at debian.org>
Date:   Wed Jan 11 00:01:05 2017 +1100

    Don't assume kdialog is available in KDE


http://anonscm.debian.org/gitweb/?p=debian-l10n/virtaal.git;a=commitdiff;h=df2e555c91febe4d7722f5db83123f93cc046167

commit df2e555c91febe4d7722f5db83123f93cc046167
Author: Stuart Prescott <stuart at debian.org>
Date:   Tue Jan 10 23:24:56 2017 +1100

    Remove unsatisfiable Recommends on gtkspell

-----------------------------------------------------------------------

Summary of changes:
 debian/TODO                      |  6 ++++++
 debian/changelog                 |  8 ++++++++
 debian/control                   |  1 -
 debian/patches/kdialog_detection | 20 ++++++++++++++++++++
 debian/patches/series            |  1 +
 5 files changed, 35 insertions(+), 1 deletion(-)
 create mode 100644 debian/TODO
 create mode 100644 debian/patches/kdialog_detection

diff --git a/debian/TODO b/debian/TODO
new file mode 100644
index 0000000..8ca22cf
--- /dev/null
+++ b/debian/TODO
@@ -0,0 +1,6 @@
+
+# gtkspell
+For virtaal 1.0, include dependency on python-gtkspellcheck.
+See #809657 (Recommends non-existing python-gtkspell) and
+https://github.com/translate/virtaal/issues/3182
+
diff --git a/debian/changelog b/debian/changelog
index ecd95f2..9f73eae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+virtaal (0.7.1-3) unstable; urgency=medium
+
+  * Remove Recommends on old python-gtkspell package; there is no spell
+    checking in virtaal until it is ported to gtkspellcheck (Closes: #809657).
+  * Don't assume that kdialog is installed in KDE sessions.
+
+ -- Stuart Prescott <stuart at debian.org>  Tue, 10 Jan 2017 23:42:24 +1100
+
 virtaal (0.7.1-2) unstable; urgency=medium
 
   * Remove Nicolas François (Nekral) from uploaders, with thanks for work
diff --git a/debian/control b/debian/control
index b8b590c..fe800ed 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,6 @@ Depends:
  ${python:Depends}
 Recommends:
  libreoffice-common,
- python-gtkspell,
  python-levenshtein,
  python-psycopg2
 Description: graphical localisation editor and multi-format translation tool
diff --git a/debian/patches/kdialog_detection b/debian/patches/kdialog_detection
new file mode 100644
index 0000000..63ba0d8
--- /dev/null
+++ b/debian/patches/kdialog_detection
@@ -0,0 +1,20 @@
+--- a/virtaal/support/native_widgets.py
++++ b/virtaal/support/native_widgets.py
+@@ -22,6 +22,7 @@
+ some related helper code."""
+ 
+ import os
++import os.path
+ import sys
+ import gettext
+ 
+@@ -47,7 +48,8 @@
+     elif os.environ.get('KDE_FULL_SESSION') == 'true' and ( \
+                 pan_app.ui_language == 'en' or \
+                 gettext.dgettext('kdelibs4', '') or \
+-                not gettext.dgettext('gtk20', '')):
++                not gettext.dgettext('gtk20', '')) and \
++                os.path.exists("/usr/bin/kdialog"):
+             return 'kdialog'
+ 
+     if sys.platform == 'darwin':
diff --git a/debian/patches/series b/debian/patches/series
index 2ded637..914087e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+kdialog_detection
 declare_packaged_version
 debian_xpm_menu_icon
 debian_libreoffice_autocorr_files
-----------------------------------------------------------------------


hooks/post-receive
-- 
virtaal



More information about the Debian-l10n-commits mailing list