Skip to content

Commit

Permalink
debian: Prefer python3 (Closes: #936738)
Browse files Browse the repository at this point in the history
Bug-Debian: https://bugs.debian.org/936738
Change-Id: I1319f4f0a82db733fb3cb49ac8736ea422db41f4
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Aug 6, 2020
1 parent 1f76b82 commit a3ee6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Priority: optional
Build-Depends: debhelper (>= 10),
cmake,
docbook-to-man,
python,
python3 | python,
libcurl4-gnutls-dev | libcurl-ssl-dev | libcurl-dev
Standards-Version: 4.1.3
Homepage: https://iotjs.net
Expand Down
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all

CMAKE_OPTIONS+=-DFEATURE_PROFILE=es5.1
CMAKE_OPTIONS+=-DPLATFORM_DESCRIPTOR=noarch-linux
CMAKE_OPTIONS+=-DPYTHON="python3"
export CMAKE_OPTIONS


Expand Down

0 comments on commit a3ee6e5

Please sign in to comment.