diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 87cbe87..0000000 --- a/debian/changelog +++ /dev/null @@ -1,30 +0,0 @@ -stcgal (1.6) unstable; urgency=low - - * Update to 1.6 - - -- Grigori Goronzy Mon, 24 Sep 2018 22:56:31 +0200 - -stcgal (1.4) unstable; urgency=low - - * Update to 1.4 - - -- Grigori Tue, 19 Sep 2017 17:57:11 +0200 - -stcgal (1.3) unstable; urgency=low - - * Update to 1.3 - - -- Grigori Goronzy 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 Fri, 20 May 2016 03:21:25 +0200 - -stcgal (1.0git) unstable; urgency=low - - * Initial Debianized Release - - -- Andrew 'Necromant' Andrianov Wed, 25 Nov 2015 13:07:03 +0300 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index 77db9c6..0000000 --- a/debian/control +++ /dev/null @@ -1,27 +0,0 @@ -Source: stcgal -Section: electronics -Priority: optional -Maintainer: Andrew Andrianov -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. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 4b94a62..0000000 --- a/debian/copyright +++ /dev/null @@ -1,32 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: stcgal -Upstream-Contact: Grigori Goronzy -Source: https://github.com/grigorig/stcgal - -Files: * -Copyright: 2013-2015 Grigori Goronzy -License: MIT - -Files: debian/* -Copyright: 2015 Andrew 'Necromant' Andrianov - 2015 Grigori Goronzy -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. diff --git a/debian/docs b/debian/docs deleted file mode 100644 index 319d118..0000000 --- a/debian/docs +++ /dev/null @@ -1,4 +0,0 @@ -README.md -doc/USAGE.md -doc/MODELS.md -doc/FAQ.md diff --git a/debian/rules b/debian/rules deleted file mode 100755 index d423713..0000000 --- a/debian/rules +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/make -f - -export PYBUILD_NAME=stcgal - -%: - dh $@ --with python3 --buildsystem=pybuild - diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native)