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
|
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
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
|