File: changelog

package info (click to toggle)
libextractor-python 1%3A0.6-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 96 kB
  • sloc: python: 160; makefile: 7
file content (291 lines) | stat: -rw-r--r-- 9,897 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
libextractor-python (1:0.6-13) sid; urgency=medium

  * Uploading to sid.
  * Updating packaging copyright for 2023.
  * Updating to standards version 4.6.2.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Mon, 30 Jan 2023 17:28:31 +0100

libextractor-python (1:0.6-12) sid; urgency=medium

  * Uploading to sid.
  * Updating to standards version 4.6.0.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Sat, 09 Oct 2021 10:22:58 +0200

libextractor-python (1:0.6-11) sid; urgency=medium

  * Uploading to sid.
  * Correcting mixup with Bertrands firstname in previous changelog entry.
  * Correcting upstream name in copyright.
  * Updating python debhelper sequence.
  * Updating watch file.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Sun, 15 Aug 2021 17:54:28 +0200

libextractor-python (1:0.6-10) experimental; urgency=medium

  * Uploading to experimental.
  * Consolidating my email address.
  * Updating to debhelper version 13.
  * Updating to standards version 4.5.1.
  * Adding Rules-Requires-Root field.
  * Updating hompage.
  * Sorting control fields.
  * Repeating section in every package block of control for consistency.
  * Shortening libextractor depends.
  * Updating upstream name in copyright.
  * Adding upstream contact in copyright.
  * Updating source in copyright.
  * Correcting formating of copyright lists.
  * Updating copyright for 2021.
  * Sorting dh options in rules.
  * Simplifying dh clean handling.
  * Simplifying examples handling.
  * Moving remaining patch to debian specific subdirectory.
  * Wrap-and-sorting debian files.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Sat, 27 Feb 2021 09:05:09 +0100

