Files
pydepp/debian/rules
Max P. daccc5e4f9 Add Debian packaging files for pydepp
Includes changelog, control, copyright, and rules files to package pydepp for Debian. Enables building and distribution of the library with Python-specific dependencies and metadata.

Relates to initial Debian packaging setup.
2025-04-23 17:24:43 +02:00

8 lines
127 B
Makefile
Executable File

#!/usr/bin/make -f
export PYBUILD_SYSTEM=pyproject
export PYBUILD_NAME=pydepp
%:
dh $@ --with python3 --buildsystem=pybuild