1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
scantool (2.1-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Add patch from Logan Rosen to fix FTBFS with gcc 10.
(Closes: #957781)
-- Adrian Bunk <bunk@debian.org> Sun, 07 Feb 2021 14:09:54 +0200
scantool (2.1-2) unstable; urgency=medium
* debian/watch: Actually fix URL this time.
-- Kees Cook <kees@debian.org> Sun, 15 Mar 2020 20:22:26 -0700
scantool (2.1-1) unstable; urgency=medium
* New upstream version:
- debian/patches/libm-link.patch: incorporated upstream
* debian/watch: Fix missing URL elements.
-- Kees Cook <kees@debian.org> Sat, 14 Mar 2020 09:16:30 -0700
scantool (2.0-2) unstable; urgency=medium
* debian/patches/libm-link.patch:
- add missing linkage against libm (Closes: #935527), thanks to
Andreas Ronnquist <gusnan@debian.org>, and Steve Langasek
<steve.langasek@ubuntu.com>.
* debian/control:
- bumps standards version to 4.5.0: no changes
-- Kees Cook <kees@debian.org> Fri, 06 Mar 2020 19:41:27 -0800
scantool (2.0-1) unstable; urgency=medium
* Update to latest "upstream" release, which incorporates all
debian patches. Most notable change is the new serial port
code (Closes: #919201), and improved trouble code text.
* debian/control:
- bump standards version: compat to 12.
- update homepage
* debian/rules:
- clean up redundant comments
- remove dzcomm entirely (Closes: 920787)
* debian/watch: aim at github
-- Kees Cook <kees@debian.org> Sun, 10 Mar 2019 15:31:25 -0700
scantool (1.21+dfsg-7) unstable; urgency=low
* Fix FTCBFS: Let dh_auto_configure pass --host to ./configure,
thanks to Helmut Grohne. (Closes: #915275)
-- Kees Cook <kees@debian.org> Sun, 13 Jan 2019 09:30:59 -0800
scantool (1.21+dfsg-6) unstable; urgency=medium
* debian/control: Build-depend on liballegro4-dev, thanks to Adam Conrad.
* debian/rules: handle already-cleaned tree more gracefully.
-- Kees Cook <kees@debian.org> Mon, 24 Aug 2015 16:29:13 -0700
scantool (1.21+dfsg-5) unstable; urgency=low
* Solved FTBFS with gcc-5 (Closes: 778110):
- explicitly use static inlines:
- debian/patches/dzcomm-usb-serial.patch
- fix asprintf declaration and usage:
- debian/patches/multi-code.patch
- debian/patches/scantool-linux-build.patch
* Fixed lintian issues:
- debian/copyright: add missing license short name.
- debian/control: bump standards version, no changes needed.
-- Kees Cook <kees@debian.org> Sat, 14 Mar 2015 10:53:58 -0700
scantool (1.21+dfsg-4) unstable; urgency=low
* debian/patches/scantool-linux-build.patch: update to include path to
codes file, which should not be static.
* debian/codes: add vendor-specific DTC code lists to available codes.
* debian/patches/multi-code.patch: handle duplicate codes and report
code origin as a prefix.
-- Kees Cook <kees@debian.org> Sun, 23 Dec 2012 10:15:51 -0800
scantool (1.21+dfsg-3) unstable; urgency=low
* Add debian/patches/kfreebsd-build-fixes.patch: fix up source for
kfreebsd builds.
* debian/rules, debian/patches/build-flags.patch: pass compiler flags to
build correctly.
* debian/control, debian/compat: bump compat level to 9.
* debian/control: bump standards version; no changes needed.
* debian/patches/drop-report-request.patch: do not report to scantool.net
since they don't want reports on this ancient software any more. :)
* debian/patches/allow-elm327-clones.patch: fix clones harder
(Closes: 674179).
-- Kees Cook <kees@debian.org> Fri, 01 Jun 2012 11:07:05 -0700
scantool (1.21+dfsg-2) unstable; urgency=low
* Add debian/patches/allow-elm327-clones.patch: do not abort when faced
with an ELM327 device that wasn't manufactured by ScanTool.Net
(Closes: 630603).
-- Kees Cook <kees@debian.org> Wed, 22 Jun 2011 22:27:26 -0700
scantool (1.21+dfsg-1) unstable; urgency=low
* Initial release (Closes: 627635).
- dropped unused non-free "listports.{c,h}" from orig tarball.
-- Kees Cook <kees@debian.org> Sat, 28 May 2011 06:57:37 -0700
|