Package: python-cardstories
Version: 1.0.2-1
Severity: minor
Tags: patch
As described in the thread on d-l-e (starting at
http://lists.debian.org/debian-l10n-english/2011/05/msg00004.html)
this package has a debconf template asking which web server I want to
have automatically configured, but just takes it for granted that
there's one installed.
My patch adds a "Depends: nginx | httpd", which is a bit of a shot in
the dark; for all I know the appropriate dependency may be something
more like "Recommends: apache2 | httpd-cgi".
--
JBR
Ankh kak! (Ancient Egyptian blessing)
diff -ru cardstories-1.0.2.pristine/debian/control cardstories-1.0.2/debian/control
--- cardstories-1.0.2.pristine/debian/control 2011-04-25 14:33:05.000000000 +0100
+++ cardstories-1.0.2/debian/control 2011-05-18 00:49:05.381956517 +0100
@@ -20,6 +20,7 @@
Architecture: all
Depends: ${misc:Depends},
adduser,
+ nginx | httpd,
python-twisted-web (>= 10.1),
python-twisted-mail,
python-openssl,