From: Steffen Z. <me...@sa...> - 2011-11-07 15:37:10
|
Hello, I've tried to build Debian packages from source. mfscgiserv wouldn't be build, as a valid python interpreter was not available (I'm building the packages with pbuilder). Here is a patch to fix this problem: --- control.orig 2011-11-07 16:08:26.656755998 +0100 +++ control 2011-11-05 17:21:14.946703126 +0100 @@ -2,7 +2,7 @@ Section: admin Priority: extra Maintainer: Jakub Bogusz <co...@mo...> -Build-Depends: debhelper (>= 5), autotools-dev, libc6-dev, libfuse-dev, pkg-config, zlib1g-dev +Build-Depends: debhelper (>= 5), autotools-dev, libc6-dev, libfuse-dev, pkg-config, zlib1g-dev, python Standards-Version: 3.7.3 Homepage: http://moosefs.com/ Regards, Saz |