File: changelog

package info (click to toggle)
avarice 2.14%2Bsvn427-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,376 kB
  • sloc: cpp: 23,577; ansic: 1,135; makefile: 99; sh: 48; xml: 30; python: 26
file content (300 lines) | stat: -rw-r--r-- 9,940 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
avarice (2.14+svn427-2) unstable; urgency=medium

  * Team upload.

  [ Samuel Thibault ]
  * d/control: Generalize hurd-i386 into hurd-any.

  [ Petter Reinholdtsen ]
  * Added Appstream metainfo announcing HW support (Closes: #1076338).
  * Update standards version to 4.6.2, no changes needed.

 -- Petter Reinholdtsen <pere@debian.org>  Sat, 18 Jan 2025 07:08:02 +0100

avarice (2.14+svn427-1) unstable; urgency=medium

  * New upstream SVN snapshot.
  * Update d/copyright years.
  * Update lintian-overrides

 -- Tobias Frost <tobi@debian.org>  Mon, 28 Mar 2022 14:30:47 +0200

avarice (2.14+svn392-1) unstable; urgency=medium

  * New upstream SVN snapshot.
    - It should compile with gcc-11 (Closes: #983977)
  * Update d/watch to follow the SVN; add mangling script to remove extra
    arvarice directory in tarball.
  * Override repackaged-source-not-advertised.
  * Christian Kastner wants to step down as Maintainer, so adding myself as
    Maintainer. A big Thank You for all your contributions!
  * Remove debian/patches/ftbfs-__unused.patch as have been applied upstream.
  * Update SV to 4.6.0 -- no changes required.
  * Add d/upstream/metadata.

 -- Tobias Frost <tobi@debian.org>  Sat, 16 Oct 2021 12:40:06 +0200

avarice (2.14-1) unstable; urgency=medium

  * New upstream release.

  [ Christian Kastner ]
  * Update d/watch to format version 4
  * gbp.conf: Set patch-numbers = False
  * Switch Build-Depends from debhelper to debhelper-compat and remove now
    obsolete d/compat.

  [ Tobias Frost ]
  * Changes due to the new upstream release:
    - manpages included upstream, drop our copies.
    - Drop patches, applied upstream:
      Man-page-fixes.patch, Spelling-fixes.patch, do-not-overwrite-vars.patch
    - New patch ftbfs-__unused.patch to fix a FTBFS.
      The patch needs an additional B-D on autoconf-archive and a autogenerated
      file to be cleaned in d/clean.
  * Enable Salsa CI.
  * lintian-fix: debian-rules-uses-as-needed-linker-flag, retire the
    "as-needed" linker flags; it's now the default.
  * Bump SV to 4.5.0: no changes required.
  * Use compat level 13; no changes required.
  * Document reason why we are keeping the get-orig-source rule.

 -- Tobias Frost <tobi@debian.org>  Thu, 17 Sep 2020 18:15:33 +0200

avarice (2.13+svn375-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/control: Set Vcs-* to salsa.debian.org
  * d/watch: Use https protocol

  [ Tobias Frost ]
  * New upstream SVN snapshot.
    - Refresh manpage patches.
  * Update d/copyright.
  * Bump compat level to 11.
  * Bump S-V to 4.2.1 -- add Rules-Requires-Root to d/control.

 -- Tobias Frost <tobi@debian.org>  Sun, 21 Oct 2018 09:40:28 +0200

avarice (2.13+svn372-2) unstable; urgency=medium

  * libhidapi-dev is not available on hurd. As this is a optional
    dependency, do not use it there.

 -- Tobias Frost <tobi@debian.org>  Sun, 26 Nov 2017 21:43:27 +0100

avarice (2.13+svn372-1) unstable; urgency=medium

  * New upstream SVN snapshot. (Closes: #880580)
    - Add B-D on libhidapi-dev to support EDBG based devices.
    - remove patch bug-777789-gcc-5.patch, applied upstream.
    - Refresh patches Man-page-fixes.patch, Patch Spelling-fixes.patch,
      do-not-overwrite-vars.patch, reproducible-build.patch
  * Bump d/compat to level 10
    - Drop B-D on dh-autoreconf, no longer needed.
    - Drop --parallel and --with-autoreconf from d/rules as those are
      default now.
    - Drop reproducible-build.patch, as newer debhelper and gcc honor
      SOURCE_DATE_EPOCH.
  * Update S-V to 4.1.1 -- no changes needed.
  * Update years in d/copyright.
  * Spelling-fixes.patch updated: new fixes in the manpage and binary.
  * d/rules: get-orig-source print version info only if invoked.

 -- Tobias Frost <tobi@debian.org>  Sun, 26 Nov 2017 20:01:40 +0100

avarice (2.13+svn347-4) unstable; urgency=medium

  [ Tobias Frost ]
  * debian/patches/do-not-overwrite-vars.patch forwarded

  [ Christian Kastner ]
  * Replace my email with my @debian.org address
  * Fix spelling error in previous changelog entry
  * d/control:
    - Bump Standards-Version to 3.9.8 (no changes needed)
    - Switch Vcs-Browser from gitweb to cgit
    - Switch to secure URIs in Vcs-* fields
  * d/copyright:
    - Bump copyright years
  * d/rules:
    - Add hardening=+all to DEB_BUILD_MAINT_OPTIONS

 -- Christian Kastner <ckk@debian.org>  Sun, 01 May 2016 14:37:01 +0200

avarice (2.13+svn347-3) unstable; urgency=medium

  * Fix FTBFS for GCC 5 (Closes: #777789)
  * Enable warnings to help getting reproducible builds: d/rules set
    maintainer option and B-D on new enough dpkg
  * New patch for reproducible builds
  * New patch to avoid the the configure script overwrites its own vars
  * Use --as-needed linking flags to avoid unneeded dependencies

 -- Tobias Frost <tobi@debian.org>  Tue, 16 Jun 2015 15:53:23 +0200

avarice (2.13+svn347-2) unstable; urgency=medium

  [ Tobias Frost ]
  * upload to unstable
  * Add the JTAGICE3 to the udev rules

  [ Christian Kastner ]
  * Add manpage for start-avarice(1)
  * Add manpage for kill-avarice(1)
  * d/manpages: install manpages created by Debian
  * d/patches: Add Bug headers for patches submitted upstream

 -- Tobias Frost <tobi@debian.org>  Mon, 18 May 2015 18:34:22 +0200

avarice (2.13+svn347-1) experimental; urgency=medium

  [ Christian Kastner ]
  * Acknowledge NMU. Thanks, David Prévot.
  * Convert to source format 3.0 (quilt)
  * Use dh_installudev to install rules.
  * debian/control:
    - Set maintainer to myself. Closes: #732433
    - Bump Standards-Version to 3.9.6 (no changes needed)
    - Bump debhelper Build-Depends to (>= 9)
    - Update package description and synopsis
    - Drop redundant section from binary package
    - Add homepage field
    - Add Vcs-* fields
  * debian/compat:
    - Set compatibility level to 9
  * debian/copyright:
    - Convert to MRCF-1.0
  * debian/patches (converted from source format 1.0):
    - avarice-must-not-link-with-the-shared-version-of-libbfd
    - Man-page-fixes (also updated)
  * debian/patches (added):
    - Spelling-fixes

  [ Tobias Frost ]
  * New upstream SVN snapshot. Closes: #760708
  * debian/control: Add myself to uploaders and d/copyright
  * d/rules: Add get-orig-source to retrieve SVN snapshot
  * d/watch: Add dversionmangle to d/watch to mangle svn version
  * Build using dh-autoreconf
  * applying wrap-and-sort
  * Update Man-page-fixes: Add fix for ice-gdb.1
  * Enable parallel build
  * Do not create links for udev rules. Closes: #704560

 -- Tobias Frost <tobi@debian.org>  Mon, 30 Mar 2015 22:26:41 +0200

avarice (2.11-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Build-depend on libiberty-dev. Closes: #730902.

 -- David Prévot <taffit@debian.org>  Sun, 22 Dec 2013 14:17:46 -0400

avarice (2.11-1) unstable; urgency=low

  * New upstream release.
  * Replace SYSFS with ATTRS in avarice.rules. Closes: #603630.
    Thanks to Gonzalo Pérez de Olaguer Córdoba.
  * Update the Debian policy to version 3.9.2.
  * Bump debhelper to version 8.

 -- Shaun Jackman <sjackman@debian.org>  Sat, 03 Dec 2011 12:23:50 -0800

avarice (2.10-3) unstable; urgency=medium

  * Patch usb_dev_handle to fix a FTBFS. Closes: #565280.
    Thanks to Nobuhiro Iwamatsu.

 -- Shaun Jackman <sjackman@debian.org>  Sun, 24 Jan 2010 11:21:12 -0800

avarice (2.10-2) unstable; urgency=medium

  * libbfd requires libz and libdl. Closes: #552977.

 -- Shaun Jackman <sjackman@debian.org>  Wed, 13 Jan 2010 23:05:38 -0800

avarice (2.10-1) unstable; urgency=low

  * New upstream release.
  * Update the Debian policy to version 3.8.3.
  * Bump debhelper to version 7.
  * Use dh_prep rather than dh_clean -k.
  * Acknowledge NMU. Closes: #521901.

 -- Shaun Jackman <sjackman@debian.org>  Sun, 16 Aug 2009 11:17:09 -0700

avarice (2.9-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS because of missing zlib import.  Add zlib1g-dev as a
    Build-Depency.  (Closes: #521901)
  * Added a Build-Conflicts on binutils-multiarch as that diverts
    the static archive of libbfd away.

 -- Philipp Kern <pkern@debian.org>  Wed, 06 May 2009 23:57:50 +0200

avarice (2.9-1) unstable; urgency=low

  * New upstream release.

 -- Shaun Jackman <sjackman@debian.org>  Mon, 30 Mar 2009 19:09:40 -0700

avarice (2.8-1) unstable; urgency=low

  * New upstream release.
  * Update the Debian policy to version 3.8.0.1.

 -- Shaun Jackman <sjackman@debian.org>  Fri, 21 Nov 2008 22:00:12 -0800

avarice (2.7-2) unstable; urgency=low

  * Add the AVR Dragon to the udev rules. Closes: #461986.
  * Update the Debian policy to version 3.7.3.

 -- Shaun Jackman <sjackman@debian.org>  Mon, 21 Jan 2008 12:42:25 -0800

avarice (2.7-1) unstable; urgency=low

  * New upstream release.
  * Fix lintian warning: debian-rules-ignores-make-clean-error.

 -- Shaun Jackman <sjackman@debian.org>  Sat, 17 Nov 2007 21:34:22 -0700

avarice (2.6-2) unstable; urgency=low

  * Upload to unstable.

 -- Shaun Jackman <sjackman@debian.org>  Thu,  5 Jul 2007 10:25:08 -0600

avarice (2.6-1) experimental; urgency=low

  * New upstream release.

 -- Shaun Jackman <sjackman@debian.org>  Fri, 23 Feb 2007 09:57:06 -0700

avarice (2.5-1) unstable; urgency=low

  * New upstream release.
  * Update the Debian policy to version 3.7.2.2.

 -- Shaun Jackman <sjackman@debian.org>  Thu, 30 Nov 2006 09:42:26 -0700

avarice (2.4-3) unstable; urgency=medium

  * Link statically against libbfd. Closes: #381505.

 -- Shaun Jackman <sjackman@debian.org>  Tue,  8 Aug 2006 14:11:45 -0600

avarice (2.4-2) unstable; urgency=medium

  * Add binutils-dev to Build-Depends. Closes: #381136.

 -- Shaun Jackman <sjackman@debian.org>  Wed,  2 Aug 2006 17:35:41 -0600

avarice (2.4-1) unstable; urgency=low

  * Initial release. Closes: #380695.

 -- Shaun Jackman <sjackman@debian.org>  Tue,  1 Aug 2006 09:33:10 -0600