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

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-02-17 03:05:01 UTC
  • Revision ID: james.westby@ubuntu.com-20070217030501-lttl23gr5uml97f0
Tags: 2.6.27.dfsg-1ubuntu2
* Build a python-libxml2-dbg package.
* Set Ubuntu maintainer address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libxml2
2
2
Priority: optional
3
3
Section: libs
4
 
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
 
4
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
5
6
Uploaders: Mike Hommey <glandium@debian.org>
6
7
Standards-Version: 3.7.2.2
7
 
Build-Depends: debhelper (>= 5.0.37.2), zlib1g-dev | libz-dev, python-all-dev (>= 2.3.5-11), python-support (>= 0.3), autotools-dev, libreadline5-dev | libreadline-dev, binutils (>= 2.14.90.0.7)
 
8
Build-Depends: debhelper (>= 5.0.37.2), zlib1g-dev | libz-dev, python-all-dev (>= 2.3.5-11), python-all-dbg (>= 2.5-0ubuntu5), python-support (>= 0.3), autotools-dev, libreadline5-dev | libreadline-dev, binutils (>= 2.14.90.0.7)
8
9
 
9
10
Package: libxml2
10
11
Architecture: any
113
114
Replaces: python2.3-libxml2 (<< 2.6.26.dfsg-2), python2.4-libxml2 (<< 2.6.26.dfsg-2)
114
115
Provides: ${python:Provides}
115
116
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 
117
Suggests: python-libxml2-dbg
116
118
XB-Python-Version: ${python:Versions}
117
119
Description: Python bindings for the GNOME XML library
118
120
 XML is a metalanguage to let you design your own markup language.
124
126
 .
125
127
 This package contains the files needed to use the GNOME XML library
126
128
 in Python programs.
 
129
 
 
130
Package: python-libxml2-dbg
 
131
Priority: extra
 
132
Architecture: any
 
133
Section: python
 
134
Depends: python-dbg, python-libxml2 (= ${Source-Version}), ${shlibs:Depends}
 
135
Description: Python bindings for the GNOME XML library (debug extension)
 
136
 XML is a metalanguage to let you design your own markup language.
 
137
 A regular markup language defines a way to describe information in
 
138
 a certain class of documents (eg HTML). XML lets you define your
 
139
 own customized markup languages for many classes of document. It
 
140
 can do this because it's written in SGML, the international standard
 
141
 metalanguage for markup languages.
 
142
 .
 
143
 This package contains the extension built for the python debug interpreter.