~ubuntu-branches/ubuntu/maverick/libxml2/maverick

« back to all changes in this revision

Viewing changes to python/setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-06-23 21:19:36 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080623211936-houumen8pccvs06t
Tags: 2.6.32.dfsg-2ubuntu1
* Merge with Debian; remaining changes:
  - debian/rules: create a udeb for debian-installer, correct libxml2-dev
    Depends to include zlib1g-dev.
  - Build a python-libxml2-dbg package.
  - Link using -Bsymbolic-functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
setup (name = "libxml2-python",
227
227
       # On *nix, the version number is created from setup.py.in
228
228
       # On windows, it is set by configure.js
229
 
       version = "2.6.31",
 
229
       version = "2.6.32",
230
230
       description = descr,
231
231
       author = "Daniel Veillard",
232
232
       author_email = "veillard@redhat.com",