File: changelog

package info (click to toggle)
urlgrabber 3.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 572 kB
  • ctags: 727
  • sloc: python: 4,280; xml: 190; makefile: 44; sh: 10
file content (192 lines) | stat: -rw-r--r-- 6,611 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
urlgrabber (3.10.1-2) unstable; urgency=medium

  * Team upload.
  * Switch to debhelper 9.
    - fixes lintian warning about deprecated level
    - avoids running testsuite through dh_auto_test (Closes: #842248)

 -- Michal Čihař <nijel@debian.org>  Mon, 31 Oct 2016 09:09:20 +0100

urlgrabber (3.10.1-1) unstable; urgency=low

  * Team upload.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Tristan Hill ]
  * New upstream release (Closes: #747202).
  * Drop all patches now applied upstream
  * Add libexec patch that moves urlgrabber-ext-down script to /usr/share
  * debian/control
    + Switch to dh_python2
    + Bumped standards version to 3.9.5. No changes needed.
    + Update package description per lintian warning

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Michal Čihař ]
  * Bumped standards version to 3.9.8. No changes needed.
  * Do not run testsuite which relies on internet access 
    (Closes: #830113, #586684).
  * Remove outdated README.Debian (Closes: #592619).

 -- Michal Čihař <nijel@debian.org>  Sun, 24 Jul 2016 10:19:54 +0200

urlgrabber (3.9.1-4.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Build using dh-python instead of python-support.  Closes: #637262
  * Update Vcs-* fields after DPMT migration to git.

 -- Mattia Rizzolo <mattia@debian.org>  Tue, 15 Dec 2015 02:14:39 +0000

urlgrabber (3.9.1-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add debian/patches/https-verifyhost-fix.diff taken from upstream
    to fix https connection issues (Closes: #715416, #722191).

 -- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>  Tue, 30 Dec 2014 13:13:08 +0100

urlgrabber (3.9.1-4) unstable; urgency=low

  * Add two patches created from upstream development version. Closes: #587575. 
  * Changed to 3.0 quilt format:
    + Add quilt to build-depends.
    + Add quilt command to debian/rules.

 -- Kevin Coyner <kcoyner@debian.org>  Thu, 08 Jul 2010 17:40:08 +0000

urlgrabber (3.9.1-3) unstable; urgency=low

  * Add Depends on python-pycurl. Closes: #587000.

 -- Kevin Coyner <kcoyner@debian.org>  Fri, 25 Jun 2010 02:04:19 +0000

urlgrabber (3.9.1-2) unstable; urgency=low

  * Install with only the default python version to avoid unnecessary depends
    on python2.5. Changes made to debian/rules. Closes: #587006. Thanks to
    Stefano Rivera.  
  * Debian files uploaded to svn repository on alioth for python modules.
    Closes: #587004.

 -- Kevin Coyner <kcoyner@debian.org>  Fri, 25 Jun 2010 01:25:25 +0000

urlgrabber (3.9.1-1) unstable; urgency=low

  * New upstream release. The main backend was changed from from urllib2 to
    pycurl. The API is identical. Callers do not need to change anything.
    Closes: #518436, #517993, #493251, #586400, #529752. 
  * debian/control:
    + Bumped standards version to 3.8.4. No changes needed.
    + Bumped debhelper version to 7.4~.
    + Removed build dependency on dpatch.
    + Added build dependency on python-pycurl.
    + Updated homepage.
    + Set XS-Python-Version: >= 2.5
  * Removed keepalive.py patch.
  * Updated debian/watch for new homepage.
  * Update homepage reference in debian/copyright. Closes: #586399. Updated
    copyright information for additional new author Seth Vidal.
  * Add debian/source/format file set to 3.0 (quilt).
  * debian/rules: 
    + Run setup.py with current python version only.
    + Respect nocheck in DEB_BULID_OPTIONS (although failed tests don't abort
    + Changed dh_clean -k to dh_prep to conform with debhelper version 7.
    build, as several tests fail)
  * Bumped debian/compat from 5 to 7.

 -- Kevin Coyner <kcoyner@debian.org>  Mon, 21 Jun 2010 20:36:19 +0000

urlgrabber (3.1.0-5) unstable; urgency=low

  [ Piotr Ożarowski ]
  * Homepage field added
  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)

  [ Sandro Tosi ]
  * debian/control
    - switch Vcs-Browser field to viewsvn

  [ Jakub Wilk ]
  * Build-depend on python-all rather than python-all-dev.
  * Remove superfluous references to CFLAGS from debian/rules.
  * Prepare for Python 2.6 transition (closes: #556161).
  * Typographical fixes in debian/copyright.
  * Bump standards version to 3.8.3 (no additional changes needed).
  * Point to the versioned LGPL-2.1 in debian/copyright.
  * Add README.source.

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Sat, 14 Nov 2009 09:37:03 +0100

urlgrabber (3.1.0-4) unstable; urgency=low

  * Patch to have urlgrabber.keepalive.HTTPHandler use Request.get_method() to
    determine the appropriate HTTP method. Thanks to Jakub Wilk.
    Closes: #433724
  * Changed maintainer e-mail to reflect new Debian account.
  * Added dpatch as Build-Depends to debian/control.

 -- Kevin Coyner <kcoyner@debian.org>  Sat, 04 Aug 2007 21:52:14 -0400

urlgrabber (3.1.0-3) unstable; urgency=low

  * debian/control: Added python modules packaging team to uploaders and added
    VCS fields.

 -- Kevin Coyner <kevin@rustybear.com>  Mon, 09 Apr 2007 19:27:36 -0600

urlgrabber (3.1.0-2) unstable; urgency=low

  * debian/control: Changed "Architecture: any" to all.

 -- Kevin Coyner <kevin@rustybear.com>  Mon, 09 Apr 2007 15:20:02 -0600

urlgrabber (3.1.0-1) unstable; urgency=low

  * New upstream release.
  * New maintainer. (Closes: #418095)
  * Added man page.
  * Cleaned up cruft in debian/rules.
  * Rewrote debian/copyright.
  * Cleaned up debian/control and added homepage.
  * Added debian/README.Debian.
  * Added debian/postinst to clean up unneeded docs that were inappropriately
    added in previous versions.
  * Removed unneeded debian/pycompat file.

 -- Kevin Coyner <kevin@rustybear.com>  Fri, 06 Apr 2007 22:27:03 -0400

urlgrabber (2.9.9-1) unstable; urgency=low

  * New upstream release
  * Apply Ana Beatriz Guerrero Lopez's patch to
    * Update to new Python policy (Closes: #373402)
    * Switch to standards version 3.7.2
    * Update to debhelper compat level 5
  * Thanks Ana!

 -- Anand Kumria <wildfire@progsoc.org>  Thu,  6 Jul 2006 09:16:37 +1000

urlgrabber (2.9.7-2) unstable; urgency=low

  * When I imported urlgrabber into bzr, I somehow lost a Build-Dep: on
    python. Re-adding it so I can (Closes: #335340)

 -- Anand Kumria <wildfire@progsoc.org>  Sat, 31 Dec 2005 15:34:22 +1100

urlgrabber (2.9.7-1) unstable; urgency=low

  * New upstream release (Closes: #344934)

 -- Anand Kumria <wildfire@progsoc.org>  Sat, 31 Dec 2005 15:34:22 +1100

urlgrabber (2.9.6-1) unstable; urgency=low

  * Initial release (Closes: #312698)

 -- Anand Kumria <wildfire@progsoc.org>  Sun,  9 Oct 2005 13:06:55 +1000