mirror of
https://github.com/0xMax42/pydepp.git
synced 2025-08-07 19:10:20 +02:00
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:
7
debian/rules
vendored
Executable file
7
debian/rules
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
export PYBUILD_SYSTEM=pyproject
|
||||
export PYBUILD_NAME=pydepp
|
||||
|
||||
%:
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
Reference in New Issue
Block a user