diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-28 13:43:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-28 13:43:31 -0400 |
commit | 2637b34498704d791106a017b939eb912f9027e0 (patch) | |
tree | dc54ad8b6f1be6e32601c00860e0bc70a9d38d2b /debian/rules | |
parent | c7e5d10a876e693470db77daefafa36eb4150763 (diff) |
Converted to use dh_python2. Closes: #616800
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 bb9fc62..cd2906f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh --with python-central $@ + dh --with python2 $@ # Not intended for use by anyone except the author. announcedir: |