Rename vendor-pymupdf.py to debian-vendor-pymupdf.py

Rename the `vendor-pymupdf.py` script to `debian-vendor-pymupdf.py`,
since it's used only when building Debian packages.
This commit is contained in:
Alex Pyrgiotis 2025-01-20 12:36:57 +02:00
parent 14bb6c0e39
commit 270cae1bc0
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA
2 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View file

@ -9,5 +9,5 @@ export DH_VERBOSE=1
dh $@ --with python3 --buildsystem=pybuild
override_dh_builddeb:
./install/linux/vendor-pymupdf.py --dest debian/dangerzone/usr/lib/python3/dist-packages/dangerzone/vendor/
./install/linux/debian-vendor-pymupdf.py --dest debian/dangerzone/usr/lib/python3/dist-packages/dangerzone/vendor/
dh_builddeb $@