File: changelog

package info (click to toggle)
pudb 2024.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 780 kB
  • sloc: python: 5,805; makefile: 15; sh: 7
file content (315 lines) | stat: -rw-r--r-- 9,855 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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
pudb (2024.1.3-1) unstable; urgency=medium

  * New upstream version. (Closes: #1077848)
  * 00-disable-bad-encoding-tests.patch: Change test path.
  * debian/control: Add new build dependencies:
    - python3-hatchling
    - pybuild-plugin-pyproject
  * debian/control: Remove build depend and depend:
    - python3-setuptools
    - python3-zombie-telnetlib
  * debian/control:
    - Bump standards version to 4.7.0.
    - Add new uploader.
  * debian/copyright: Add new uploader.
  * debian/lintian-overrides: Create a lintian override to false positive.
  * Generate links to pudb3 manpage in /usr/share/man/man1/

 -- Thais Reboucas de Araujo <thaysreb@gmail.com>  Wed, 05 Mar 2025 14:19:22 -0300

pudb (2022.1.3-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Remove runtime dependency on on python3-pkg-resources (Closes: #1083563)
  * Add runtime dependency on python3-zombie-telnetlib
    until v2024.1.2 or later is packaged.

 -- Alexandre Detiste <tchet@debian.org>  Sun, 09 Feb 2025 11:45:33 +0100

pudb (2022.1.3-1) unstable; urgency=medium

  * New upstream release (2022.1.3)
  * Fix FTBFS: Add 00-disable-bad-encoding-tests.patch to diisable flaky
    encoding tests.
  * Change executable name from pudb3 to pudb.
  * debian/pudb.1: Update options list.

 -- Josue Ortega <josue@debian.org>  Thu, 17 Nov 2022 12:22:39 -0600

pudb (2022.1.2-2) unstable; urgency=medium

  * debian/control: Add python3-urwid-readline as build dependency
    (Closes: #1016099)

 -- Josue Ortega <josue@debian.org>  Sat, 06 Aug 2022 06:35:53 -0600

pudb (2022.1.2-1) unstable; urgency=medium

  * New upstream release (2022.1.2) (Closes: #1005854)
  * debian/control: Add Raúl Benencia to Uploaders
  * debian/control: Wrap and sort
  * debian/control: Add new build dependencies:
    - python3-pytest
    - python3-pytest-mock
    - python3-urwid
  * debian/control: Bump standards version to 4.6.1. No changes required
  * debian/copyright: Update years and individuals

 -- Raúl Benencia <rul@kalgan.cc>  Thu, 21 Jul 2022 23:47:36 +0200

pudb (2020.1-1) unstable; urgency=medium

  * New upstream release (2020.1)
  * Bump debhelper-compat to (= 13)
  * debian/tests/control: Mark test as superficial (Closes: #969853)
  * debian/watch: Bump file standard version to 4
  * Bump package Standards Version to 4.5.1. No changes required

 -- Josue Ortega <josue@debian.org>  Wed, 06 Jan 2021 07:36:00 -0600

pudb (2019.2-1) unstable; urgency=medium

  * New upstream release (2019.2)
  * Bump Standards-Version to 4.4.1. No changes required
  * debian/control: Add Rules-Requires-Root field

 -- Josue Ortega <josue@debian.org>  Thu, 09 Jan 2020 07:47:47 -0600

pudb (2019.1-3) unstable; urgency=medium

  * Add salsa-ci configuration file
  * Remove python2 package
  * debian/control: Add python3-pkg-resources as package dependency

 -- Josue Ortega <josue@debian.org>  Mon, 12 Aug 2019 11:17:02 -0600

pudb (2019.1-2) unstable; urgency=medium

  * Release to unstable
  * Bump Standards-Version to 4.4.0. No changes required.

 -- Josue Ortega <josue@debian.org>  Sat, 20 Jul 2019 11:14:38 -0300

pudb (2019.1-1) experimental; urgency=medium

  * New upstream release (2019.1).
  * Update debhelper to use debhelper-compat.
  * debian/control:
    - Remove X-Python3-Version field.
    - Change package section python -> devel
  * Bump Standards-Version to 4.3.0, no changes required.
  * Add debian CI tests.

 -- Josue Ortega <josue@debian.org>  Fri, 14 Jun 2019 10:49:30 -0600

pudb (2018.1-1) unstable; urgency=medium

  * New upstream release (2018.1).
  * Removes debian/patches, they are no longer needed.
  * Bumps compat level from 9 to 11.
  * Updates VCS fields to use salsa.debian.org.
  * debian/control:
    - Removes ancient Python version field.
    - Bumps Python3 version field to >= 3.6.
    - Bumps Standards-Version from 4.0.1 to 4.1.4.

 -- Josue Ortega <josue@debian.org>  Mon, 11 Jun 2018 22:11:46 -0600

pudb (2017.1.4-1) unstable; urgency=medium

  * New upstream release (2017.1.4)

 -- Josue Ortega <josue@debian.org>  Sat, 16 Sep 2017 13:48:57 -0600

pudb (2017.1.3-1) unstable; urgency=medium

  * New upstream release (2017.1.3).
  * debian/control: Bumps Standards-Version from  3.9.8 to 4.0.1, d/copyright
    Format URL changed to HTTPS version.

 -- Josue Ortega <josue@debian.org>  Sat, 26 Aug 2017 16:06:51 -0600

pudb (2017.1.2-2) unstable; urgency=medium

  * Upload to unstable.

 -- Josue Ortega <josue@debian.org>  Mon, 19 Jun 2017 18:00:27 -0600

pudb (2017.1.2-1) experimental; urgency=medium

  * New upstream release (2107.1.2).

 -- Josue Ortega <josue@debian.org>  Sat, 15 Apr 2017 20:40:54 -0600

pudb (2017.1.1-1) experimental; urgency=medium

  * New upstream release (2017.1.1)

 -- Josue Ortega <josue@debian.org>  Sat, 25 Feb 2017 12:21:04 -0600

pudb (2017.1-1) experimental; urgency=medium

  * New upstream release (2017.1)

 -- Josue Ortega <josue@debian.org>  Sat, 18 Feb 2017 14:41:39 -0600

pudb (2016.2-1) unstable; urgency=medium

  * New upstream release 2016.2.
  * debian/changelog:
   - Bumps Standards version to 3.9.8, no changes required.
   - Updates Josue Ortega uploaders mail.
   - Changes VCS-* fields to secure URI.

 -- Josue Ortega <josue@debian.org>  Fri, 24 Jun 2016 15:51:03 -0600

pudb (2015.4.1-1) unstable; urgency=low

  * New upstream release 2015.4.1

 -- Federico Ceratto <federico@debian.org>  Sun, 13 Dec 2015 11:26:01 +0000

pudb (2015.3-1) unstable; urgency=medium

  * New upstream release 2015.3

 -- Josue Ortega <josueortega@debian.org.gt>  Sun, 14 Jun 2015 18:04:39 -0600

pudb (2015.1-1) unstable; urgency=low

  [ Josue Ortega ]
  * New upstream release 2015.1
  * debian/control: Updated uploader email
  * Standards-Version bumped to 3.9.6, no changes required
  * debian/copyright: changed paragraph in order to avoid lintian false positive
     warning: unused-file-paragraph-in-dep5-copyright.
  * Removed installation of debian/wrappers/pudb since it's no longer needed and
    was the cause of malfunctions on the pudb executable:
    - Closes: #773257
    - Closes: #773258
  * Updated watch file

 -- Federico Ceratto <federico.ceratto@gmail.com>  Sun, 08 Feb 2015 23:27:47 +0000

pudb (2014.1-1) unstable; urgency=low

  * New upstream release 2014.1

 -- Federico Ceratto <federico.ceratto@gmail.com>  Fri, 28 Mar 2014 23:58:30 +0000

pudb (2013.5.1-1) unstable; urgency=low

  [ Federico Ceratto ]
  * New upstream release 2013.5.1
  * Switched to Pybuild
  * Build Python3 binary package (Closes: #689655)
  * Standards-Version bumped to 3.9.5, no changes required

 -- David Paleino <dapal@debian.org>  Mon, 06 Jan 2014 23:24:08 +0100

pudb (2013.3.6-1) unstable; urgency=low

  * New upstream release 2013.3.6
  * Vcs links updated
  * Pre-Depends on dpkg added

 -- Federico Ceratto <federico.ceratto@gmail.com>  Sun, 27 Oct 2013 15:23:29 +0000

pudb (2013.1-1) unstable; urgency=low

  * New upstream release 2013.1
  * Standards-Version bumped to 3.9.4, no changes required
  * debhelper version bumped to 9
  * 01-lower_distribute_version.patch disabled

 -- Federico Ceratto <federico.ceratto@gmail.com>  Sun, 05 May 2013 15:05:54 +0100

pudb (2012.1-1) unstable; urgency=low

  * New upstream version
  * Updated debian/copyright

 -- David Paleino <dapal@debian.org>  Wed, 22 Feb 2012 18:25:41 +0100

pudb (2011.3.1-1) unstable; urgency=low

  * New upstream version

 -- David Paleino <dapal@debian.org>  Thu, 29 Dec 2011 18:56:23 +0100

pudb (2011.3-1) unstable; urgency=low

  * New upstream release
  * Standards-Version bump to 3.9.2, no changes needed
  * Switch packaging to dh_python2
  * Added support for IPython 0.11, thanks to Julian Taylor
    (Closes: #636467)
  * 01-lower_distribute_version.patch: package asks for distribute
    0.6.19, Debian has 0.6.16

 -- David Paleino <dapal@debian.org>  Wed, 07 Sep 2011 10:39:59 +0200

pudb (2011.1-1) unstable; urgency=low

  * New upstream release
  * debian/copyright updated

 -- David Paleino <dapal@debian.org>  Fri, 25 Mar 2011 20:38:31 +0100

pudb (0.93.1-1) unstable; urgency=low

  * New upstream release
  * Bump dependency on python-urwid to 0.9.9.1
  * Bump Standards-Version to 3.9.1, no changes needed
  * Bump debhelper compatibility to 8
  * Build-Depend on python-all, to provide wrappers for supported
    Python versions

 -- David Paleino <dapal@debian.org>  Sun, 20 Feb 2011 17:06:25 +0100

pudb (0.92.14-3) unstable; urgency=low

  * debian/control:
    - Standards-Version bumped to 3.9.0, no changes needed
    - bump debhelper dependency to >= 7.0.50~
  * debian/wrappers/pudb added (Closes: #588830)
  * debian/wrappers/man/pudb.1 added
  * debian/rules: generate links to pudb wrapper (and manpage) according
    to the supported versions
  * debian/install:
    - install pudb and its versioned links in /usr/bin/
    - install pudb.1 and its versioned links in /usr/share/man/man1/

 -- David Paleino <dapal@debian.org>  Thu, 15 Jul 2010 18:05:02 +0200

pudb (0.92.14-2) unstable; urgency=low

  * debian/control:
    - added Vcs-* fields
    - Standards-Version bumped to 3.8.4, no changes needed
  * debian/source/format: using 3.0 (quilt)
  * debian/pyversions added, instead of XS-Python-Version:
    - build it for >= 2.5 (Closes: #586204)

 -- David Paleino <dapal@debian.org>  Thu, 17 Jun 2010 13:22:08 +0200

pudb (0.92.14-1) unstable; urgency=low

  * New upstream version
  * debian/copyright: updated copyright years

 -- David Paleino <dapal@debian.org>  Sat, 16 Jan 2010 11:18:44 +0100

pudb (0.92.13-2) unstable; urgency=low

  * debian/control:
    - updated my address
    - removed DMUA

 -- David Paleino <dapal@debian.org>  Fri, 11 Dec 2009 20:22:08 +0100

pudb (0.92.13-1) unstable; urgency=low

  * Initial release (Closes: #553614)

 -- David Paleino <d.paleino@gmail.com>  Sun, 01 Nov 2009 23:00:58 +0100