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

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sun Apr 6 22:07:31 UTC 2008


    Date: Sunday, April 6, 2008 @ 22:07:29
  Author: vdanjean
Revision: 919

binNMU safe dependencies

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

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2008-04-06 11:52:10 UTC (rev 918)
+++ packages/mercurial/trunk/debian/changelog	2008-04-06 22:07:29 UTC (rev 919)
@@ -100,6 +100,7 @@
      * debian/control:
        + add PAPT in the Uploaders field
        + add Vcs-* fields
+       + makes the package binNUM safe
                      
      [ Piotr Ożarowski ]
      * New recommended packages:

Modified: packages/mercurial/trunk/debian/control
===================================================================
--- packages/mercurial/trunk/debian/control	2008-04-06 11:52:10 UTC (rev 918)
+++ packages/mercurial/trunk/debian/control	2008-04-06 22:07:29 UTC (rev 919)
@@ -13,7 +13,8 @@
 
 Package: mercurial
 Architecture: any 
-Depends: ${shlibs:Depends}, ${python:Depends}, mercurial-common (= ${binary:Version}), python-pygments, python-elementtree
+Depends: ${shlibs:Depends}, ${python:Depends}, mercurial-common (= ${binary:Version}),
+ python-pygments, python-elementtree
 Recommends: kdiff3 | tkdiff | meld 
 Suggests: qct, tk8.4 | wish, vim | emacs, python-mysqldb, mercurial-web
 Description: Scalable distributed version control system
@@ -52,9 +53,10 @@
   * Small Python codebase
  .
  
-Package: mercurial-web 
+Package: mercurial-web
 Architecture: all 
-Depends:  mercurial (= ${binary:Version}), python (>= 2.4), python (<< 2.6), apache2 | httpd, python-flup
+Depends:  mercurial (>= ${binary:Version}), mercurial-common (= ${binary:Version}),
+ python (>= 2.4), python (<< 2.6), apache2 | httpd, python-flup
 Recommends: python-openssl
 Description: Scalable distributed version control system (Web interface)
  Mercurial is a fast, lightweight Source Control Management system designed




More information about the Python-apps-commits mailing list