diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-04 14:41:21 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-04 14:41:21 -0400 |
commit | 39c8d072e83290e73e50bffda8459ade9a208159 (patch) | |
tree | 317447853cee9878d55adbdd27e085f78d06863e /debian/rules | |
parent | 8d5cd865932b0c0feb1a398e5cde31de262a7649 (diff) |
Avoid using python-support. Closes: #525086
Uses new debhelper feature to turn off python-support.
The tiny python module included herein certianly doesn't
need all the python-support nonsense.
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 0a7ce7a26..3541d348d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ + dh --without=python-support $@ override_dh_auto_configure: # keeps it out of /usr/local |