mirror of
https://github.com/xtacocorex/CHIP_IO
synced 2025-07-20 12:53:22 +00:00
First stab as getting a capability to dump out .deb files for both Python2 and Python3.
This commit is contained in:
23
debian/control
vendored
Normal file
23
debian/control
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
Source: chip-io
|
||||
Maintainer: Robert Wolterman <robert.wolterman@gmail.com>
|
||||
Section: python
|
||||
Priority: optional
|
||||
Build-Depends: python-setuptools (>= 0.6b3), python-all-dev (>= 2.6.6-3), debhelper (>= 9), dh-python,
|
||||
python3-all (>=3.2), python3-setuptools
|
||||
Standards-Version: 3.9.1
|
||||
|
||||
Package: python-chip-io
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
|
||||
Description: A module to control CHIP IO channels
|
||||
CHIP_IO
|
||||
============================
|
||||
A CHIP GPIO library
|
||||
|
||||
Package: python3-chip-io
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
|
||||
Description: A module to control CHIP IO channels
|
||||
CHIP_IO
|
||||
============================
|
||||
A CHIP GPIO library
|
Reference in New Issue
Block a user