Skip to content

Debian Changelog python-unit (1.4.1-16)

2006

python-unit (1.4.1-16) unstable; urgency=low

   * Rewrote /usr/bin/unittestgui in python, to avoid hardcoding a path
     (closes: #379591)

 -- Alexandre Fayolle <afayolle@debian.org>  Mon, 31 Jul 2006 11:16:15 +0200

python-unit (1.4.1-15) unstable; urgency=low

   * Added missing build dependency on python-support (closes: #375260)

 -- Alexandre Fayolle <afayolle@debian.org>  Mon, 26 Jun 2006 15:33:55 +0200

python-unit (1.4.1-14) unstable; urgency=low

   * Complie with policy ยง7.6
   * Added lintian override for false positive on
     copyright-should-refer-to-common-license-file-for-gpl

 -- Alexandre Fayolle <afayolle@debian.org>  Fri, 16 Jun 2006 09:24:26 +0200

python-unit (1.4.1-13) unstable; urgency=low

   * Updated to new python policy
   * Updated standards version to 3.7.2

 -- Alexandre Fayolle <afayolle@debian.org>  Tue, 13 Jun 2006 18:35:05 +0200

python-unit (1.4.1-12) unstable; urgency=low

   * Removed dependencies on python2.[12] and python2.[12]-tk (Closes: #362466)
   * Updated debian/watch file
   * Use debhelper in version 5 compatibility mode

 -- Alexandre Fayolle <afayolle@debian.org>  Thu, 13 Apr 2006 19:12:14 +0200

python-unit (1.4.1-11) unstable; urgency=low

   * Don't install unittest.py and use the one shipped in standard python
     library (Closes: #354525)

 -- Alexandre Fayolle <afayolle@debian.org>  Fri, 17 Mar 2006 21:17:52 +0100

2005

python-unit (1.4.1-10) unstable; urgency=low

   * Fixed unittestgui laucher script to pass additional arguments (Closes: #320928)
   * Replaced packaging for each version of the python interpreter with one
     package putting things in /usr/lib/site-python, so that the modules
     are available to any python interpreter installed
   * updated standards to 3.6.2

 -- Alexandre Fayolle <afayolle@debian.org>  Fri, 23 Dec 2005 17:27:19 +0100

python-unit (1.4.1-9) unstable; urgency=low

   * Fixed update-alternatives in prerm scripts (Closes: #288298)
   * Quoted menu entries to remove lintian warnings
   * Reworked short description to remove lintian warnings

 -- Alexandre Fayolle <afayolle@debian.org>  Mon, 3 Jan 2005 09:10:26 +0100

2004

python-unit (1.4.1-8) unstable; urgency=low

   * Updated maintainer's email address
   * added debian/watch file

 -- Alexandre Fayolle <afayolle@debian.org>  Wed, 6 Oct 2004 19:51:10 +0200

python-unit (1.4.1-7) unstable; urgency=low

   * Fixed lintian warning in debian/copyrights
   * Updated Standards-Version
   * Fixed missing dependency on python-tk
   * Added script to launch unittestgui easily, and a manpage
   * Added menu entry for unittestgui

 -- Alexandre Fayolle <alexandre.fayolle@logilab.fr>  Sat, 14 Feb 2004 19:46:40 +0100

2003

python-unit (1.4.1-6) unstable; urgency=low

   * Changed section to "python"
   * updated Standards-Version
   * changed default python version to 2.3

 -- Alexandre Fayolle <alexandre.fayolle@logilab.fr>  Mon, 11 Aug 2003 08:29:57 +0200

2002

python-unit (1.4.1-5) unstable; urgency=low

   * Changed default python version. Closes: Bug#161578
   * Added python2.3-unit
   * debian/copyright: added Python License since python-unit is
     licensed under the terms of Python.

 -- Alexandre Fayolle <alexandre.fayolle@logilab.fr>  Thu, 5 Sep 2002 14:49:50 +0200

python-unit (1.4.1-4) unstable; urgency=low

   * New maintainer
   * debian/rules:
     - removed build directory in clean target

 -- Alexandre Fayolle <alexandre.fayolle@logilab.fr>  Wed, 12 Jun 2002 10:02:02 +0200

2001

python-unit (1.4.1-3) unstable; urgency=low

   * Added generation of python2.2-unit, a Python 2.2.x specific
     version of the package.
   * debian/control:
     - added python2.2-dev to build dependencies.
     - added a dedicated section for python2.2-unit.

 -- Jerome Marant <jerome@debian.org>  Sat, 8 Dec 2001 13:28:52 +0100

python-unit (1.4.1-2) unstable; urgency=low

   * Modified the package with respect to the Python Policy.
     Closes: Bug#118256.
   * debian/rules:
     + added the building of python2.1-unit.
     + removed the support for Python 1.5.x and 2.0.
   * debian/control:
     + added python2.1-unit, a Python 2.1.x specific version of the
       package.
     + python-unit is now a dummy package that depends on python2.1-unit.
     + added python2.1-dev in build dependencies.
     + Replaced Build-Depends with Build-Depends-Indep.

 -- Jerome Marant <jerome@debian.org>  Sun, 4 Nov 2001 22:34:00 +0100

python-unit (1.4.1-1) unstable; urgency=low

   * New upstream release.
   * debian/rules:
     + Changed Debhelper version to v3.
     + Modified to build with the help of distutils.
   * debian/control:
     + Changed architecture tag to `all' since packages contain
       only architecture independent files.
     + Bumped debhelper version dependency to 3.0.0.
     + Switched Standards-Version to 3.5.6.

 -- Jerome Marant <jerome@debian.org>  Fri, 10 Aug 2001 20:49:54 +0200

python-unit (1.3.1-3) unstable; urgency=low

   * Changed maintainer email address.
   * Switched Standards-Version to 3.5.2.

 -- Jerome Marant <jerome@debian.org>  Sun, 25 Mar 2001 23:46:29 +0200

python-unit (1.3.1-2) unstable; urgency=low

   * Changed the interpreter name to python2 in the postinst
     when calling compileall.py. Closes: Bug#88756.
   * Fixed a bug in doc-base installation for python2-unit.

 -- Jerome Marant <jerome.marant@free.fr>  Tue, 6 Mar 2001 17:26:32 +0100

python-unit (1.3.1-1) unstable; urgency=low

   * New upstream release.
   * New python2 package.
   * Updated extra documentation.

 -- Jerome Marant <jerome.marant@free.fr>  Thu, 15 Feb 2001 17:45:18 +0100

2000

python-unit (1.2.0-1) unstable; urgency=low

   * Initial Release.
   * Added two extra docs from PyUnit home page.

 -- Jerome Marant <jerome.marant@free.fr>  Sat, 29 Jul 2000 16:01:14 +0200