Package: radicale
Version: 0.7-1
Severity: normal
Tags: patch

The Radicale tarball inculdes a WSGI script which is not included
in the radicale package.  This makes advanced usage scenarios
impossible: using Radicale via WSGI is the only way to provide
authentication and access control by means of the web server
(for instance, I'm using Kerberos authentication and LDAP querying
for access control via Apache).

The attached patch enables installing the upstream's radicale.wsgi
script under /usr/share/radicale (appears to be the right place
from looking at the packages including WSGI scripts).

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages radicale depends on:
ii  python           2.7.3~rc2-1
pn  python-radicale  <none>

radicale recommends no packages.

radicale suggests no packages.
commit 4faa4ceddef70d70a98b27676d6762ff62738118
Author: Konstantin Khomoutov <[email protected]>
Date:   Wed Jul 18 22:06:46 2012 +0400

    Install WSGI script radicale.wsgi

diff --git a/debian/radicale.install b/debian/radicale.install
index e1b359c..40f2cb0 100644
--- a/debian/radicale.install
+++ b/debian/radicale.install
@@ -1,3 +1,4 @@
 usr/bin
 config /etc/radicale/
 logging /etc/radicale/
+radicale.wsgi /usr/share/radicale/

Reply via email to