[Python-apps-commits] r10733 - in packages/mercurial/trunk/debian (changelog control)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Wed Apr 2 21:48:41 UTC 2014


    Date: Wednesday, April 2, 2014 @ 21:48:40
  Author: vicho
Revision: 10733

Properly fix #741514

The suggests in mercurial-common was correct, what needs to be dropped was the Recommends in mercurial-common

Modified:
  packages/mercurial/trunk/debian/changelog
  packages/mercurial/trunk/debian/control

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2014-04-02 21:21:59 UTC (rev 10732)
+++ packages/mercurial/trunk/debian/changelog	2014-04-02 21:48:40 UTC (rev 10733)
@@ -2,8 +2,9 @@
 
   [ Javi Merino ]
   * New upstream release
-  * Fix "please downgrade 'wish' Recommends to Suggests" by downgrading it
-    and removing the redundant suggest from mercurial-control (Closes: #741514)
+  * Fix "please downgrade 'wish' Recommends to Suggests" by removing the
+    Recommends from the mercurial package (but keeping the Suggests in
+    mercurial-common) (Closes: #741514)
   * Drop Suggests of vim or emacs
   * Fix "autopkgtest hgsubversion shouldn't need network connectivity"
     by making the test create a local svn repository (Closes: #735578)

Modified: packages/mercurial/trunk/debian/control
===================================================================
--- packages/mercurial/trunk/debian/control	2014-04-02 21:21:59 UTC (rev 10732)
+++ packages/mercurial/trunk/debian/control	2014-04-02 21:48:40 UTC (rev 10733)
@@ -27,6 +27,7 @@
 Depends: ${misc:Depends}, ${python:Depends}
 Recommends: mercurial (>= ${source:Version}), ca-certificates
 Suggests:
+ wish,
  python-mysqldb, 
  python-pygments,
  python-openssl
@@ -45,7 +46,6 @@
  mercurial-common (= ${source:Version})
 Recommends: openssh-client,
 Suggests: qct,
- wish,
  kdiff3 | kdiff3-qt | kompare | meld | tkcvs | mgdiff
 Breaks: hgsubversion (<< 1.6~),
  hgview (<< 1.7.1-1~),




More information about the Python-apps-commits mailing list