File: changelog

package info (click to toggle)
pythoncad 0.1.37.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,824 kB
  • ctags: 5,018
  • sloc: python: 64,182; makefile: 6
file content (283 lines) | stat: -rw-r--r-- 8,626 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
pythoncad (0.1.37.0-3) unstable; urgency=low

  * After a discussion with Luca Falavigna, I am taking over maintenance of
    the package.
  * Removed pyversions it is no longer needed.
  * Updated debian/rules to use dh_python2.
  * debian/control:
    - Bump Standards-Version to 3.9.1, no changes required.
    - Updated Maintainer field with my info.
    - Updated python and debhelper versions for use with dh_python2.
    - Added X-P-V.
    - Updated Homepage field.

 -- Charlie Smotherman <cjsmo@cableone.net>  Mon, 07 Feb 2011 22:43:10 -0500

pythoncad (0.1.37.0-2) unstable; urgency=low

  * Switch to format 3.0 (quilt).
  * debian/patches/string_exceptions.patch:
    - Do not use string exceptions, not supported by Python 2.6.
  * debian/control:
    - Bump Standards-Version to 3.8.4, no changes required.

 -- Luca Falavigna <dktrkranz@debian.org>  Mon, 07 Jun 2010 14:36:10 +0200

pythoncad (0.1.37.0-1) unstable; urgency=low

  * New upstream release.
    This is the real R37, the previous one was just a beta snapshot,
    uploaded as R37 due to a misunderstanding with upstream developers.
  * debian/patches/image_path.patch:
    - Refresh for new upstream release.
  * debian/gtkpycad.xpm:
    - Replace icon with the real upstream logo.
  * debian/watch:
    - Fix watch file to point to SF.net site.

 -- Luca Falavigna <dktrkranz@debian.org>  Sat, 19 Dec 2009 00:45:01 +0100

