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

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Tue Jul 8 19:04:49 UTC 2008


    Date: Tuesday, July 8, 2008 @ 19:04:47
  Author: vdanjean
Revision: 1535

"hg serve" needs python-beaker

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

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2008-07-08 19:04:42 UTC (rev 1534)
+++ packages/mercurial/trunk/debian/changelog	2008-07-08 19:04:47 UTC (rev 1535)
@@ -1,10 +1,13 @@
 mercurial (1.0.1-3) unstable; urgency=low
 
-  * debian/control: update Standard-Version (no change needed)
+  * debian/control:
+    + update Standard-Version (no change needed)
+    + add python-beaker as recommends (needed for "hg serve") (Closes:
+      #486299)
   * fix wrong ucf registration (/etc/hgrc.d/ vs /etc/mercurial/hgrc.d/)
     (Closes: #487089). Thanks Max Bowsher for noticing.
 
- -- Vincent Danjean <vdanjean at debian.org>  Tue, 01 Jul 2008 19:30:20 +0200
+ -- Vincent Danjean <vdanjean at debian.org>  Tue, 08 Jul 2008 20:40:05 +0200
 
 mercurial (1.0.1-2) unstable; urgency=high
 

Modified: packages/mercurial/trunk/debian/control
===================================================================
--- packages/mercurial/trunk/debian/control	2008-07-08 19:04:42 UTC (rev 1534)
+++ packages/mercurial/trunk/debian/control	2008-07-08 19:04:47 UTC (rev 1535)
@@ -14,7 +14,7 @@
 Architecture: any 
 Depends: ${shlibs:Depends}, ${python:Depends}, ucf (>= 2.0020),
  mercurial-common (= ${binary:Version})
-Recommends: rcs | kdiff3 | tkdiff | meld 
+Recommends: rcs | kdiff3 | tkdiff | meld, python-beaker
 Suggests: qct, 
  tk8.4 | wish, 
  vim | emacs, 




More information about the Python-apps-commits mailing list