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

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Fri Mar 14 22:37:00 UTC 2014


    Date: Friday, March 14, 2014 @ 22:36:59
  Author: vicho
Revision: 10686

Fix "please downgrade 'wish' Recommends to Suggests" by downgrading it and removing the redundant suggest from mercurial-control (Closes: #741514)

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

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2014-03-14 10:40:08 UTC (rev 10685)
+++ packages/mercurial/trunk/debian/changelog	2014-03-14 22:36:59 UTC (rev 10686)
@@ -1,3 +1,10 @@
+mercurial (2.9.1-2) UNRELEASED; urgency=medium
+
+  * Fix "please downgrade 'wish' Recommends to Suggests" by downgrading it
+    and removing the redundant suggest from mercurial-control (Closes: #741514)
+
+ -- Javi Merino <vicho at debian.org>  Fri, 14 Mar 2014 23:33:43 +0100
+
 mercurial (2.9.1-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/mercurial/trunk/debian/control
===================================================================
--- packages/mercurial/trunk/debian/control	2014-03-14 10:40:08 UTC (rev 10685)
+++ packages/mercurial/trunk/debian/control	2014-03-14 22:36:59 UTC (rev 10686)
@@ -26,7 +26,7 @@
 Architecture: all 
 Depends: ${misc:Depends}, ${python:Depends}
 Recommends: mercurial (>= ${source:Version}), ca-certificates
-Suggests: wish,
+Suggests:
  python-mysqldb, 
  python-pygments,
  python-openssl
@@ -44,8 +44,8 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ucf (>= 2.0020),
  mercurial-common (= ${source:Version})
 Recommends: openssh-client,
+Suggests: qct,
  wish,
-Suggests: qct, 
  vim | emacs,
  kdiff3 | kdiff3-qt | kompare | meld | tkcvs | mgdiff
 Breaks: hgsubversion (<= 1.5-1),




More information about the Python-apps-commits mailing list