pythoncad (0.1.37-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/as_reserved:
    - Removed, applied upstream.
  * debian/patches/desktop_file:
    - Removed, applied upstream.
  * debian/patches/image_path.patch:
    - Do not look for gtkpycad.png in script current working directory,
      use a relative path instead.

 -- Luca Falavigna <dktrkranz@debian.org>  Sat, 31 Oct 2009 11:20:35 +0100

pythoncad (0.1.36-1) unstable; urgency=low

  * New upstream release.
  * Update my e-mail address.
  * Add Python Applications Packaging Team to Uploaders.
  * Add Vcs-* fields in source stanza.
  * Switch to debhelper 7.
  * Switch to quilt.
  * Refresh debian/copyright, add missing informations.
  * debian/patches/as_reserved:
    - Do not use "as" as variable name (is a reserved word in Python 2.6),
      this way byte-compilation does not fail (Closes: #521388).
  * debian/patches/fails_to_exit:
    - Removed, fixed with new upstream version.
  * debian/patches/remove_unused_bindump:
    - Removed, no longer needed.
  * Remove python-dev from Build-Depends-Indep, use python instead.
  * Depend on python-gobject.
  * Depend on ${misc:Depends} in pythoncad binary stanza.
  * Remove debian/dirs file, useless.
  * Bump Standards-Version to 3.8.3, list of changes:
    - Add debian/README.source file to document quilt usage.
  * Add watch file.

 -- Luca Falavigna <dktrkranz@debian.org>  Sat, 29 Aug 2009 02:35:38 +0200

pythoncad (0.1.35-4) unstable; urgency=low

  * New Maintainer (Closes: #439159, #439160).
  * debian/control:
    - Build-dependencies adjusted as per Python policy.
    - Bump Standards-Version to 3.8.0.
    - Move Homepage field to Source stanza.
  * debian/rules:
    - Remove unneeded dh_* calls.
  * Add debian/pyversions as per Python policy.
  * Apply changes from Devid Filoni (Closes: #486208).
  * debian/copyright:
    - Add copyright holder, fix lintian warning.
    - Make copyright valid UTF-8, fix lintian warning.
  * debian/menu:
    - Adhere to new menu policy.
  * debian/patches/01_documentation.dpatch:
    - Manage documentation added since 0.1.22-1 under dpatch.

 -- Luca Falavigna <dktrkranz@ubuntu.com>  Wed, 02 Jul 2008 00:27:49 +0200

pythoncad (0.1.35-3) unstable; urgency=low

  * Orphaned

 -- Cédric Delfosse <cedric@debian.org>  Wed, 22 Aug 2007 21:28:37 +0200

pythoncad (0.1.35-2) unstable; urgency=low

  * new patch 03_fails_to_exit: Fix for "pythoncad fails to exit"
    (Closes: Bug#422422) Thanks to Edoardo Batini

 -- Cédric Delfosse <cedric@debian.org>  Tue, 08 May 2007 21:12:44 +0200

pythoncad (0.1.35-1) unstable; urgency=low

  * New upstream release
  * Fix "unable to save files due to incorrect attribute reference"
    (Closes: Bug#420352)

 -- Cédric Delfosse <cedric@debian.org>  Fri, 27 Apr 2007 23:05:27 +0200

pythoncad (0.1.33-2) unstable; urgency=low

  * Rebuild for python 2.4 (Closes: Bug#387334)

 -- Cédric Delfosse <cedric@debian.org>  Fri,  6 Oct 2006 21:57:23 +0200

pythoncad (0.1.33-1) unstable; urgency=low

  * New upstream release
  * Set debhelper compat mode to 5
  * Use python-support

 -- Cédric Delfosse <cedric@debian.org>  Mon, 10 Jul 2006 22:40:15 +0200

pythoncad (0.1.31-1) unstable; urgency=low

  * New upstream release
  * Add debhelper and dpatch to Build-Depends
  * Set Standards-Version to 3.7.2

 -- Cédric Delfosse <cedric@debian.org>  Mon, 22 May 2006 20:32:33 +0200

pythoncad (0.1.29-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Wed, 15 Mar 2006 22:38:20 +0100

pythoncad (0.1.28-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Thu,  2 Feb 2006 22:10:45 +0100

pythoncad (0.1.26-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Fri, 11 Nov 2005 15:20:42 +0100

pythoncad (0.1.25-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Mon, 27 Jun 2005 21:37:05 +0200

pythoncad (0.1.24-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Sat, 14 May 2005 11:41:16 +0200

pythoncad (0.1.23-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Fri, 25 Mar 2005 19:22:55 +0100

pythoncad (0.1.22-1) unstable; urgency=low

  * New upstream release
  * Add note in description about DWG and DXF file formats
    (Closes: Bug#289354)
  * Fix man page (Closes: Bug#289581)
  * Add documentation from the web site (Closes: Bug#289580)

 -- Cédric Delfosse <cedric@debian.org>  Mon, 31 Jan 2005 22:09:39 +0100

pythoncad (0.1.20-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Sat,  8 Jan 2005 15:05:26 +0100

pythoncad (0.1.19-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Mon, 22 Nov 2004 22:13:51 +0100

pythoncad (0.1.16-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Fri, 18 Jun 2004 22:26:56 +0200

pythoncad (0.1.14-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Mon, 31 May 2004 23:29:01 +0200

pythoncad (0.1.13-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Fri,  7 May 2004 19:48:14 +0200

pythoncad (0.1.12-1) unstable; urgency=low

  * New upstream release
  * dpatch-ification

 -- Cédric Delfosse <cedric@debian.org>  Sat,  6 Mar 2004 16:32:27 +0100

pythoncad (0.1.11-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Wed,  7 Jan 2004 22:04:52 +0100

pythoncad (0.1.10-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Tue, 11 Nov 2003 18:49:24 +0100

pythoncad (0.1.9-4) unstable; urgency=low

  * To really close FTBFS (Closes: Bug#213943):
    * Build-Depends on python, python-dev (for dh_python)
    * Depends on python2.3 and python2.3-gtk2 and patch source to work
      with python 2.3

 -- Cédric Delfosse <cedric@debian.org>  Thu,  9 Oct 2003 22:47:49 +0200

pythoncad (0.1.9-3) unstable; urgency=low

  * Build-Depends on python2.2 and python2.2-dev (Closes: Bug#213943)

 -- Cédric Delfosse <cedric@debian.org>  Sat,  4 Oct 2003 14:41:52 +0200

pythoncad (0.1.9-2) unstable; urgency=low

  * Depends on python2.2, because the package doesn't work with python2.3

 -- Cédric Delfosse <cedric@debian.org>  Sat,  9 Aug 2003 12:46:49 +0200

pythoncad (0.1.9-1) unstable; urgency=low

  * New upstream release

 -- Cédric Delfosse <cedric@debian.org>  Wed, 30 Jul 2003 22:30:11 +0200

pythoncad (0.1.8-3) unstable; urgency=low

  * Add python-dev to Build-Depends-Indep (Closes: Bug#203026)
  * Changed Depends field so that we are not too much depending on python2.2

 -- Cédric Delfosse <cedric@debian.org>  Sun, 27 Jul 2003 10:39:34 +0200

pythoncad (0.1.8-2) unstable; urgency=low

  * Add python2.2-xmlbase to Depends (Closes: Bug#202887)

 -- Cédric Delfosse <cedric@debian.org>  Sat, 26 Jul 2003 18:12:18 +0200

pythoncad (0.1.8-1) unstable; urgency=low

  * Initial Release.

 -- Cédric Delfosse <cedric@debian.org>  Tue,  1 Jul 2003 23:12:51 +0200