[Python-apps-commits] r4918 - in packages/harvestman/trunk/debian (changelog control)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Mon Mar 8 14:00:52 UTC 2010


    Date: Monday, March 8, 2010 @ 14:00:42
  Author: jwilk
Revision: 4918

Add ?\226?\128?\152Depends: ${misc:Depends}?\226?\128?\153.

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

Modified: packages/harvestman/trunk/debian/changelog
===================================================================
--- packages/harvestman/trunk/debian/changelog	2010-03-08 13:59:43 UTC (rev 4917)
+++ packages/harvestman/trunk/debian/changelog	2010-03-08 14:00:42 UTC (rev 4918)
@@ -4,6 +4,7 @@
   * Set XS-Python-Version to all (closes: #570585).
   * Bump standards version to 3.8.4 (no changes needed).
   * Replace build-dependency with python-dev with python.
+  * Add ‘Depends: ${misc:Depends}’.
 
  -- Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>  Mon, 08 Mar 2010 14:55:22 +0100
 

Modified: packages/harvestman/trunk/debian/control
===================================================================
--- packages/harvestman/trunk/debian/control	2010-03-08 13:59:43 UTC (rev 4917)
+++ packages/harvestman/trunk/debian/control	2010-03-08 14:00:42 UTC (rev 4918)
@@ -13,7 +13,7 @@
 
 Package: harvestman
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 XB-Python-Version: ${python:Versions}
 Description: a flexible web crawler application
  HarvestMan can be used to download files from websites, according to a




More information about the Python-apps-commits mailing list