diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-30 20:38:59 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-30 20:38:59 +0200 |
| commit | 7c19d9450b549180a6f0071f1d980dcf360c8921 (patch) | |
| tree | 43f5018ed0c877d11ae694968533dbaeb1488940 /debian/rules | |
| parent | 4112520954a16ebbfdf7511670e68668e5a07173 (diff) | |
| download | python-apt-7c19d9450b549180a6f0071f1d980dcf360c8921.tar.gz | |
debian/rules: Add -DCOMPAT_0_7 to the CFLAGS again.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6e2204cf..d5ebe29d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f export DH_PYCENTRAL=nomove export DEBVER=$(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p') -export CFLAGS=-Wno-write-strings +export CFLAGS=-Wno-write-strings -DCOMPAT_0_7 %: dh --with python-central $@ |
