[Python-apps-commits] r4974 - in packages/svnmailer/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Mar 20 16:24:10 UTC 2010


    Date: Saturday, March 20, 2010 @ 16:24:07
  Author: morph
Revision: 4974

add ${misc:Depends} to Depends

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

Modified: packages/svnmailer/trunk/debian/changelog
===================================================================
--- packages/svnmailer/trunk/debian/changelog	2010-03-20 16:21:49 UTC (rev 4973)
+++ packages/svnmailer/trunk/debian/changelog	2010-03-20 16:24:07 UTC (rev 4974)
@@ -5,8 +5,9 @@
     - set XS-Python-Version: to 'all', it's compatibile with all the supported
       version of Python
     - bump Standards-Version to 3.8.4 (no changes needed)
+    - add ${misc:Depends} to Depends
 
- -- Sandro Tosi <morph at debian.org>  Sat, 20 Mar 2010 17:21:29 +0100
+ -- Sandro Tosi <morph at debian.org>  Sat, 20 Mar 2010 17:23:47 +0100
 
 svnmailer (1.0.8-11) unstable; urgency=low
 

Modified: packages/svnmailer/trunk/debian/control
===================================================================
--- packages/svnmailer/trunk/debian/control	2010-03-20 16:21:49 UTC (rev 4973)
+++ packages/svnmailer/trunk/debian/control	2010-03-20 16:24:07 UTC (rev 4974)
@@ -13,7 +13,7 @@
 
 Package: svnmailer
 Architecture: all
-Depends: ${python:Depends}, python-subversion
+Depends: ${misc:Depends}, ${python:Depends}, python-subversion
 XB-Python-Version: ${python:Versions}
 Description: extensible Subversion commit notification tool
  The svnmailer is a tool, which is usually called by a Subversion hook 




More information about the Python-apps-commits mailing list