Description: Don't use pkg-config
 Upstream started using pkg-config, but this doesn't work on Debian for
 unknown reasons, so I revert that upstream change.
 .
 libselinux (2.1.9-1) unstable; urgency=low
 .
   * New upstream version, lots of man page changes, python related changes,
     and lots of bug fixes.
Author: Russell Coker <russell@coker.com.au>
Tweaked for Wheezy+1

---
Origin: Russell Coker
Last-Update: 2012-12-15

diff -ru libselinux-2.1.12.orig/src/Makefile libselinux-2.1.12/src/Makefile
--- libselinux-2.1.12.orig/src/Makefile	2012-12-15 14:07:38.553780034 +1100
+++ libselinux-2.1.12/src/Makefile	2012-12-15 14:16:30.035835793 +1100
@@ -12,7 +12,7 @@
 SHLIBDIR ?= $(DESTDIR)/lib
 INCLUDEDIR ?= $(PREFIX)/include
 PYLIBVER ?= $(shell $(PYTHON) -c 'import sys;print("python%d.%d" % sys.version_info[0:2])')
-PYINC ?= $(shell pkg-config --cflags $(PYPREFIX))
+PYINC ?= -I/usr/include/$(PYLIBVER)
 PYLIBDIR ?= $(LIBDIR)/$(PYLIBVER)
 RUBYLIBVER ?= $(shell $(RUBY) -e 'print RUBY_VERSION.split(".")[0..1].join(".")')
 RUBYPLATFORM ?= $(shell $(RUBY) -e 'print RUBY_PLATFORM')
