Package: libselinux
Version: 2.0.87-1
Severity: grave
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch

It was pointed out to me that python-selinux is missing all of its Python
modules:

As evidence from the build log[1]:
drwxr-xr-x root/root         0 2009-10-14 05:39 ./
drwxr-xr-x root/root         0 2009-10-14 05:39 ./usr/
drwxr-xr-x root/root         0 2009-10-14 05:39 ./usr/lib/
drwxr-xr-x root/root         0 2009-10-14 05:39 ./usr/lib/python-support/
drwxr-xr-x root/root         0 2009-10-14 05:39 
./usr/lib/python-support/python-selinux/
drwxr-xr-x root/root         0 2009-10-14 05:39 ./usr/share/
drwxr-xr-x root/root         0 2009-10-14 05:39 ./usr/share/doc/
drwxr-xr-x root/root         0 2009-10-14 05:39 ./usr/share/doc/python-selinux/
-rw-r--r-- root/root     13127 2009-10-14 05:38 
./usr/share/doc/python-selinux/changelog.Debian.gz
-rw-r--r-- root/root      3123 2009-10-14 05:38 
./usr/share/doc/python-selinux/copyright
-rw-r--r-- root/root     10101 2009-09-28 20:17 
./usr/share/doc/python-selinux/changelog.gz
drwxr-xr-x root/root         0 2009-10-14 05:39 ./usr/share/python-support/
drwxr-xr-x root/root         0 2009-10-14 05:39 
./usr/share/python-support/python-selinux/
-rw-r--r-- root/root         8 2009-10-14 05:39 
./usr/share/python-support/python-selinux/.version

Looks like the Makefile did not abort when "pkg-config" was missing.
Attached patch add the missing build-dep.

Thanks!

-Kees


[1] 
https://buildd.debian.org/fetch.cgi?pkg=libselinux;ver=2.0.87-1;arch=i386;stamp=1255498769


-- 
Kees Cook                                            @debian.org
diff -u libselinux-2.0.85/debian/control libselinux-2.0.85/debian/control
--- libselinux-2.0.85/debian/control
+++ libselinux-2.0.85/debian/control
@@ -7,7 +7,7 @@
 Maintainer: Manoj Srivastava <sriva...@debian.org>
 Standards-Version: 3.8.3.0
 Build-Depends: file, libsepol1-dev (>= 2.0.37), python-all-dev (>= 2.3.5-11),
-               swig, ruby1.8-dev, ruby
+               swig, ruby1.8-dev, ruby, pkg-config
 XS-Python-Version: >= 2.4
 
 Package: selinux-utils

Reply via email to