summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2020-08-19 09:22:38 -0300
committerDavid Bremner <david@tethera.net>2020-08-19 09:22:38 -0300
commite32101506c54603917e582ecd2cea8769f43bca4 (patch)
tree75440ef09de7eb27bc4da2b1f0f383eb9b22516e
parenteffcb1a4a8f38dbc23acf03110b952493222e3bd (diff)
update dh integration for python3debian/3.2.1-4archive/debian/3.2.1-4
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 3168a039..8d5e8cde 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: cmake,
libpcre3-dev,
libutfcpp-dev,
man2html-base,
- python3-dev,
+ python3-all-dev,
texinfo,
texlive,
tzdata <!nocheck>
diff --git a/debian/rules b/debian/rules
index 95dfe2f3..436aa5de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with python3
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_INSTALL_LIBDIR=lib/ledger -DBUILD_DOCS=1 -DBUILD_WEB_DOCS=1 -DUSE_PYTHON=ON