control: tags -1 patch

Hi,

I think updating dependency as attached is good idea.

This is not just for gtkspell but for fossil.

This is minimal change patch.

It will be nicer to move comment contents to debian/README.Debian
so users will be exposed which package is required.  Then just run 
wrap-snd-sort to clean debian/control to more readable one.

Osamu
>From f407afd85448e3c151fe8f1dd68fb628390863fc Mon Sep 17 00:00:00 2001
From: Osamu Aoki <os...@debian.org>
Date: Sun, 16 Oct 2016 22:28:46 +0900
Subject: [PATCH] Update dependency

---
 debian/control | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 4226591..7944289 100644
--- a/debian/control
+++ b/debian/control
@@ -12,19 +12,20 @@ Standards-Version: 3.9.8
 Package: zim
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-gobject, python-xdg, python-simplejson | python (>= 2.6)
-# python-gtkspell required for the spell checker plugin
-Recommends: python-gtkspell
+# python-gtkspellcheck (or python-gtkspell for backport) required for the spell checker plugin
+Recommends: python-gtkspellcheck | python-gtkspell
 # graphviz required for the link map/diagram plugins
-# bzr/git/mercurial required for the version control plugin
+# bzr/git/mercurial/fossil required for the version control plugin
 # scrot required for the screenshot plugin
 # dvipng required for the "equation" plugin
 # ditaa required for ditaa plugin
 # python-zeitgeist for "log evens with Zeitgeist" plugin
+# python-gtksourceview2 for "Source View" plugin
 # r-base for "GNU R graph" plugin
 # gnuplot for "Gnupolt graph" plugin
 # lilypond for "music sheet" plugin
-Suggests: bzr, git, mercurial, graphviz, ditaa, scrot, dvipng,
- python-zeitgeist, r-base, gnuplot, lilypond
+Suggests: bzr, git, mercurial, fossil, graphviz, ditaa, scrot, dvipng,
+ python-gtksourceview2, python-zeitgeist, r-base, gnuplot, lilypond
 Description: graphical text editor based on wiki technologies
  Zim is a graphical text editor used to maintain a collection of wiki pages.
  .
-- 
2.9.3

Reply via email to