diff contrib/debian/control @ 29091:5573b0f8dc28 stable

debian: add wish to suggests Debian maintainers already have this and lintian warns us about not listing 'wish' as a dependency or suggestion so this patch does indeed just that. The issue, by the way, is that we are shipping hgk (which is written in tcl/tk) so we should be good citizens and list wish (a meta package for tcl/tk) as a dependency.
author Sean Farley <sean@farley.io>
date Sat, 30 Apr 2016 21:21:34 -0700
parents f85de28eae32
children dc22729b4ebd
line wrap: on
line diff
--- a/contrib/debian/control	Fri May 06 23:03:41 2016 -0700
+++ b/contrib/debian/control	Sat Apr 30 21:21:34 2016 -0700
@@ -42,6 +42,7 @@
  ${misc:Depends},
  ${python:Depends},
 Recommends: mercurial (= ${source:Version}), ca-certificates
+Suggests: wish
 Breaks: mercurial (<< ${source:Version})
 Replaces: mercurial (<< 2.6.3)
 Description: easy-to-use, scalable distributed version control system (common files)