summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-01-17 12:54:16 +0100
committerJulian Andres Klode <jak@debian.org>2010-01-17 12:54:16 +0100
commit008a45f23d6999269f10978c3cb3ac11240451f9 (patch)
treefd0f4bd364135ac32de91f6e24a1a115368d81d4 /debian/rules
parent34b01eb60ec315bc542d0cad7239091219a8388c (diff)
downloadpython-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-xdebian/rules3
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