| 42 |
for a package supporting python2.2, and all versions starting from |
for a package supporting python2.2, and all versions starting from |
| 43 |
python2.4. |
python2.4. |
| 44 |
* Public extensions (.so files) are handled just like public modules: |
* Public extensions (.so files) are handled just like public modules: |
| 45 |
they are listed in the foo.private file. However, extensions for each |
they are listed in the foo.public file. However, extensions for each |
| 46 |
pythonX.Y will be located in /usr/lib/pyshared/pythonX.Y/, while they |
pythonX.Y will be located in /usr/lib/pyshared/pythonX.Y/, while they |
| 47 |
are installed in /usr/lib/pymodules/pythonX.Y together with the |
are installed in /usr/lib/pymodules/pythonX.Y together with the |
| 48 |
corresponding modules. |
corresponding modules. |