File: changelog

package info (click to toggle)
libimdb-film-perl 0.53-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 580 kB
  • sloc: perl: 1,348; makefile: 2
file content (289 lines) | stat: -rw-r--r-- 10,666 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
libimdb-film-perl (0.53-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <holger@debian.org>  Thu, 07 Jan 2021 14:16:27 +0100

libimdb-film-perl (0.53-1) unstable; urgency=low

  * Imported Upstream version 0.53
  * Refresh fix-spelling-error-in-manpage.patch patch
  * Bump Standards-Version to 3.9.4

 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 05 Jan 2013 00:10:05 +0100

libimdb-film-perl (0.52-1) unstable; urgency=low

  * Imported Upstream version 0.52
  * Update debian/copyright file.
    Update format to copyright-format 1.0 as released together with Debian
    policy 3.9.3.
    Update copyright years for debian/* packaging.
  * Bump Standards-Version to 3.9.3

 -- Salvatore Bonaccorso <carnil@debian.org>  Mon, 30 Apr 2012 22:49:56 +0200

libimdb-film-perl (0.51-1) unstable; urgency=low

  * Imported Upstream version 0.51

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 28 Sep 2011 12:20:57 +0200

libimdb-film-perl (0.50-1) unstable; urgency=low

  * Imported Upstream version 0.50 (Closes: #609456).
  * Take over for the Debian Perl Group on maintainer's request
    (http://lists.debian.org/debian-perl/2011/08/msg00107.html)
  * debian/control:
    - Added: Vcs-Git field (source stanza); Vcs-Browser field (source
      stanza). Changed: Maintainer set to Debian Perl Group
      <pkg-perl-maintainers@lists.alioth.debian.org> (was: Bas Zoetekouw
      <bas@debian.org>); Bas Zoetekouw <bas@debian.org> removed. Add
      myself to Uploaders.
    - Bump versioned Build-Depends on debhelper to (>= 8)
    - Reorder packages in Build-Depends, Build-Depends-Indep and
      Depends. Add missing packages in Build-Depends-Indep.
    - Remove versioned Build-Depends on perl (>= 5.8.0-7).
    - Remove Build-Depends on libtext-unidecode-perl
    - Update Homepage field to match dist based search.cpan.org URL.
    - Replace versioned (Build-)Depends(-Indep) on libhtml-parser-perl
      with unversioned dependency as the version is already satisfied
      in oldstable.
    - Replace versioned (Build-)Depends(-Indep) on libwww-perl with
      unversioned dependency as the version is already satisfied in
      oldstable.
    - Remove (Build-)Depends(-Indep) on libdigest-sha1-perl
      (Closes: #636642)
  * debian/rules: delete /usr/lib/perl5 only if it exists.
  * Update debian/copyright to revision 135 of DEP5 Format-Specification for
    machine readable copyright file.
  * debian/watch: Use dist based search.cpan.org URL
  * Bump Debhelper compat level to 8.
  * debian/rules: Use a tiny debian/rules makefile.
  * Bump Standards-Version to 3.9.2.
  * debian/patches: Add fix-spelling-error-in-manpage.patch patch to fix some
    spelling errors in manpage.

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 02 Sep 2011 21:41:21 +0200

libimdb-film-perl (0.43-1) unstable; urgency=low

  * New upstream release
  * Converted to 3.0 (quilt) format
  * Added dependency on libtext-unidecode-perl
  * Added dependency on ${misc:Depends}
  * Bumped Standards-version to 3.8.4 (no chenges required)

 -- Bas Zoetekouw <bas@debian.org>  Wed, 10 Feb 2010 19:47:06 +0100

libimdb-film-perl (0.41-1) unstable; urgency=low

  * New upstream release:
    - added retrieving of recommendation movies;
    - fixed issue with using of uninitialized value in pattern match
    - fixed issue with wrong item in the list of movie directors.

 -- Bas Zoetekouw <bas@debian.org>  Thu, 06 Aug 2009 13:21:00 +0200

libimdb-film-perl (0.40-1) unstable; urgency=low

  * New upstream release:
    - added top info into rating array
    - fixed pod errors

 -- Bas Zoetekouw <bas@debian.org>  Sat, 18 Jul 2009 10:44:22 +0200

libimdb-film-perl (0.39-1) unstable; urgency=low

  * New upstream release:
    - added additional attributes such "re-release", "DVD premiere" etc from
      the release date page
      (Closes: #524672)
    - fixed retrieving release date information
      (Closes: #524672)
    - added support for companies and movie connections
    - reorganize tests.
    - fixed issue with empty cast list
    - fixed issue with retrieving metadata for movies with code less then 7
      digits
    - fixed POD documentation 
  * Use main CPAN urls for watch file rather than a random mirror
  * Bumped standards-version to 3.8.2 (no changes necessary)

 -- Bas Zoetekouw <bas@debian.org>  Tue, 07 Jul 2009 10:04:07 +0200

libimdb-film-perl (0.37-1) unstable; urgency=low

  * New upstream release:
    - added MPAA info for the specified movie
    - fixed issue with retrieving of filmography
    - fixed issue with retrieving metadata for movies with title contained
      only digits, i.e. 300
    - fixed several parsing errors

 -- Bas Zoetekouw <bas@debian.org>  Mon, 29 Jun 2009 15:51:45 +0200

libimdb-film-perl (0.34-1) unstable; urgency=low

  * New upstream release:
    - fixed issue with parsing user rating (thanks to Faidon Liambotis for h
      patch);
    - fixed module documentation.
  * Bumped standards-versio to 3.8.0 (no changes needed)
  * Added Homepage field.

 -- Bas Zoetekouw <bas@debian.org>  Thu, 25 Sep 2008 18:59:03 +0200

libimdb-film-perl (0.33-1) unstable; urgency=low

  * New upstream release:
    - fixed a bug with parsing a list of countries;
    - fixed a bug with parsing a list of language;
    - fixed a bug with parsing a list of certificates;
    - fixed a bug with list of matches
    - fixed a bug with searching by movie title in case if it a number

 -- Bas Zoetekouw <bas@debian.org>  Sat, 14 Jun 2008 21:48:10 +0200

libimdb-film-perl (0.32-2) unstable; urgency=low

  * Fix build failure with perl 5.10
    (closes: #467906)

 -- Bas Zoetekouw <bas@debian.org>  Thu, 28 Feb 2008 16:26:12 +0100

libimdb-film-perl (0.32-1) unstable; urgency=low

  * New upstream release:
    - fixed a bug with retrieving movie cast
    - added tests for the TV series;
    - fixed a bug with parsing a person filmography.
    - added functionality to retrieve data of TV series;
    - added new tests to check TV series functionlity;  
    - modified a procedure of getting trivia text;
    - fixed a bug with retrieving cast details
  * Bumped Standards-Version to 3.7.3 (no changes required)

 -- Bas Zoetekouw <bas@debian.org>  Thu, 03 Jan 2008 00:00:37 +0100

libimdb-film-perl (0.30-1) unstable; urgency=low

  * New upstream release
    - modified a functionlity to retrieve cast
    - fixed a bug with return a goofs
    - added localization of variable $/
    - fixed a few bugs in the tests.
  * Fix the watch file to use a decent CPAN mirror

 -- Bas Zoetekouw <bas@debian.org>  Sat, 22 Sep 2007 15:06:19 +0200

libimdb-film-perl (0.29-1) unstable; urgency=low

  * New upstream release:
    - added possibility to get movie by its title and year
    - modified a search procedure to fit a new IMDB layout
    - modified retrieving a list of official sites and released dates
    - fixed a bug with parsing writers movie info

 -- Bas Zoetekouw <bas@debian.org>  Sun, 22 Jul 2007 13:11:10 +0200

libimdb-film-perl (0.28-1) unstable; urgency=low

  * New upstream release:
    - added a new method  aspect_ratio()
   - fixed a bug with retrieving movie runtime

 -- Bas Zoetekouw <bas@debian.org>  Sun, 15 Jul 2007 19:16:36 +0200

libimdb-film-perl (0.27-1) unstable; urgency=low

  * New upstream release:
    - fixed a bug in parsing of movie directors and writers

 -- Bas Zoetekouw <bas@debian.org>  Sat, 21 Apr 2007 18:32:54 +0200

libimdb-film-perl (0.26-1) unstable; urgency=low

  * New upstream release:
    - 0.26: fixed a bug with parsing directors and writers
    - 0.25: fixed a bug with retrieving of movie rating
    - 0.25: fixed a retrieving of movie certifications
  * Fixed parsing of Writers and Directors field because of new imdb layout

 -- Bas Zoetekouw <bas@debian.org>  Sat, 14 Apr 2007 21:33:09 +0200

libimdb-film-perl (0.24-1) unstable; urgency=medium

  * New upstream release:
    - 0.23: new methods to retrieve release dates and quotes
    - 0.23: fix bug wrt special chars in movie poster titles
    - 0.24: update module for new IMDB site layout

 -- Bas Zoetekouw <bas@debian.org>  Fri, 23 Feb 2007 21:55:39 +0100

libimdb-film-perl (0.22-1) unstable; urgency=low

  * New upstream release
    - modified a procedure of parsing cast
    - removed a request for retrieving of movie official sites from the base initialization
    - fixed a bug with parsing movie title if the title contains some special symbols such '*'
    - fixed a bug with retrieving a cover if it isn't uploaded

 -- Bas Zoetekouw <bas@debian.org>  Mon,  7 Aug 2006 15:14:19 +0200

libimdb-film-perl (0.21-1) unstable; urgency=low

  * New upstream release:
    - added retrieving official site urls for specified movie;
    - added possibility to clean cached data;
    - added new test for official sites;
    - fixed a bug with retrieving a filmography of specified movie person;
    - fixed the tests;
  * Bumped standards-version to 3.7.2 (no changes needed)
  * Moved perl from Build-Depends-Indep to Build-Depends

 -- Bas Zoetekouw <bas@debian.org>  Fri, 16 Jun 2006 21:00:04 +0200

libimdb-film-perl (0.20-1) unstable; urgency=low

  * New upstream release:
    - added possibility to specify a path for cached data
    - added new statuses to separate objects retrieved from internet, cache

 -- Bas Zoetekouw <bas@debian.org>  Mon, 13 Mar 2006 23:48:53 +0100

libimdb-film-perl (0.19-1) unstable; urgency=low

  * New upstream release
    - fixed a bug related with search by movie title contained 
      some special symbols such "&"
    - fixed a bug with retrieving a movie cover
    - fixed a bug with retrieving a list of cast of TV series
  * Added a missing dependency on libdigest-sha1-perl

 -- Bas Zoetekouw <bas@debian.org>  Tue, 21 Feb 2006 10:32:44 +0100

libimdb-film-perl (0.18-2) unstable; urgency=low

  * Added a watch file (for real, this time) 

 -- Bas Zoetekouw <bas@debian.org>  Tue, 21 Feb 2006 10:31:23 +0100

libimdb-film-perl (0.18-1) unstable; urgency=low

  * New upstream release:
    - fixed a bug with retrieving ID of writers
    - fixed a bug with retrieving a list of writers if there is a link 'more'
    - fixed a documentation of method 'awards'
  * Added a watch file
  * Moved from debhelper version 4 to version 5 compatibility
  * Cleaned up debian/rules a bit

 -- Bas Zoetekouw <bas@debian.org>  Mon, 20 Feb 2006 13:45:10 +0100

libimdb-film-perl (0.17-1) unstable; urgency=low

  * Initial Release (closes: #343719);

 -- Bas Zoetekouw <bas@debian.org>  Sat, 17 Dec 2005 16:28:06 +0100