# HG changeset patch # User Sean Farley # Date 1462076494 25200 # Node ID 5573b0f8dc283b19ea34ab86c49cd8ba5496993f # Parent 7b52cb384c3851f9869a1609c537ce3c7d5a7bd1 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. diff -r 7b52cb384c38 -r 5573b0f8dc28 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)