diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-07-05 18:22:37 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-07-05 18:22:37 +0200 |
| commit | 9cfc2cd1213ab98d744b42bbfe3a4f8ca5e870ea (patch) | |
| tree | 0fca6db6624b0c13c5409c1dbf6708b6b1a25c37 /debian/rules | |
| parent | 465b19e6ae3c6daeee0841d38ac93e0c19991c13 (diff) | |
| download | python-apt-9cfc2cd1213ab98d744b42bbfe3a4f8ca5e870ea.tar.gz | |
Re-enable Python 3 support for latest python-default changes (hack).
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index a65c5cfd..e93d682f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,8 @@ export DH_PYCENTRAL=nomove export DEBVER=$(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p') export CFLAGS=-Wno-write-strings -DCOMPAT_0_7 +export PATH :=$(CURDIR)/utils:$(PATH) +export SHELL=PATH=$(PATH) sh %: dh --with python-central $@ |
