Package: libcap-ng Version: 0.6.4-1 Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch
debian/rules has python versions hardcoded. diff -Nru libcap-ng-0.6.4/debian/changelog libcap-ng-0.6.5/debian/changelog --- libcap-ng-0.6.4/debian/changelog 2010-12-14 18:36:23.000000000 +0000 +++ libcap-ng-0.6.5/debian/changelog 2010-12-14 18:36:24.000000000 +0000 @@ -1,3 +1,11 @@ +libcap-ng (0.6.5-0ubuntu1) natty; urgency=low + + * New upstream version. + - Reflect changed include file for XATTR_NAME_CAPS. LP: #684969. + * debian/rules: Fix installation for python2.7. + + -- Matthias Klose <d...@ubuntu.com> Tue, 14 Dec 2010 19:11:19 +0100 + libcap-ng (0.6.4-1build2) natty; urgency=low * Rebuild with python 2.7 as the python default. diff -Nru libcap-ng-0.6.4/debian/rules libcap-ng-0.6.5/debian/rules --- libcap-ng-0.6.4/debian/rules 2010-12-14 18:36:23.000000000 +0000 +++ libcap-ng-0.6.5/debian/rules 2010-12-14 18:36:24.000000000 +0000 @@ -81,7 +81,7 @@ vers=$$(echo $$pythonvers | sed "s/python//"); \ echo $$pythonvers; \ PYFLAGS="PYTHON_VERSION=$$vers _capng_la_LIBADD=\"-l$$pythonvers\""; \ - sed -i "s/2\.[456]/$$vers/" bindings/python/Makefile; \ + sed -i "s/2\.[4567]/$$vers/" bindings/python/Makefile; \ $(MAKE) -C bindings/python clean; \ $(MAKE) -C bindings/python $$PYFLAGS; \ $(MAKE) -C bindings/python $$PYFLAGS DESTDIR=$(CURDIR)/debian/tmp install; \ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org