diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-23 18:51:07 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-23 18:51:07 -0500 |
commit | a87b419dca5819a33875acf36cfdfdf13addb5c4 (patch) | |
tree | d23023a3e77074d500d4b058505ea0e207927b32 /debian/rules | |
parent | 7782582225ef4f8220aa5c0bf91f6f1580bfdbc0 (diff) |
Build using python-central. For some reason bzr does not pick up on plugins built using python-support.
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 4fe53ed..bb9fc62 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ + dh --with python-central $@ # Not intended for use by anyone except the author. announcedir: |