Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
* dh_pysupport: fix syntax errors in previous patch. * README: document that only python is required for arch: all packages, not python-dev. Also talk about python-support itself. Closes: #563749. * dh_pysupport: print an error if the default Python version cannot be found. Closes: #572155. * parseversions: I hate regexes. * dh_pysupport: ensure there is a Python dependency even when no specific versions are required. Closes: #568811.
README: fix small but confusing mistake about public extensions.
* Add a quick guide for maintainers on top of the README. Maybe it
will prevent maintainers from doing useless things they thought were
necessary by reading the rest.
* movemodules:
+ Now that we have the /var/lib/python-support symlink, also move
files from that directory at build time, this will avoid to change
a couple of packages.
+ Preserve relative symbolic links when moving them to a different
level
* Major changes to the installed packages format. The old format is
still supported at runtime, but will not be generated anymore.
* Private modules now ship foo.private files, containing the metadata
and file listing for the package.
* Public modules now ship foo.public files for metadata and listing,
and files go to /usr/{share,lib}/pyshared. Closes: #478178.
* The modules installation path was changed to /usr/lib/pymodules.
* The private directory has moved to
/usr/share/python-support/private. The specific scripts are now
installed in here.
* Important documentation updates.
* copyright: point to the correct LGPL location.
* Add support for python2.6.
* update-python-modules (post_change_stuff):
+ Don't create a namespace package if there is a file named .noinit
in the same directory. Closes: #459468.
* dh_pysupport: add correct dependencies when there is such a file.
* README: document how to do that and that you shouldn't.
* update-python-modules:
+ Integrate a part of the Ubuntu change for LP#208961, fixes a
crash that might occur if a dangling symbolic link to an old
version of the file in a removed package is found.
* README:
+ Document the specific case of daemons needing namespace packages.
This should be very rare, but you never know.
* update-python-modules:
+ Handle the case where a daemon package uses a module that ships a
.pth file. In this case, it is needed at once and we cannot wait
for the trigger.
* Depend on debhelper 1.14.19 to not get hit by #479850.
* Fix minor issue in README.
* update-python-modules:
+ Correctly handle the clean mode when called with an unknown
directory as argument. Closes: #468848.
+ Fail when a package tries to provide an extension provided by
another one (the previous code only worked for modules).
* README: document that you shouldn't remove the
/usr/share/python-support/foo directory.
* control: properly capitalize Python.
* pysupport-movemodules:
+ Fix a case where the original installation directory was not
removed.
+ Move modules from /var/lib/python-support as well. This allows
to handle packages that hardcode the path to the modules
(closes: #397895).
* README:
+ Document the procedure for such packages.
+ Also document the Python-Depends field.
+ Create .pyversion in private module directories when the -V option
is used. Require python-support 0.4 in this case.
+ Handle python dependencies for private modules.
+ Handle script dependencies.
+ Improve comments in the code.
+ Remove .py[co] files in the private module directories.
+ Bytecompilation of private modules for non-default python
versions, using the .pyversion file.
* README:
+ Document all these changes.
+ Document that using dh_python is not recommended.
* python-support.rtupdate: only run the script when called with the "rtupdate" argument. * pysupport-movemodules: keep foo.so.3 files in /usr/lib, but print a warning. * dh_pysupport: + Fix typo in documentation (closes: #375934). + Fix --noscripts usage (closes: #378421). * README: a few clarifications from Cédric Delfosse (closes: #378161).
* dh_pysupport: fix typo affecting dependency generation. * README: recommend using pyversions -vr now it works.
* README: add correct documentation (closes: #370515). * pysupport-movemodules: remove .pyc and .pyo files if some are generated.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |