Compare commits

...

1 Commits

Author SHA1 Message Date
Andrew Andrianov
1a5cf18590 debian: Update Build-Depends and Depends
This closes #32

Signed-off-by: Andrew Andrianov <andrew@ncrmnt.org>
2017-10-25 21:31:14 +03:00

4
debian/control vendored
View File

@ -2,14 +2,14 @@ Source: stcgal
Section: electronics Section: electronics
Priority: optional Priority: optional
Maintainer: Andrew Andrianov <andrew@ncrmnt.org> Maintainer: Andrew Andrianov <andrew@ncrmnt.org>
Build-Depends: debhelper (>= 9), python3, python3-setuptools, dh-python Build-Depends: debhelper (>= 9), python3, python3-setuptools, dh-python, python3-serial, python3-tqdm, python3-yaml
Standards-Version: 3.9.5 Standards-Version: 3.9.5
Homepage: https://github.com/grigorig/stcgal Homepage: https://github.com/grigorig/stcgal
X-Python3-Version: >= 3.2 X-Python3-Version: >= 3.2
Package: stcgal Package: stcgal
Architecture: all Architecture: all
Depends: ${misc:Depends}, python3, python3-serial Depends: ${misc:Depends}, python3, python3-serial, python3-tqdm
Recommends: python3-usb (>= 1.0.0~b2) Recommends: python3-usb (>= 1.0.0~b2)
Description: STC MCU ISP flash tool Description: STC MCU ISP flash tool
stcgal is a command line flash programming tool for STC MCU Ltd. stcgal is a command line flash programming tool for STC MCU Ltd.