debian/0000755000000000000000000000000011677466735007214 5ustar debian/changelog0000644000000000000000000000373611677466735011077 0ustar meliae (0.4.0-1build1) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 02:05:17 +0000 meliae (0.4.0-1) unstable; urgency=low * New upstream release. -- Jelmer Vernooij Thu, 14 Jul 2011 14:49:46 +0200 meliae (0.3.0+bzr192-1) unstable; urgency=low * New upstream snapshot. * Bump standards version to 3.9.2 (no changes). * Add python-meliae-dbg package. -- Jelmer Vernooij Sun, 19 Jun 2011 05:52:19 +0200 meliae (0.3.0+bzr190-1) unstable; urgency=low * Drop extra dependency on python-central. * Run test suite during package build. * New upstream snapshot. + Fixes compatibility with Python2.7. -- Jelmer Vernooij Tue, 22 Mar 2011 12:40:34 +0100 meliae (0.3.0-3) unstable; urgency=low * Switch to dh_python2. * Switch to debhelper 7, drop cdbs. -- Jelmer Vernooij Mon, 21 Mar 2011 12:21:37 +0100 meliae (0.3.0-2) unstable; urgency=low * Depend on cython rather than pyrex. Closes: #591536 -- Jelmer Vernooij Sat, 07 Aug 2010 16:07:29 +0200 meliae (0.3.0-1) unstable; urgency=low * New upstream release. * Bump standards version to 3.9.1. -- Jelmer Vernooij Mon, 02 Aug 2010 20:39:33 +0200 meliae (0.2.1-1) unstable; urgency=low * New upstream release. * Bump standards version to 3.9.0. -- Jelmer Vernooij Tue, 20 Jul 2010 18:26:22 +0200 meliae (0.2.1~rc1-1) experimental; urgency=low * New upstream release. * Fix homepage. Closes: #566244 -- Jelmer Vernooij Thu, 01 Jul 2010 00:22:01 +0200 meliae (0.2.0-2) unstable; urgency=low * Recommend simplejson for faster parsing. -- Jelmer Vernooij Fri, 29 Jan 2010 15:21:37 +0100 meliae (0.2.0-1) unstable; urgency=low * Initial release. (Closes: #561690) -- Jelmer Vernooij Sat, 19 Dec 2009 18:23:37 +0100 debian/rules0000755000000000000000000000122511577271462010262 0ustar #!/usr/bin/make -f PYVERS = $(shell pyversions -r -v) override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) $(MAKE) check endif override_dh_install: # Install everything excluding the *_d.so debug extensions to python-meliae dh_install -X"*_d.so" "debian/tmp/*" -p python-meliae # Install the debug extensions to python-meliae-dbg dh_install "debian/tmp/usr/lib/python*/*-packages/meliae/*_d.so" -p python-meliae-dbg # Continue with regular dh_install dh_install override_dh_strip: ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) dh_strip --dbg-package=python-meliae-dbg endif %: dh --with python2 --buildsystem=python_distutils $* debian/control0000644000000000000000000000272311577430053010602 0ustar Source: meliae Section: python Priority: optional Maintainer: Jelmer Vernooij Build-Depends: cython-dbg, debhelper (>= 8.1.0~), python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), python-simplejson Standards-Version: 3.9.2 Vcs-Bzr: http://bzr.debian.org/users/jelmer/meliae/unstable X-Python-Version: >= 2.5 Homepage: https://launchpad.net/meliae Package: python-meliae Architecture: 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: 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. debian/copyright0000644000000000000000000000206711541631644011133 0ustar Debianized by Jelmer Vernooij 20091219 Main upstream author: John Arbash Meinel Copyright and license terms: | Copyright (C) 2009 by Canonical Ltd | This program is free software; you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation; either version 3 of the License, or | (at your option) any later version. | | This program is distributed in the hope that it will be useful, | but WITHOUT ANY WARRANTY; without even the implied warranty of | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | GNU General Public License for more details. | | You should have received a copy of the GNU General Public License | along with this program; if not, write to the Free Software | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA On Debian systems, the full text of the GNU General Public License is available in /usr/share/common-licenses/GPL-3. debian/pycompat0000644000000000000000000000000211315107724010736 0ustar 2 debian/source/0000755000000000000000000000000011607563053010474 5ustar debian/source/format0000644000000000000000000000001411375053544011703 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000021511315110125010203 0ustar version=3 opts="uversionmangle=s/rc/~rc/;s/b/~b/" \ https://launchpad.net/meliae/+download http://launchpad.net/meliae/.*/meliae-(.+).tar.gz debian/patches/0000755000000000000000000000000011607563053010623 5ustar debian/patches/01_no_strip_duplicates0000644000000000000000000000066711577272015015132 0ustar === modified file 'setup.py' --- old/setup.py 2011-03-22 11:41:00 +0000 +++ new/setup.py 2011-06-19 03:58:08 +0000 @@ -27,7 +27,7 @@ "license": "GNU GPL v3", "download_url": "https://launchpad.net/meliae/+download", "packages": ["meliae"], - "scripts": ["strip_duplicates.py"], + "scripts": [], "ext_modules": ext, "classifiers": [ 'Development Status :: 4 - Beta', debian/patches/series0000644000000000000000000000002711577271753012050 0ustar 01_no_strip_duplicates debian/compat0000644000000000000000000000000211541632215010364 0ustar 7