2011
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
2010
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
2009
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
2006
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
2005
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
2004
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
2003
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