diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-01-17 12:54:16 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-01-17 12:54:16 +0100 |
| commit | 008a45f23d6999269f10978c3cb3ac11240451f9 (patch) | |
| tree | fd0f4bd364135ac32de91f6e24a1a115368d81d4 /debian/rules | |
| parent | 34b01eb60ec315bc542d0cad7239091219a8388c (diff) | |
| download | python-apt-008a45f23d6999269f10978c3cb3ac11240451f9.tar.gz | |
* Build for Python 2.5, 2.6 and 3.1; 2.6 and 3.1 hit unstable on Jan 16.
- Use DH_PYCENTRAL=nomove for now because include-links seems broken
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6c9f6fb6..1a45a710 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,6 @@ #!/usr/bin/make -f -export DH_PYCENTRAL=include-links +# Should be include-links, but that somehow fails. +export DH_PYCENTRAL=nomove export DEBVER=$(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p') export CFLAGS=-Wno-write-strings -DCOMPAT_0_7 |
