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

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Sun Aug 11 19:18:09 UTC 2013


    Date: Sunday, August 11, 2013 @ 19:18:08
  Author: vicho
Revision: 9957

Revert r9956 (Pre-depend on dpkg as the generated deb uses xz compression (thanks lintian)) as it's a warning from wheezy's lintian that was removed in lintian 2.5.11

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

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2013-08-11 19:08:13 UTC (rev 9956)
+++ packages/mercurial/trunk/debian/changelog	2013-08-11 19:18:08 UTC (rev 9957)
@@ -3,8 +3,6 @@
   * New upstream release
   * Remove shrink-revlog.py from examples as it is no longer shipped in
     mercurial
-  * Pre-depend on dpkg as the generated deb uses xz compression (thanks
-    lintian)
 
  -- Javi Merino <vicho at debian.org>  Sun, 11 Aug 2013 16:09:20 +0200
 

Modified: packages/mercurial/trunk/debian/control
===================================================================
--- packages/mercurial/trunk/debian/control	2013-08-11 19:08:13 UTC (rev 9956)
+++ packages/mercurial/trunk/debian/control	2013-08-11 19:18:08 UTC (rev 9957)
@@ -21,7 +21,6 @@
 
 Package: mercurial-common
 Architecture: all 
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}, ${python:Depends}
 Recommends: mercurial (>= ${source:Version}), ca-certificates
 Suggests: wish,
@@ -39,7 +38,6 @@
 
 Package: mercurial
 Architecture: any 
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ucf (>= 2.0020),
  mercurial-common (= ${source:Version})
 Recommends: openssh-client




More information about the Python-apps-commits mailing list