Skip to content

Commit

Permalink
use build_man_page.py script in debian packaging rather than build
Browse files Browse the repository at this point in the history
command
  • Loading branch information
t20100 committed May 24, 2023
1 parent f586f61 commit 3dd5120
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 72 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion package/debian10/patches/series
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
0002-use-the-system-mathjax-privacy-breach.patch
0003-do-not-modify-PYTHONPATH-from-setup.py.patch
2 changes: 1 addition & 1 deletion package/debian10/rules
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ override_dh_clean:
override_dh_auto_build:
dh_auto_build
# build man pages
dh_auto_build -- -s custom --build-args="env PYTHONPATH={build_dir} {interpreter} setup.py build_man"
dh_auto_build -- -s custom --build-args="env PYTHONPATH={build_dir} {interpreter} tools/build_man_page.py"

override_dh_install:
dh_numpy3
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion package/debian11/patches/series
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
0002-use-the-system-mathjax-privacy-breach.patch
0003-do-not-modify-PYTHONPATH-from-setup.py.patch
2 changes: 1 addition & 1 deletion package/debian11/rules
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ override_dh_clean:
override_dh_auto_build:
dh_auto_build
# build man pages
dh_auto_build -- -s custom --build-args="env PYTHONPATH={build_dir} {interpreter} setup.py build_man"
dh_auto_build -- -s custom --build-args="env PYTHONPATH={build_dir} {interpreter} tools/build_man_page.py"

override_dh_install:
dh_numpy3
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion package/debian12/patches/series
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
0002-use-the-system-mathjax-privacy-breach.patch
0003-do-not-modify-PYTHONPATH-from-setup.py.patch
2 changes: 1 addition & 1 deletion package/debian12/rules
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ override_dh_clean:
override_dh_auto_build:
dh_auto_build
# build man pages
dh_auto_build -- -s custom --build-args="env PYTHONPATH={build_dir} {interpreter} setup.py build_man"
dh_auto_build -- -s custom --build-args="env PYTHONPATH={build_dir} {interpreter} tools/build_man_page.py"

override_dh_install:
dh_numpy3
Expand Down

0 comments on commit 3dd5120

Please sign in to comment.