File: changelog

package info (click to toggle)
libsigrokdecode 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,368 kB
  • sloc: python: 26,449; sh: 4,451; ansic: 4,213; makefile: 66
file content (128 lines) | stat: -rw-r--r-- 4,880 bytes parent folder | download
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
116
117
118
119
120
121
122
123
124
125
126
127
128
libsigrokdecode (0.5.3-2) unstable; urgency=medium

  * Add support for Python 3.9 (Closes: #972769)

 -- Jonathan McDowell <noodles@earth.li>  Thu, 19 Nov 2020 08:23:25 +0000

libsigrokdecode (0.5.3-1) unstable; urgency=medium

  * New upstream release.
    + Update copyright.
  * Add build-dep on dh-python
  * Remove unnecessary --parallel from dh invocation
  * Remove silent flag from libtool to avoid hiding compiler flags

 -- Jonathan McDowell <noodles@earth.li>  Fri, 27 Dec 2019 15:15:13 +0000

libsigrokdecode (0.5.2-1) unstable; urgency=medium

  * New upstream release.
    + Update copyright.
  * Update appropriate bits to point at Salsa instead of Alioth
  * Update Standards-Version to 4.2.1
    + Set Rules-Requires-Root to no
  * Bump debhelper compat level to 10.

 -- Jonathan McDowell <noodles@earth.li>  Thu, 13 Sep 2018 20:45:42 +0100

libsigrokdecode (0.5.1-1) unstable; urgency=medium

  * New upstream release.
    + Update copyright.
  * Remove ancient Python3-Version field from debian/control

 -- Jonathan McDowell <noodles@earth.li>  Sat, 16 Jun 2018 14:23:07 +0100

libsigrokdecode (0.5.0-4) unstable; urgency=medium

  * Rebuild with clean orig.tar.gz

 -- Jonathan McDowell <noodles@earth.li>  Mon, 18 Sep 2017 20:29:08 +0100

libsigrokdecode (0.5.0-3) unstable; urgency=medium

  * Upload to unstable.

 -- Jonathan McDowell <noodles@earth.li>  Mon, 18 Sep 2017 20:09:51 +0100

libsigrokdecode (0.5.0-2) experimental; urgency=medium

  * Really upload to experimental.

 -- Jonathan McDowell <noodles@earth.li>  Tue, 15 Aug 2017 18:19:44 +0100

libsigrokdecode (0.5.0-1) experimental; urgency=medium

  * New upstream release.
    + Remove patches: 10_decodersdir.patch, 20_no_pdtests.patch.
    + Change the package name from libsigrokdecode2 to libsigrokdecode4
      due to an upstream SO name change.
  * Move maintenance to Debian Electronics Packaging Team (Closes: #852831).
  * Standards-Version: 4.0.1 (change priority to optional).
  * Remove old transitional libsigrokdecode0-dev package.
  * Add build-dep on check to enable unit tests

 -- Jonathan McDowell <noodles@earth.li>  Mon, 14 Aug 2017 19:43:32 +0100

libsigrokdecode (0.3.0-1) unstable; urgency=medium

  * New upstream release.
    + The Python dependency is now on >= 3.2.
    + Change the package name from libsigrokdecode1 to libsigrokdecode2
      due to an upstream SO name change.
  * Switch from cdbs to debhelper.
  * Add multiarch support:
    + Bump build-depend on debhelper (>= 9). 
    + Add "Pre-Depends: ${misc:Pre-Depends}" to the lib package.
    + debian/compat: Bump version to 9.
    + Adapt the paths in *.install files.
    + Add "Multi-Arch: same" to the lib and -dev package.
    + This should also fix issues on e.g. MIPS systems (Closes: #723452).
      Thanks YunQiang Su <wzssyqa@gmail.com> for the report!
  * Standards-Version: 3.9.5 (no changes required).
  * debian/control: Update to 'X-Python3-Version: >= 3.2'.
  * Use dh-autoreconf instead of autotools-dev in order to fix FTBFS on
    (e.g.) ppc64el (Closes: #744062). Thanks Logan Rosen <logan@ubuntu.com>!
  * Add/update patches: 10_decodersdir.patch, 20_no_pdtests.patch.

 -- Uwe Hermann <uwe@debian.org>  Sat, 24 May 2014 16:41:10 +0200

libsigrokdecode (0.2.0-2) unstable; urgency=low

  * Fixed upload for 0.2.0-1 (which never left the NEW queue).
  * The upstream SONAME bumped to 1, so change the lib package name to
    libsigrokdecode1. However, only use one libsigrokdecode-dev always, i.e.
    don't encode the SONAME in the -dev package name (as per FTP Master
    recommendation). Since the old name was libsigrokdecode0-dev, add a
    transitional package to nicely handle the transition.

 -- Uwe Hermann <uwe@debian.org>  Mon, 26 Aug 2013 08:51:54 +0200

libsigrokdecode (0.2.0-1) unstable; urgency=low

  * New upstream release.
    + Bump version of libglib2.0-dev build-dep to >= 2.24.0.
    + API and ABI changed, so change package name to libsigrokdecode1*.
    + Decoders are installed to /usr/share/libsigrokdecode1 (dirname
      includes SONAME) to avoid "identical file in multiple packages"
      issues when upgrading.
  * Standards-Version: 3.9.4 (no changes required).
  * Add missing dependency on Python 3 (Closes: #709406).
    - Use ${python3:Depends} as dependency of libsigrokdecode1.
    - Add X-Python-Version: >= 3.0.
    - Versioned build-dep on cdbs (>= 0.4.90~) for dh_python2 support.
  * debian/watch: Update to new download URLs.

 -- Uwe Hermann <uwe@debian.org>  Tue, 28 May 2013 17:51:55 +0200

libsigrokdecode (0.1.0-2) unstable; urgency=low

  * libsigrokdecode0-dev: Add missing dependencies on -dev libs.

 -- Uwe Hermann <uwe@debian.org>  Wed, 23 May 2012 13:47:21 +0200

libsigrokdecode (0.1.0-1) unstable; urgency=low

  * Initial release (Closes: #669071).

 -- Uwe Hermann <uwe@debian.org>  Sun, 13 May 2012 14:47:05 +0200