Package: ldaptor-webui
Version: 0.0.43-0.4
Severity: important
Tags: patch
The file skin-default.html is missing from the install of ldaptor-webui,
leading to twisted
crashing when trying to render a page.
The following should fix it (untested):
diff -ruN ldaptor-0.0.43/setup.py ldaptor-0.0.43.hacked/setup.py
--- ldaptor-0.0.43/setup.py 2006-03-05 23:17:33.000000000 +0100
+++ ldaptor-0.0.43.hacked/setup.py 2007-01-26 08:59:13.000000000 +0100
@@ -202,5 +202,6 @@
'ldaptor/apps/webui/search.xhtml',
'ldaptor/apps/webui/ldaptor.css',
+ 'ldaptor/apps/webui/skin-default.html',
]),
])
- Jonas
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-powerpc
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]