diff options
author | Rob Austein <sra@hactrn.net> | 2020-09-02 14:12:22 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2020-09-02 14:12:22 -0400 |
commit | 18e88b3692f7b7c907319bb52d9681ec5d7c4fcd (patch) | |
tree | f1a8f65d15cc1453745a25bd06b1151366e7709a /source/debian/rules | |
parent | 558bf7cae463caa1dcda176a12d0794f9a5a36ac (diff) | |
parent | 3e82e03f24fdde680a4224427b6bb58237b966bc (diff) |
Merge Python3 support
Diffstat (limited to 'source/debian/rules')
-rwxr-xr-x | source/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/debian/rules b/source/debian/rules index a0c3a65..607ba42 100755 --- a/source/debian/rules +++ b/source/debian/rules @@ -19,7 +19,7 @@ include /usr/share/dpkg/default.mk include /usr/share/dpkg/pkg-info.mk %: - dh $@ --with python2 + dh $@ --with python3 # Distinct binary package versions for a single source package built # on multiple releases, to keep reprepro happy. See: |