Drop Debian packaging scripts
They haven't been used for quite some time. pip/PyPI should be used instead, at least as far as what we officially support here.
This commit is contained in:
parent
ef06e311fc
commit
f881eccaff
30
debian/changelog
vendored
30
debian/changelog
vendored
@ -1,30 +0,0 @@
|
|||||||
stcgal (1.6) unstable; urgency=low
|
|
||||||
|
|
||||||
* Update to 1.6
|
|
||||||
|
|
||||||
-- Grigori Goronzy <greg@chown.ath.cx> Mon, 24 Sep 2018 22:56:31 +0200
|
|
||||||
|
|
||||||
stcgal (1.4) unstable; urgency=low
|
|
||||||
|
|
||||||
* Update to 1.4
|
|
||||||
|
|
||||||
-- Grigori <greg@chown.ath.cx> Tue, 19 Sep 2017 17:57:11 +0200
|
|
||||||
|
|
||||||
stcgal (1.3) unstable; urgency=low
|
|
||||||
|
|
||||||
* Update to 1.3
|
|
||||||
|
|
||||||
-- Grigori Goronzy <greg@chown.ath.cx> Sat, 10 Jun 2017 10:01:07 +0200
|
|
||||||
|
|
||||||
stcgal (1.2) unstable; urgency=low
|
|
||||||
|
|
||||||
* Update to 1.2
|
|
||||||
* Add optional python3-usb dependency
|
|
||||||
|
|
||||||
-- Grigori Goronzy <greg@chown.ath.cx> Fri, 20 May 2016 03:21:25 +0200
|
|
||||||
|
|
||||||
stcgal (1.0git) unstable; urgency=low
|
|
||||||
|
|
||||||
* Initial Debianized Release
|
|
||||||
|
|
||||||
-- Andrew 'Necromant' Andrianov <andrew@ncrmnt.org> Wed, 25 Nov 2015 13:07:03 +0300
|
|
1
debian/compat
vendored
1
debian/compat
vendored
@ -1 +0,0 @@
|
|||||||
9
|
|
27
debian/control
vendored
27
debian/control
vendored
@ -1,27 +0,0 @@
|
|||||||
Source: stcgal
|
|
||||||
Section: electronics
|
|
||||||
Priority: optional
|
|
||||||
Maintainer: Andrew Andrianov <andrew@ncrmnt.org>
|
|
||||||
Build-Depends: debhelper (>= 9), python3, python3-setuptools, dh-python, python3-serial, python3-tqdm, python3-yaml
|
|
||||||
Standards-Version: 3.9.5
|
|
||||||
Homepage: https://github.com/grigorig/stcgal
|
|
||||||
X-Python3-Version: >= 3.2
|
|
||||||
|
|
||||||
Package: stcgal
|
|
||||||
Architecture: all
|
|
||||||
Depends: ${misc:Depends}, python3, python3-serial, python3-tqdm
|
|
||||||
Recommends: python3-usb (>= 1.0.0~b2)
|
|
||||||
Description: STC MCU ISP flash tool
|
|
||||||
stcgal is a command line flash programming tool for STC MCU Ltd.
|
|
||||||
8051 compatible microcontrollers. The name was inspired by avrdude.
|
|
||||||
.
|
|
||||||
STC microcontrollers have an UART/USB based boot strap loader (BSL). It
|
|
||||||
utilizes a packet-based protocol to flash the code memory and IAP
|
|
||||||
memory over a serial link. This is referred to as in-system programming
|
|
||||||
(ISP). The BSL is also used to configure various (fuse-like) device
|
|
||||||
options. Unfortunately, this protocol is not publicly documented and
|
|
||||||
STC only provide a (crude) Windows GUI application for programming.
|
|
||||||
.
|
|
||||||
stcgal is a full-featured Open Source replacement for STC's Windows
|
|
||||||
software; it supports a wide range of MCUs, it is very portable and
|
|
||||||
suitable for automation.
|
|
32
debian/copyright
vendored
32
debian/copyright
vendored
@ -1,32 +0,0 @@
|
|||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
||||||
Upstream-Name: stcgal
|
|
||||||
Upstream-Contact: Grigori Goronzy <greg@kinoho.net>
|
|
||||||
Source: https://github.com/grigorig/stcgal
|
|
||||||
|
|
||||||
Files: *
|
|
||||||
Copyright: 2013-2015 Grigori Goronzy <greg@kinoho.net>
|
|
||||||
License: MIT
|
|
||||||
|
|
||||||
Files: debian/*
|
|
||||||
Copyright: 2015 Andrew 'Necromant' Andrianov <andrew@ncrmnt.org>
|
|
||||||
2015 Grigori Goronzy <greg@kinoho.net>
|
|
||||||
License: MIT
|
|
||||||
|
|
||||||
License: MIT
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
.
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
.
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
4
debian/docs
vendored
4
debian/docs
vendored
@ -1,4 +0,0 @@
|
|||||||
README.md
|
|
||||||
doc/USAGE.md
|
|
||||||
doc/MODELS.md
|
|
||||||
doc/FAQ.md
|
|
7
debian/rules
vendored
7
debian/rules
vendored
@ -1,7 +0,0 @@
|
|||||||
#!/usr/bin/make -f
|
|
||||||
|
|
||||||
export PYBUILD_NAME=stcgal
|
|
||||||
|
|
||||||
%:
|
|
||||||
dh $@ --with python3 --buildsystem=pybuild
|
|
||||||
|
|
1
debian/source/format
vendored
1
debian/source/format
vendored
@ -1 +0,0 @@
|
|||||||
3.0 (native)
|
|
Loading…
Reference in New Issue
Block a user