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.
This commit is contained in:
2025-04-23 17:24:43 +02:00
parent 137a44d0fe
commit daccc5e4f9
4 changed files with 59 additions and 0 deletions

7
debian/rules vendored Executable file
View File

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