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

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Sun Aug 11 19:08:15 UTC 2013


    Date: Sunday, August 11, 2013 @ 19:08:13
  Author: vicho
Revision: 9956

Pre-depend on dpkg as the generated deb uses xz compression (thanks lintian)

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 16:50:45 UTC (rev 9955)
+++ packages/mercurial/trunk/debian/changelog	2013-08-11 19:08:13 UTC (rev 9956)
@@ -3,6 +3,8 @@
   * 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 16:50:45 UTC (rev 9955)
+++ packages/mercurial/trunk/debian/control	2013-08-11 19:08:13 UTC (rev 9956)
@@ -21,6 +21,7 @@
 
 Package: mercurial-common
 Architecture: all 
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}, ${python:Depends}
 Recommends: mercurial (>= ${source:Version}), ca-certificates
 Suggests: wish,
@@ -38,6 +39,7 @@
 
 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