diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-10-12 21:18:07 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-10-12 21:18:07 +0200 |
commit | 279d864b80870c0e7cb3e0a3dc37e338d15f4be8 (patch) | |
tree | f08bde597e0a949a7ad941276ec31f110b48831d /debian/rules | |
parent | 659f5379b685d75a6de6bc42e8f70bf9ff695342 (diff) |
d/rules, d/control: add python3 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 3df1e98..9f5141f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with python2 + dh $@ --with python2, python3 clean: rm -fr build |