2006
pessulus (0.10.4-1) unstable; urgency=low
* Export PYTHON=/usr/bin/python2.4 during the build and drop the
01_py-compile_2.4 and 03_configure_python_version patches since the
patched bits rely on $PYTHON by default (it might even be enough to set
PYTHON during configure).
* New upstream releases.
- Update patch 00_disable_pkg_check.
- Use a new patch, 01_use-configured-python to make the pessulus wrapper
use the correct Python runtime instead of 02_shebang.
- Drop patch 50_configure and add a new 70_mandatory-automake-and-autoconf
patch required to update autotools generated files for previous patches.
-- Loic Minier <lool@dooz.org> Sat, 29 Jul 2006 22:01:33 +0200
pessulus (0.9.2-2) unstable; urgency=low
* Move cdbs, debhelper, and gnome-pkg-tools from Build-Depends-Indep to
Build-Depends.
* Add watch file.
* Python transition.
- Fix deps to have versionned deps on python-foo packages but keep the
python2.4-foo deps, thanks Luk Claes. (Closes: #377822)
- Bump up debhelper build-dep to >= 5.0.37.2.
- Set Python compatibility level to 2.
- Add XB-Python-Version to pessulus.
- Add a python-central (>= 0.4.17) build-dep.
- Build-depend on cdbs (>= 0.4.43).
- Add a XS-Python-Version (>= 2.4).
- Call dh_pycentral to fill XB-Python-Version and add a pycentral dep.
* Move executable bit fix before dh_python and dh_pycentral.
-- Loic Minier <lool@dooz.org> Sat, 29 Jul 2006 20:46:44 +0200
pessulus (0.9.2-1) unstable; urgency=low
* New upstream release.
- Update patches to apply to the new release.
[debian/patches/00_disable_pkg_check.patch,
debian/patches/01_py-compile_2.4.patch,
debian/patches/50_configure.patch]
* Bump up Standards-Version to 3.7.2.
[debian/control, debian/control.in]
-- Loic Minier <lool@dooz.org> Wed, 31 May 2006 18:01:27 +0200
pessulus (0.9.1-2) unstable; urgency=low
* Upload to unstable. (Closes: #345450) * debian/control.in: updated e-mail address.
-- Guilherme de S. Pastore <gpastore@debian.org> Tue, 18 Apr 2006 00:03:00 -0300
pessulus (0.9.1-1) experimental; urgency=low
* New upstream releases.
- Update PKG_CHECK_MODULES removal patch and re-run autoconf.
[debian/patches/00_disable_pkg_check.patch,
debian/patches/50_configure.patch]
* Don't sync with Ubuntu yet, as dapper assumes python is a 2.4 python but
sid doesn't.
* Set the executable bit on Python files having a shebang to make lintian
happy.
[debian/rules]
-- Loic Minier <lool@dooz.org> Thu, 13 Apr 2006 16:07:39 +0200
pessulus (0.8-1) experimental; urgency=low
* New upstream releases. (Closes: #348652) - Update and split PKG_CHECK_MODULES() removal patch. [debian/patches/00_disable_pkg_check.patch, debian/patches/50_configure.patch] - Update and split python interpreter detection patch. [debian/patches/03_configure_python_version.patch, debian/patches/50_configure.patch] * Add ${misc:Depends} to deps. [debian/control, debian/control.in]
-- Loic Minier <lool@dooz.org> Wed, 1 Mar 2006 20:39:25 +0100
2005
pessulus (0.3-2) experimental; urgency=low
* The "Uh, that was ugly, and now it's worse!" release
* New upstream release
* debian/control.in:
- depend on ${python:Depends}
- re-add build-dependency on python
* debian/patches/03_configure_python_version.patch:
- make configure ignore 'python' as python version
* debian/rules:
- pass -V to dh_python instead of creating the python symlink (which
would fail if the build was attempted as a non-root user anyway)
-- Guilherme de S. Pastore <guilherme.pastore@terra.com.br> Sat, 31 Dec 2005 11:06:28 -0200
pessulus (0.2-1) experimental; urgency=low
* New upstream release
- 00_disable_pkg_check.patch: updated
* debian/control.in:
- build-depend on python2.4, not python
* debian/rules:
- create symlink from python to python2.4
-- Guilherme de S. Pastore <guilherme.pastore@terra.com.br> Sun, 4 Dec 2005 11:46:42 -0200
pessulus (0.1-1) experimental; urgency=low
* Initial release (Closes: #341894) * debian/patches/00_disable_pkg_check.patch: - disable checks on configure as we don't need them at build-time * debian/patches/01_py-compile_2.4.patch: - force the use of python 2.4 on py-compile; we don't currently install python, so we don't get the symlink * debian/patches/02_shebang.patch: - use /usr/bin/python2.4 instead of /usr/bin/env python
-- Guilherme de S. Pastore <guilherme.pastore@terra.com.br> Fri, 11 Nov 2005 14:53:44 -0200