[Python-apps-commits] r10783 - in packages/pelican/trunk/debian (changelog control)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Sun Apr 20 09:38:23 UTC 2014


    Date: Sunday, April 20, 2014 @ 09:38:22
  Author: vcheng
Revision: 10783

add python-bs4 and pandoc to Suggests (Closes: #742435)

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

Modified: packages/pelican/trunk/debian/changelog
===================================================================
--- packages/pelican/trunk/debian/changelog	2014-04-20 09:29:19 UTC (rev 10782)
+++ packages/pelican/trunk/debian/changelog	2014-04-20 09:38:22 UTC (rev 10783)
@@ -1,6 +1,7 @@
 pelican (3.3-2) unstable; urgency=medium
 
   * Add dependency on python-pkg-resources. (Closes: #744100)
+  * Add python-bs4 and pandoc to Suggests. (Closes: #742435)
 
  -- Vincent Cheng <vcheng at debian.org>  Sun, 20 Apr 2014 02:27:01 -0700
 

Modified: packages/pelican/trunk/debian/control
===================================================================
--- packages/pelican/trunk/debian/control	2014-04-20 09:29:19 UTC (rev 10782)
+++ packages/pelican/trunk/debian/control	2014-04-20 09:38:22 UTC (rev 10783)
@@ -21,6 +21,9 @@
  python-pkg-resources,
  ${misc:Depends},
  ${python:Depends}
+Suggests:
+ pandoc,
+ python-bs4
 Description: blog aware, static website generator
  Pelican is a static site generator, written in Python.  It allows you
  to write your weblog entries directly with your editor of choice in




More information about the Python-apps-commits mailing list