[Python-apps-team] Bug#743288: mercurial-common missing replaces: mercurial

Julien Cristau jcristau at debian.org
Tue Apr 1 12:48:01 UTC 2014


Source: mercurial
Version: 2.9.1-1
Severity: normal
Tags: patch

See the below diff.  A few config files moved from mercurial to
mercurial-common in 2.6.3-1, so on upgrade one may run into issues
(happened to me with dpkg -i, it's possible apt somehow avoids it).

Index: debian/changelog
===================================================================
--- debian/changelog	(revision 10727)
+++ debian/changelog	(working copy)
@@ -1,5 +1,6 @@
 mercurial (2.9.1-2) UNRELEASED; urgency=medium
 
+  [ Javi Merino ]
   * Fix "please downgrade 'wish' Recommends to Suggests" by downgrading it
     and removing the redundant suggest from mercurial-control (Closes: #741514)
   * Drop Suggests of vim or emacs
@@ -7,6 +8,10 @@
     by making the test create a local svn repository (Closes: #735578)
   * Mercurial 2.9 breaks hgsubversion prior to 1.6
 
+  [ Julien Cristau ]
+  * mercurial-common Replaces mercurial << 2.6.3 (the bash_completion file and
+    /etc/mercurial/hgrc moved)
+
  -- Javi Merino <vicho at debian.org>  Fri, 14 Mar 2014 23:33:43 +0100
 
 mercurial (2.9.1-1) unstable; urgency=medium
Index: debian/control
===================================================================
--- debian/control	(revision 10727)
+++ debian/control	(working copy)
@@ -31,7 +31,7 @@
  python-pygments,
  python-openssl
 Breaks: mercurial (<< ${source:Version})
-Replaces: mercurial (<< 1.4)
+Replaces: mercurial (<< 2.6.3)
 Description: easy-to-use, scalable distributed version control system (common files)
  Mercurial is a fast, lightweight Source Control Management system designed
  for efficient handling of very large distributed projects.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-apps-team/attachments/20140401/9c792990/attachment.sig>


More information about the Python-apps-team mailing list