Source: libcherokee-config0 Version: 1.0.4-1.1 Severity: important Tags: patch User: [email protected] Usertags: no-byte-compile
Even though libcherokee-config0 (build-)depend on python-support, private Python modules shipped by the package aren't bytecompiled. The attached patch fixes this bug.
-- Jakub Wilk
diff -Nru cherokee-1.0.4/debian/control cherokee-1.0.4/debian/control
--- cherokee-1.0.4/debian/control 2010-06-23 03:32:48.000000000 +0200
+++ cherokee-1.0.4/debian/control 2010-08-09 18:51:53.000000000 +0200
@@ -101,7 +101,7 @@
Package: libcherokee-config0
Section: httpd
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, python, python-support
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Replaces: libcherokee-server0 (<< 0.8.1-1)
Description: Cherokee web server - Configuration libraries
Cherokee is a very fast, flexible and easy to configure Web Server.
diff -Nru cherokee-1.0.4/debian/rules cherokee-1.0.4/debian/rules
--- cherokee-1.0.4/debian/rules 2010-06-23 03:32:48.000000000 +0200
+++ cherokee-1.0.4/debian/rules 2010-08-09 18:53:05.000000000 +0200
@@ -38,6 +38,9 @@
%:
dh $@
+override_dh_pysupport:
+ dh_pysupport /usr/share/cherokee/
+
override_dh_install:
dh_install
dh binary-arch --until dh_install
signature.asc
Description: Digital signature

