/[collab-maint]/deb-maint/python-support/trunk/README
ViewVC logotype

Log of /deb-maint/python-support/trunk/README

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 15642 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 11 22:42:02 2010 UTC (3 years, 2 months ago) by joss
File length: 8115 byte(s)
Diff to previous 13985
* 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.

Revision 13985 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 8 15:58:59 2009 UTC (3 years, 9 months ago) by joss
File length: 8081 byte(s)
Diff to previous 12986
README: fix small but confusing mistake about public extensions.

Revision 12986 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 5 17:08:27 2009 UTC (4 years ago) by joss
File length: 8082 byte(s)
Diff to previous 12980
* 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

Revision 12980 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 5 17:06:55 2009 UTC (4 years ago) by joss
File length: 7364 byte(s)
Diff to previous 12974
* 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.

Revision 12974 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 5 17:04:43 2009 UTC (4 years ago) by joss
File length: 6930 byte(s)
Diff to previous 12970
* 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.

Revision 12970 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 5 17:03:07 2009 UTC (4 years ago) by joss
File length: 6385 byte(s)
Diff to previous 12966
* 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.

Revision 12966 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 5 17:02:16 2009 UTC (4 years ago) by joss
File length: 5754 byte(s)
Diff to previous 12962
* 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.

Revision 12962 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 5 17:01:04 2009 UTC (4 years ago) by joss
File length: 5768 byte(s)
Diff to previous 12940
* 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.

Revision 12940 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 5 16:52:55 2009 UTC (4 years ago) by joss
File length: 5632 byte(s)
Diff to previous 12916
* 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.

Revision 12916 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 5 16:41:11 2009 UTC (4 years ago) by joss
File length: 4510 byte(s)
Diff to previous 12913
  + 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.

Revision 12913 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 5 16:38:46 2009 UTC (4 years ago) by joss
File length: 4161 byte(s)
Diff to previous 12899
* 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).

Revision 12899 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 5 16:35:12 2009 UTC (4 years ago) by joss
File length: 3938 byte(s)
Diff to previous 12897
* dh_pysupport: fix typo affecting dependency generation.
* README: recommend using pyversions -vr now it works.

Revision 12897 - (view) (download) (annotate) - [select for diffs]
Added Tue May 5 16:34:29 2009 UTC (4 years ago) by joss
File length: 3900 byte(s)
* 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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5