mirror of
git://soft.sys114.com/klipper
synced 2026-02-10 18:38:07 +09:00
ODROID-C5: debian: Add Debian package scripts
- Update klipper to v0.13.0 - Use Python virtual environment Signed-off-by: YoungSoo Shin <shinys000114@gmail.com> Change-Id: I8847a248fb622a8944e07a1fd858949b93629b86
This commit is contained in:
35
debian/control
vendored
35
debian/control
vendored
@@ -4,31 +4,26 @@ Uploaders: Dongjin Kim <tobetter@gmail.com>
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>=9),
|
||||
python2,
|
||||
python-setuptools,
|
||||
pypy,
|
||||
pypy-setuptools,
|
||||
dh-python,
|
||||
dh-systemd,
|
||||
gcc-arm-none-eabi,
|
||||
libnewlib-arm-none-eabi,
|
||||
libnewlib-dev,
|
||||
build-essential,
|
||||
libc6-dev,
|
||||
gcc-avr,
|
||||
avr-libc
|
||||
Standards-Version: 3.9.5
|
||||
X-Python-Version: >= 2.7
|
||||
Vcs-Browser: https://github.com/tobetter/klipper.git
|
||||
Vcs-Git: https://github.com/tobetter/klipper.git
|
||||
dh-virtualenv (>= 1.0),
|
||||
python3,
|
||||
python3-dev,
|
||||
python3-pip,
|
||||
libffi-dev,
|
||||
|
||||
Standards-Version: 3.9.5
|
||||
Package: klipper
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${python:Depends},
|
||||
curl,
|
||||
gcc-aarch64-linux-gnu,
|
||||
python2-dev,
|
||||
libffi-dev
|
||||
Depends: ${misc:Depends},
|
||||
python3,
|
||||
python3-dev,
|
||||
virtualenv,
|
||||
libffi-dev,
|
||||
build-essential,
|
||||
libusb-dev,
|
||||
libusb-1.0-0,
|
||||
usbutils,
|
||||
Description: Klipper Host software
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user