libextractor-python (1:0.6-9) sid; urgency=medium

  * Uploading to sid.
  * New maintainer, thank you Bertrand for all your work.
  * Updating vcs fields.
  * Fixing whitespaces and indenting (Closes: #981483).

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Sat, 27 Feb 2021 08:47:20 +0100

libextractor-python (1:0.6-8) unstable; urgency=medium

  [ Ondřej Nový ]
  * debian/control:
    + Remove ancient X-Python-Version field.
    + Set Vcs-* to salsa.debian.org.
  * debian/copyright: Use https protocol in Format field.
  * debian/changelog: Remove trailing whitespaces.

  [ Bertrand Marc ]
  * Move from Python 2 to Python 3 (Closes: #936855).
  * Fix debian/examples to copy the example extract.py script.
  * Move to debhelper-compat 12.
  * Standards-version: 4.5.0, no changes needed.
  * debian/copyright: update years.
  * Simplify debian/watch.

 -- Bertrand Marc <bmarc@debian.org>  Sun, 15 Mar 2020 10:12:37 +0100

libextractor-python (1:0.6-7) unstable; urgency=medium

  * New maintainer (Closes: #660444).
  * Use debian/examples to install the example script.
  * Remove overwrite_dh_auto_install in debian/rules.
  * Add a patch to make sure the example script is not installed in /usr/bin.
  * Remove unnecessary compression from debian/rules.
  * Add myself in debian/copyright.

 -- Bertrand Marc <bmarc@debian.org>  Sat, 10 Sep 2016 11:32:57 +0200

libextractor-python (1:0.6-6) unstable; urgency=medium

  * QA upload.
  * debian/control:
      - Vcs-* fields added.

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Tue, 19 Jul 2016 13:35:02 -0300

libextractor-python (1:0.6-5) unstable; urgency=medium

  * QA upload.
  * debian/clean created:
      - rm egg-info files.
  * debian/compat:
      - 9
  * debian/control:
      - bump Standarsd-Version from 3.9.2 to 3.9.8
      - debhelper >= 9 and dh-python added to Build-Depends field
      - using X-Python-Version
      - Recommends libextractor-plugins removed. (Closes:  #722200)
        It was merged into libextractor3 1:1.1.
        Thanks Micah Gersten.
      - updated libextractor3 version on Depends field.
  * debian/copyright:
      - 1.0 format.
      - put my name in debian/*.
  * debian/rules:
      - using PYBUILD.
      - override_dh_builddeb commented. Default compress*.
  * debian/source/options removed. Default compress*.
  * debian/upstream/signing-key.asc file created.
  * debian/watch created.

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Sat, 16 Jul 2016 11:26:54 -0300

libextractor-python (1:0.6-4) unstable; urgency=low

  * QA upload. (Closes: #674616)

 -- Holger Levsen <holger@debian.org>  Sun, 27 May 2012 22:14:23 +0000

libextractor-python (1:0.6-3) experimental; urgency=low

  * Orphaning package.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Sun, 19 Feb 2012 09:15:09 +0000

libextractor-python (1:0.6-2) experimental; urgency=low

  * Adding epoche in versioned depends on libextractor.
  * Using compression level 9 also for binary packages.
  * Updating manual depends on libextractor, thanks to Alban Browaeys
    <prahal@yahoo.com> (Closes: #648709).

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Mon, 14 Nov 2011 23:40:03 +0100

libextractor-python (1:0.6-1) experimental; urgency=low

  * Merging upstream version 0.6.
  * Updating maintainer and uploaders fields.
  * Removing vcs fields.
  * Removing references to my old email address.
  * Updating ot debhelper version 8.
  * Updating to standards version 3.9.2.
  * Updating homepage field.
  * Making depends on libextractor versioned for 0.6.
  * Switching to source format 3.0 (quilt).
  * Making packaging distribution neutral.
  * Updating years in copyright file.
  * Compacting copyright file.
  * Switching to dh_python2.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Sat, 10 Sep 2011 08:48:23 +0200

libextractor-python (1:0.5-8.1) unstable; urgency=low

  * Non-maintainer upload.
  * Rebuild to add Python 2.7 support

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 08 May 2011 16:45:41 +0200

libextractor-python (1:0.5-8) unstable; urgency=low

  * Updating year in copyright file.
  * Updating to standards 3.8.4.
  * Removing python-all-dev build-depends.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Tue, 06 Apr 2010 21:50:47 +0200

libextractor-python (1:0.5-7) unstable; urgency=low

  * Updating to standards version 3.8.3.
  * Adding maintainer homepage field to control.
  * Marking maintainer homepage field to be also included in binary
    packages and changelog.
  * Adding README.source.
  * Adding explicit source version 1.0 until switch to 3.0.
  * Moving maintainer homepage from contro to copyright.
  * Bumping versioned build-depends on debhelper.
  * Dropping depends on python-ctypes for python2.4 removal (Closes:
    #562472).
  * Updating README.source.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Sun, 27 Dec 2009 14:03:16 +0100

libextractor-python (1:0.5-6) unstable; urgency=low

  * Updating maintainer field.
  * Updating vcs fields.
  * Updating package to standards version 3.8.2.
  * Removing not useful AUTHORS file, no new information over copyright
    file.
  * Minimizing rules file.
  * Using correct rfc-2822 date formats in changelog.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Mon, 10 Aug 2009 21:39:50 +0200

libextractor-python (1:0.5-5) unstable; urgency=low

  * Updating vcs fields in control file.
  * Replacing obsolete dh_clean -k with dh_prep.
  * Removing Arnaud from uploaders, he is MIA (Closes: #513168).
  * Updating year in copyright file.
  * Prefixing debhelper files with package name.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Thu, 05 Feb 2009 01:01:00 +0100

libextractor-python (1:0.5-4) unstable; urgency=low

  * Reordering rules file.
  * Rewriting copyright file in machine-interpretable format.
  * Unifying package short description.
  * Adding vcs fields in control file.
  * Upgrading package to standards 3.8.0.
  * Upgrading package to debhelper 7.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Thu, 03 Jul 2008 13:53:00 +0200

libextractor-python (1:0.5-3) unstable; urgency=low

  * Bumping to new policy.
  * Using new homepage field in control.
  * Adding ${misc:Depends} to depends.
  * Corrected package sections.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Sun, 23 Dec 2007 16:13:00 +0100

libextractor-python (1:0.5-2) unstable; urgency=low

  * Minor formal changes.
  * Moving extractor.py to an example (Closes: #407551),
    thanks Enrico for the suggestion.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Sun, 21 Jan 2007 14:31:00 +0100

libextractor-python (1:0.5-1) unstable; urgency=low

  * Acknowledge python-NMU (Closes: #380853).

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Tue, 05 Sep 2006 07:33:00 +0200

libextractor-python (1:0.5-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * Update package to the last python policy (Closes: #380853).
  * Rename the package to python-extractor.
  * build for every available version.

 -- Pierre Habouzit <madcoder@debian.org>  Tue, 29 Aug 2006 23:21:44 +0200

libextractor-python (1:0.5) unstable; urgency=low

  * New upstream release (now with 'new' versioning scheme).
  * New email address.
  * Bumped policy version.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Sun, 30 Jul 2006 08:22:00 +0200

libextractor-python (0.5.4+2496-1) unstable; urgency=low

  * New snapshot:
    - default python version can be switched (Closes: #356464).

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Sun, 12 Mar 2006 08:53:00 +0100

libextractor-python (0.5.4-1) unstable; urgency=low

  * New upstream release.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Wed, 25 Jan 2006 14:20:00 +0100

libextractor-python (0.5.1-2) unstable; urgency=low

  * Recompiled against latest transition of libextractor.
  * Added Arnaud as uploader.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Mon, 28 Nov 2005 10:46:00 +0100

libextractor-python (0.5.1-1) unstable; urgency=low

  * Initial release.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Sun, 21 Aug 2005 15:58:00 +0200