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:
13
debian/control
vendored
Normal file
13
debian/control
vendored
Normal 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.
|
Reference in New Issue
Block a user