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
|
simpleparse (2.1.0a1-2) unstable; urgency=low
* Do not forbid to build against furture Python 2.6 and add a patch to
remove the use of "with" as variable since it will become a reserved
keyword.
* Fix a bashism in debian/rules, thanks to patch from Chris Lamb
(Closes: #484437).
* Update Standards-Version to 3.8.0
* Do not use XS-Python-Version since this is now deprecated by python-support
* Test only the libraries built for the current version of Python
(Closes: #485055), thanks to Daniel Schepler for spotting this one.
-- Vincent Bernat <bernat@debian.org> Mon, 16 Jun 2008 19:27:39 +0200
simpleparse (2.1.0a1-1) unstable; urgency=low
* New upstream release (Closes: #357537).
* Maintainership set to Debian Python Modules Team
* Bump Standards-Version to 3.7.3
* Build-Depends on python-setuptools
* Add Vcs-* fields to debian/control
* Ship three packages: one with mxtexttools, another with
architecture-independant files and the last one with documentation and
examples.
* Add some cleaning rules to be able to build the package twice in a row
* Add debian/watch
* Run unit tests on build
* Ship with parts of mxTextTools and therefore does not need it any more
(Closes: #426429).
* Acknowledge NMU (Closes: #373381).
-- Vincent Bernat <bernat@luffy.cx> Wed, 29 Aug 2007 11:30:36 +0200
simpleparse (2.0.0-3.1) unstable; urgency=low
* Non-maintainer upload.
* Update simpleparse to the new python policy (Closes: #373381).
* Fix B-D-I/B-D problems (see policy 7.6).
-- Pierre Habouzit <madcoder@debian.org> Thu, 29 Jun 2006 12:17:04 +0200
simpleparse (2.0.0-3) unstable; urgency=low
* Initial release for uploading to Debian (Closes: #271781)
-- Seo Sanghyeon <tinuviel@sparcs.kaist.ac.kr> Mon, 7 Mar 2005 19:33:25 +0900
simpleparse (2.0.0-2) unstable; urgency=low
* Depend on python-dev to fix build failure
* Correct Bulid-Depends to Build-Depends-Indep
* Install documentation and example properly
-- Seo Sanghyeon <tinuviel@sparcs.kaist.ac.kr> Mon, 7 Mar 2005 13:12:56 +0900
simpleparse (2.0.0-1) unstable; urgency=low
* Initial packaging.
-- Seo Sanghyeon <tinuviel@sparcs.kaist.ac.kr> Thu, 29 Jul 2004 17:28:02 +0900
|