lp:ubuntu/hardy/python-xml

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/hardy/python-xml
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

19. By Matthias Klose

Explicitely remove /usr/lib/python2.[345]/site-packages/_xmlplus,
likely be left by an earlier python-central version. LP: #212917.

18. By Matthias Klose

Install the files outside of sys.path, so that the package
does not overlay the xml code as found in the core python packages.
This package should be removed once all rdepends are gone. For
now, packages have to add this path before the first xml import:
sys.path.append('/usr/lib/python%s/site-packages/oldxml' % sys.version[:3])

17. By Matthias Klose

Rebuild with recent python-central.

16. By Matthias Klose

Fake sync (different .orig.tar.gz).

15. By Matthias Klose

Split documentation and examples out to a new python-xml-doc package.

14. By Matthias Klose

Pseudo sync with Debian (differing source package); no changes left.

13. By Matthias Klose

Pseudo sync with Debian (differing source package); no changes left.

12. By Matthias Klose

Fix PyMem_DEL-->PyObject_DEL. Ubuntu #95649.

11. By Matthias Klose

debian/rules: Fix typo.

10. By Matthias Klose

* Build the extension for the python debug interpreter.
* Set Ubuntu maintainer address.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers