diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-04 19:17:59 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-04 19:17:59 -0400 |
commit | 5e5bb93adbce76431771d6d56faefbfef99d359f (patch) | |
tree | 4c53215d986d5e37d77a8c876ea477002fd39582 /debian/rules | |
parent | dd175cda8743068d12dd34b5c89e9fba6bd114c9 (diff) |
turn python-support back on
Should wait to upload until ikiwiki is fixed in testing.
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 3541d348d..0a7ce7a26 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh --without=python-support $@ + dh $@ override_dh_auto_configure: # keeps it out of /usr/local |