[Python-apps-commits] r4843 - in packages/google-sitemapgen/trunk/debian (changelog control)

jmw-guest at users.alioth.debian.org jmw-guest at users.alioth.debian.org
Tue Feb 23 19:00:42 UTC 2010


    Date: Tuesday, February 23, 2010 @ 19:00:37
  Author: jmw-guest
Revision: 4843

Add ${misc:Depends} to binary package dependencies

Modified:
  packages/google-sitemapgen/trunk/debian/changelog
  packages/google-sitemapgen/trunk/debian/control

Modified: packages/google-sitemapgen/trunk/debian/changelog
===================================================================
--- packages/google-sitemapgen/trunk/debian/changelog	2010-02-23 18:58:30 UTC (rev 4842)
+++ packages/google-sitemapgen/trunk/debian/changelog	2010-02-23 19:00:37 UTC (rev 4843)
@@ -4,6 +4,7 @@
   * Change Build-Depends-Indep to python, not python-dev
     and increase minimum python-support version to 0.90
   * XS-Python-Version: Allow all supported versions (Closes: #570563)
+  * Add ${misc:Depends} to binary package dependencies
 
  -- Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>  Mon, 22 Feb 2010 22:49:21 +0000
 

Modified: packages/google-sitemapgen/trunk/debian/control
===================================================================
--- packages/google-sitemapgen/trunk/debian/control	2010-02-23 18:58:30 UTC (rev 4842)
+++ packages/google-sitemapgen/trunk/debian/control	2010-02-23 19:00:37 UTC (rev 4843)
@@ -13,7 +13,7 @@
 
 Package: google-sitemapgen
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 XB-Python-Version: ${python:Versions}
 Description: sitemap generator for Google Sitemap
  This script analyzes your web server and generates one or more




More information about the Python-apps-commits mailing list