aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-02-03 19:30:27 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2021-02-03 19:30:27 -0500
commit577f4d6e7ac8fdb8de92f244103b5d55c3e29468 (patch)
tree98e04f72a4beef8970e47f70fd5c34039968f921
parentd5fcfce81b57395f339b8c2caa3676f3e9b7c470 (diff)
downloadnikola-577f4d6e7ac8fdb8de92f244103b5d55c3e29468.tar.bz2
nikola-577f4d6e7ac8fdb8de92f244103b5d55c3e29468.tar.xz
nikola-577f4d6e7ac8fdb8de92f244103b5d55c3e29468.tar.zst
d/rules: Update for Python 3.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index fa7f99d..d8f93dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export PYBUILD_NAME=$(PACKAGE_NAME)
export ROOT_PATH=$(CURDIR)
%:
- dh $@ --with python2,bash-completion --buildsystem=pybuild
+ dh $@ --with python3,bash-completion --buildsystem=pybuild
override_dh_clean:
dh_clean