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

13
debian/control vendored Normal file
View File

@@ -0,0 +1,13 @@
Source: pydepp
Section: python
Priority: optional
Maintainer: Dein Name <you@example.com>
Build-Depends: debhelper-compat (= 13), dh-python, python3-all, pybuild-plugin-pyproject
Standards-Version: 4.6.2
Rules-Requires-Root: no
Package: pydepp
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python interface for the Digilent DEPP protocol
Provides a Pythonic interface to access Digilent FPGA boards over the DEPP bus using the Adept SDK.