Source: meliae Section: python Priority: optional Maintainer: Jelmer Vernooij Build-Depends: cython-dbg (>= 0.25.2-2), debhelper (>= 9), python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), python-simplejson Standards-Version: 4.1.2 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 XS-Testsuite: autopkgtest Package: python-meliae Architecture: linux-any kfreebsd-any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Recommends: python-simplejson Provides: ${python:Provides} Suggests: python-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: python-meliae-dbg Architecture: linux-any kfreebsd-any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-meliae (= ${binary:Version}) Recommends: python-dbg Provides: ${python:Provides} Section: debug Priority: extra 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.