[Python-modules-commits] r25 - in /packages/planet/trunk/debian: changelog control control.in

arnau-guest at users.alioth.debian.org arnau-guest at users.alioth.debian.org
Thu Aug 30 19:07:11 UTC 2007


Author: arnau-guest
Date: Thu Aug 30 19:07:11 2007
New Revision: 25

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=25
Log:
Add missing Recommends

Modified:
    packages/planet/trunk/debian/changelog
    packages/planet/trunk/debian/control
    packages/planet/trunk/debian/control.in

Modified: packages/planet/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/planet/trunk/debian/changelog?rev=25&op=diff
==============================================================================
--- packages/planet/trunk/debian/changelog (original)
+++ packages/planet/trunk/debian/changelog Thu Aug 30 19:07:11 2007
@@ -1,5 +1,7 @@
 planet (2.0-11) unstable; urgency=low
 
+  * debian/control*:
+    + Add missing recommends against python-chardet and python-utidylib.
   * debian/doc/planet-cache.dbk:
     + Replace reference in the "see also" section from planet 
       to planetplanet. Closes: #425478.

Modified: packages/planet/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/planet/trunk/debian/control?rev=25&op=diff
==============================================================================
--- packages/planet/trunk/debian/control (original)
+++ packages/planet/trunk/debian/control Thu Aug 30 19:07:11 2007
@@ -10,6 +10,7 @@
 Package: planet
 Architecture: all
 Depends: ${python:Depends}, debconf, apache2 | httpd
+Recommends: python-chardet, python-utidylib
 Description: Flexible feed aggregator
  Downloads  news feeds  published by  web sites  and  aggregates their
  content together into a single combined feed, latest news first.

Modified: packages/planet/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-apps/packages/planet/trunk/debian/control.in?rev=25&op=diff
==============================================================================
--- packages/planet/trunk/debian/control.in (original)
+++ packages/planet/trunk/debian/control.in Thu Aug 30 19:07:11 2007
@@ -10,6 +10,7 @@
 Package: planet
 Architecture: all
 Depends: ${python:Depends}, debconf, apache2 | httpd
+Recommends: python-chardet, python-utidylib
 Description: Flexible feed aggregator
  Downloads  news feeds  published by  web sites  and  aggregates their
  content together into a single combined feed, latest news first.




More information about the Python-modules-commits mailing list