Files
pydepp/debian/control
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

14 lines
471 B
Plaintext

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.