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

« back to all changes in this revision

Viewing changes to xml2Conf.sh

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 19:50:33 UTC
  • Revision ID: james.westby@ubuntu.com-20071205195033-ti05mbo96lfyuhfe
Tags: 2.6.30.dfsg-3ubuntu1
* 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.
  - Fix a regression using XSLT copy element. LP: #147144.
* Link using -Bsymbolic-functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Configuration file for using the XML library in GNOME applications
 
3
#
 
4
XML2_LIBDIR="-L/usr/lib"
 
5
XML2_LIBS="-lxml2"
 
6
XML2_INCLUDEDIR="-I/usr/include/libxml2"
 
7
MODULE_VERSION="xml2-2.6.30"
 
8