File: changelog

package info (click to toggle)
pythoncard 0.8.2-5
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 9,364 kB
  • ctags: 6,988
  • sloc: python: 56,804; makefile: 60; sh: 22
file content (226 lines) | stat: -rw-r--r-- 8,783 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
pythoncard (0.8.2-5) unstable; urgency=medium

  * QA upload.
  * Apply patch from paultag to eliminate use of string exceptions, which
    Python no longer supports.  (Closes: #585323)
  * Fix "ValueError: invalid \x escape" with jabberChat.  (Closes: #580267)
  * Fix codeEditor, resourceEditor and findfiles wrapper scripts so they
    actually find the python scripts they are supposed to run.
  * Update to depend on python-wxgtk3.0 rather than python-wxgtk2.8.
  * Update to source format "3.0 (quilt)".
  * Update to debhelper compat level 9.
  * Drop Conflicts+Replaces on ancient python2.3-pythoncard, which is no
    longer in the archive at all.
  * "Standards-Version: 3.9.5":
    + debian/rules: Add build-arch and build-indep targets.
  * Fix 'executable-not-elf-or-script' lintian warnings.
  * Fix 'command-with-path-in-maintainer-script' lintian warning.

 -- Olly Betts <olly@survex.com>  Thu, 07 Aug 2014 22:10:58 +1200

pythoncard (0.8.2-4) unstable; urgency=medium

  * QA upload.
  * Build using dh_python2

 -- Matthias Klose <doko@debian.org>  Sun, 13 Jul 2014 16:10:10 +0000

pythoncard (0.8.2-3) unstable; urgency=low

  * QA upload.
  * debian/rules:
     - Remove obsolete dh_python call (Closes: #715308).

 -- Luca Falavigna <dktrkranz@debian.org>  Sat, 13 Jul 2013 15:40:45 +0200

pythoncard (0.8.2-2) unstable; urgency=low

  * QA upload.
  * debian/control: Update dependency on python-wxgtk2.6 to python-wxgtk2.8.
    The code doesn't use the wxversion module to say what version of wx it
    needs, so it will already get run with 2.8 if both versions are installed
    and the user hasn't changed the alternative setting from the default.
  * README.Debian: Remove incorrect statement that the package is built only
    for Python 2.3.

 -- Olly Betts <olly@survex.com>  Mon, 17 Oct 2011 00:38:19 +0000

pythoncard (0.8.2-1) unstable; urgency=low

  * QA upload.
  * New upstream release
  * debian/control
    - set maintainer to QA group
    - set Homepage field, removing the URL from packages description
    - bump versioned b-d-i on python-support, to properly support Python module
    - replace b-d on python-all-dev with python-all, since building only
      arch:all packages
    - replace Source-Version substvar with source:Version
    - add ${misc:Depends} to binary packages Depends
  * debian/watch
    - updated to use the SourceForge redirector; thanks to Raphael Geissert for
      the report and to Dario Minnucci for the patch; Closes: #449904
  * debian/{pythoncard-doc, python-pythoncard}.install
    - use wildcards instead of site-packages to fix build with python 2.6;
      thanks to Ilya Barygin for the report and patch; Closes: #572332
  * debian/pythoncard-doc.doc-base
    - set section to Programmin/Python
  * debian/pythoncard-tools.menu
    - set menu main section to Applications
  * debian/pythoncard-tools.postinst
    - removed, needed only to update the menu, but it's now created by debhelper

 -- Sandro Tosi <morph@debian.org>  Thu, 04 Mar 2010 23:55:10 +0100

pythoncard (0.8.1-8.4) unstable; urgency=low

  * Non-maintainer upload.
  * Build-Depend on python-all-dev (>= 2.5.4) for python.mk.

 -- Kumar Appaiah <akumar@debian.org>  Mon, 19 Oct 2009 17:57:10 -0500

pythoncard (0.8.1-8.3) unstable; urgency=low

  * Non-maintainer upload.
  * Changes for upcoming Python 2.6 transition (closes: #547840):
    + debian/rules:
      - Conditionally import /usr/share/python/python.mk file.
      - Pass ${py_setup_install_args} to setup.py install call.
      - Use wildcards when removing files.

 -- Luca Falavigna <dktrkranz@debian.org>  Mon, 12 Oct 2009 20:24:08 +0200

pythoncard (0.8.1-8.2) unstable; urgency=low

  * Non-maintainer upload.
  * debian/findfiles, debian/codeEditor, debian/resourceEditor:
    - Do not rely on python-support internals, search for directories
      dynamically by looking at module path instead (Closes: #517060).

 -- Luca Falavigna <dktrkranz@debian.org>  Sat, 12 Sep 2009 17:39:58 +0200

pythoncard (0.8.1-8.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix path to findfiles, codeEditor and resourceEditor:
     + patch from Ernest ter Kuile <ernestjw@xs4all.nl>. (Closes: #397018)

 -- Mohammed Adnène Trojette <adn+deb@diwi.org>  Sun, 12 Nov 2006 17:52:13 +0100

pythoncard (0.8.1-8) unstable; urgency=low

  * New maintainer (closes: #375610).

 -- Ernesto Nadir Crespo Avila <ecrespo@debianvenezuela.org>  Fri, 28 Jul 2006 22:50:57 -0400
 
pythoncard (0.8.1-7) unstable; urgency=low

  * QA upload.
  * Don't depend on removed python2.3-pythoncard. 

 -- Luk Claes <luk@debian.org>  Thu,  6 Jul 2006 18:32:41 +0200

pythoncard (0.8.1-6) unstable; urgency=low

  * QA upload.
  * Update Package to the last python policy (Closes: #373370).
  * Fix -tools shell script wrappers.

 -- Pierre Habouzit <madcoder@debian.org>  Sat,  1 Jul 2006 13:14:36 +0200

pythoncard (0.8.1-5) unstable; urgency=low

  * Orphaning package.

 -- Kenneth J. Pronovici <pronovic@debian.org>  Thu, 15 Jun 2006 20:57:01 -0500

pythoncard (0.8.1-4) unstable; urgency=low

  * Removed debian/NEWS, which I was not using properly anyway.

 -- Kenneth J. Pronovici <pronovic@debian.org>  Wed,  1 Feb 2006 21:05:54 -0600

pythoncard (0.8.1-3) unstable; urgency=low

  * Rebuild against python-wxgtk2.6 (closes: #313479, closes: #324801).
  * Bump Standards-Version to 3.6.2 (no packaging changes).
  * Removed obsolete notes about $PYTHONPATH requirements from README.Debian.
  * Placed menu files in /usr/share/menu instead of /usr/lib/menu per policy.

 -- Kenneth J. Pronovici <pronovic@debian.org>  Fri,  2 Sep 2005 18:40:46 +0000

pythoncard (0.8.1-2) unstable; urgency=low

  * Fix dependency glitches (closes: #298667).
    - Interdepencies between binary packages were not tight enough.
    - Add (= ${Source-Version}) to force packages to be upgraded together.

 -- Kenneth J. Pronovici <pronovic@debian.org>  Sat, 12 Mar 2005 13:26:24 -0600

pythoncard (0.8.1-1) unstable; urgency=low

  * New major upstream release.
    - Note that this is no longer considered a "prototype" (see NEWS)
    - You must update $PYTHONPATH for this new package to work! (see NEWS)
    - Change wxPython dependency to libwxgtk2.5.3-python
    - Remove Debian-specific changes in findfiles application
    - Rework *.install to match new upstream code
    - Remove broken (empty) Depends line for pythoncard-doc
    - Now use 'dh_install --fail-missing'; depend on debhelper (>= 4.1.75)
    - Removed '#!/usr/bin/env python' from tops of some library files

 -- Kenneth J. Pronovici <pronovic@debian.org>  Sun, 19 Dec 2004 14:50:38 -0600

pythoncard (0.7.3.1-1) unstable; urgency=low

  * New upstream release.
  * Added debian/NEWS file for release notes.

 -- Kenneth J. Pronovici <pronovic@debian.org>  Sat, 17 Apr 2004 14:41:57 -0500

pythoncard (0.7.3-1) unstable; urgency=low

  * New upstream release.
  * Changed wxWindows to wxWidgets in debian/control, to match new upstream name.
  * Now quote all arguments in debian/pythoncard-tools.menu.
  * Now remove __version__.pyc from install directory on build.
  * Tweaked README.Debian to remove incorrect description of Debian changes.
  * Applied fix from CVS to life.py in samples directory (self.size invalid).

 -- Kenneth J. Pronovici <pronovic@debian.org>  Mon,  5 Apr 2004 19:24:25 -0500

pythoncard (0.7.2-2) unstable; urgency=low

  * Bumped standards version to 3.6.1 in debian/control (no packaging changes).
  * Clarified package descriptions in debian/control (closes: #214953).
    - All descriptions use "GUI construction framework" rather than "kit"
    - Short descriptions no longer use PythonCard to describe itself
    - Short descriptions now better describe packages and refer to wxPython
    - Long descriptions now use "wxWindows" rather than "WxWindows"

 -- Kenneth J. Pronovici <pronovic@debian.org>  Sun, 19 Oct 2003 13:49:45 -0500

pythoncard (0.7.2-1) unstable; urgency=low

  * New upstream release.
  * First "official" release to the Debian archive (closes: #206807).
  * In wrappers, propogate error codes and support arguments with spaces.
  * Added versioned dependency (>= 2.4.12) for libwxgtk2.4-python.
  * Reorganized *.install to keep directory install pieces together.
  * Reworked menu item descriptions; added menu item for findfiles utility.
  * Fixed (Linux-specific?) bug in findfiles utility.

 -- Kenneth J. Pronovici <pronovic@debian.org>  Wed, 10 Sep 2003 19:09:17 -0500

pythoncard (0.7.1-2) unstable; urgency=low

  * Added debian/watch file.

 -- Kenneth J. Pronovici <pronovic@debian.org>  Mon,  8 Sep 2003 21:08:35 -0500

pythoncard (0.7.1-1) unstable; urgency=low

  * Initial package.

 -- Kenneth J. Pronovici <pronovic@debian.org>  Thu, 21 Aug 2003 21:53:14 -0500