Source: meliae
Section: python
Priority: optional
Maintainer: Jelmer Vernooĳ <jelmer@debian.org>
Rules-Requires-Root: no
Build-Depends: cython3-dbg (>= 0.25.2-2),
               debhelper-compat (= 12),
               python3-all-dev,
               python3-all-dbg,
               python3-simplejson,
               python3-setuptools,
               dh-python
Standards-Version: 4.5.0
Vcs-Bzr: https://code.launchpad.net/~jelmer/debian/sid/meliae/unstable
Vcs-Browser: https://code.launchpad.net/~jelmer/debian/sid/meliae/unstable
Homepage: https://launchpad.net/meliae

Package: python3-meliae
Architecture: linux-any kfreebsd-any hurd-any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Recommends: python3-simplejson
Provides: ${python3:Provides}
Suggests: python3-meliae-dbg
Description: Memory analysis tool for Python
 Meliae is a library meant to help people understand how their memory is being
 used in Python.
 .
 This project is similar to heapy (in the 'guppy' project), in its attempt to
 understand how memory has been allocated.
 .
 Currently, its main difference is that it splits the task of computing
 summary statistics of memory consumption from the actual scanning of memory
 consumption.

Package: python3-meliae-dbg
Architecture: linux-any kfreebsd-any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-meliae (= ${binary:Version})
Recommends: python3-dbg
Provides: ${python3:Provides}
Section: debug
Description: Memory analysis tool for Python - Debug extension
 Meliae is a library meant to help people understand how their memory is being
 used in Python.
 .
 This package contains the debug extension.
