File: control

package info (click to toggle)
pywbxml 0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,436 kB
  • ctags: 43
  • sloc: sh: 8,867; makefile: 64; python: 24
file content (23 lines) | stat: -rw-r--r-- 1,028 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: pywbxml
Section: libs
Priority: optional
Maintainer: Jonny Lamb <jonny@debian.org>
Build-Depends: autotools-dev, debhelper (>= 5), libwbxml2-dev (>= 0.9.2-4), libxml2-dev, python (>= 2.2), python-all-dev, python-central (>= 0.5), python-pyrex,  pkg-config, quilt
XS-Python-Version: all
Standards-Version: 3.7.3
Vcs-Git: git://git.jonnylamb.com/git/packaging/pywbxml.git
Vcs-Browser: http://git.jonnylamb.com/?p=packaging/pywbxml.git;a=summary

Package: python-wbxml
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: WBXML parsing and encoding library -- Python bindings 
 The WBXML Library (aka libwbxml) contains a library and its associated
 tools to Parse, Encode and Handle WBXML documents. The WBXML format
 is a binary representation of XML, defined by the Wap Forum, and used
 to reduce bandwidth in mobile communications.
 .
 This package contains the Python bindings for the library.