Log of /deb-maint/python-support/trunk
Directory Listing
Revision
12909 -
Directory Listing
Modified
Tue May 5 16:37:47 2009 UTC
(4 years ago)
by
joss
debian/prerm: in the case update-python-modules fails, cleanup by
hand and exit gracefully. This should make upgrades from broken
versions work.
Revision
12907 -
Directory Listing
Modified
Tue May 5 16:37:14 2009 UTC
(4 years ago)
by
joss
update-python-modules: Fix a case where the .path file wasn't
cleaned up automatically upon package removal.
Revision
12905 -
Directory Listing
Modified
Tue May 5 16:36:45 2009 UTC
(4 years ago)
by
joss
update-python-modules: don't try to generate a .path file if the
directory doesn't exist. Thanks Bastian Blank for noticing this.
Revision
12903 -
Directory Listing
Modified
Tue May 5 16:36:20 2009 UTC
(4 years ago)
by
joss
* update-python-modules: handle .pth files correctly, by concatenating
them into ".path".
* rules: python-support.pth is now a symbolic link to this .path.
* dh_pysupport: make packages depend on python-support 0.3.4 to avoid
hitting the bug.
Revision
12901 -
Directory Listing
Modified
Tue May 5 16:35:39 2009 UTC
(4 years ago)
by
joss
pysupport-movemodules: fix directory creation in the case there is
no .py at all in the package.
Revision
12899 -
Directory Listing
Modified
Tue May 5 16:35:12 2009 UTC
(4 years ago)
by
joss
* dh_pysupport: fix typo affecting dependency generation.
* README: recommend using pyversions -vr now it works.
Revision
12897 -
Directory Listing
Modified
Tue May 5 16:34:29 2009 UTC
(4 years ago)
by
joss
* README: add correct documentation (closes: #370515).
* pysupport-movemodules: remove .pyc and .pyo files if some are
generated.
Revision
12895 -
Directory Listing
Modified
Tue May 5 16:33:51 2009 UTC
(4 years ago)
by
joss
* Acknowledge NMU (closes: #372774).
* Increase minimal dependency to 0.2 in the helper script.
+ Make it 0.3 in the case where /usr/lib/python-support exists.
* rules: cdbs already provides DEB_VERSION, no need to re-compute it.
* install: install dh_pysupport in /usr/bin.
* Don't build-depend on perl.
* Standards-version is 3.7.2.
* Add more warnings and errors for package making wrong uses of
python-support or using the python-support 0.1 compatibility mode.
* Use "pyversions -s to get the list of python versions.
+ Depend on python 2.3.5-6.
* Improve a bit the manual page.
* Fail if a package tries to overwrite a file provided by another
package (closes: #373753).
* Support extensions, by searching
/usr/lib/python-support/$package/$version for files specific to a
python version.
* New command: pysupport-movemodules, to move modules from
/usr/lib/python2.X trees to the python-support hierarchies.
* Call this command in dh_pysupport.
* Add the ability to generate a .version in dh_pysupport, by copying
debian/pyversions.
* Add the possibility for automatic generation of ${python:Depends}
and ${python:Provides}, when calling dh_pysupport -d.
* Provide python-support.rt* scripts to provide hooks when python
versions are installed or removed.
+ The dependency on python (<< 2.4) can be removed.
* New command: pysupport-parseversions. It parses
debian/package.pyversions files to display the list of supported
versions that are included in the version list described here.
Revision
12893 -
Directory Listing
Modified
Tue May 5 16:31:41 2009 UTC
(4 years ago)
by
joss
* Non-maintainer upload.
* Integrate dh_pysupport and generate the corresponding man-page.
Closes: #372774
Revision
12891 -
Directory Listing
Modified
Tue May 5 16:30:37 2009 UTC
(4 years ago)
by
joss
* Rewrite the version parser to correctly handle the "-2.x" version
string.
* Remove support for python2.1 and python2.2.
* Purge directories for old python versions.
* Standards-version is 3.7.0.
Revision
12889 -
Directory Listing
Modified
Tue May 5 16:29:26 2009 UTC
(4 years ago)
by
joss
missing in previous commit
Revision
12888 -
Directory Listing
Modified
Tue May 5 16:28:34 2009 UTC
(4 years ago)
by
joss
Include /usr/share/python-support in the package (closes: #365550).
Revision
12886 -
Directory Listing
Modified
Tue May 5 16:28:02 2009 UTC
(4 years ago)
by
joss
* Link the .py files (closes: #365111, #348596, #363505).
* Support /usr/share/python-support/foo/.version to list the python
versions for which the package is known to work.
* Make python-support entirely stateless. We now rely on
/usr/share/python-support/*/ for directories to install and on
/usr/share/python-support/*.dirs for directories to bytecompile in
situ.
* Improve performance by byte-compiling for non-default python
versions in a single run.
* Treat relative paths in arguments as belonging to
/usr/share/python-support.
* Support python 2.5.
Revision
12884 -
Directory Listing
Modified
Tue May 5 16:27:14 2009 UTC
(4 years ago)
by
joss
Create /var/lib/python-support first.
Revision
12882 -
Directory Listing
Modified
Tue May 5 16:25:24 2009 UTC
(4 years ago)
by
joss
Initial release (closes: #345638).
Revision
12881 -
Directory Listing
Added
Tue May 5 16:23:04 2009 UTC
(4 years ago)
by
joss
Create repository for python-suppor