Source: pygccxml
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               gccxml,
               python,
               unzip
Standards-Version: 3.9.6
X-Python-Version: >= 2.5
Homepage: http://www.language-binding.net/pygccxml/pygccxml.html

Package: python-pygccxml
Architecture: all
Depends: gccxml,
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Description: specialized XML reader reads the output from gccxml
 The purpose of pygccxml is to read a generated file and provide a
 simple framework to navigate C++ declarations using Python classes.
 .
 This package provides the Python module that can be import for uses.
