debian: add wish to suggests stable
authorSean Farley <sean@farley.io>
Sat, 30 Apr 2016 21:21:34 -0700
branchstable
changeset 29091 5573b0f8dc28
parent 29090 7b52cb384c38
child 29092 0f686ef94726
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.
contrib/debian/control
--- 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)