~ubuntu-branches/ubuntu/vivid/python-memory-profiler/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Changwoo Ryu
  • Date: 2014-10-19 17:18:27 UTC
  • Revision ID: package-import@ubuntu.com-20141019171827-forkah94q5vjw60r
Tags: 0.31+git20141019-1
Initial release (Closes: #764855)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: python-memory-profiler
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Changwoo Ryu <cwryu@debian.org>
 
5
Build-Depends: debhelper (>= 9.0.0),
 
6
               dh-python (>> 1.20130913),
 
7
               python-all (>= 2.6.6-3~),
 
8
               python-setuptools,
 
9
               python3-all (>= 3.2~),
 
10
               python3-setuptools,
 
11
               python-psutil,
 
12
               python3-psutil,
 
13
Standards-Version: 3.9.6
 
14
Homepage: https://github.com/fabianp/memory_profiler
 
15
Vcs-Git: git://anonscm.debian.org/users/cwryu/python-memory-profiler.git
 
16
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/cwryu/python-memory-profiler.git;a=summary
 
17
X-Python-Version: >= 2.6
 
18
X-Python3-Version: >= 3.2
 
19
 
 
20
Package: python-memory-profiler
 
21
Architecture: all
 
22
Depends: ${misc:Depends},
 
23
         ${python:Depends},
 
24
         python-psutil,
 
25
Description: memory consumption analysis for Python programs (Python 2 build)
 
26
 This is a Python module for monitoring memory consumption of a process
 
27
 as well as line-by-line analysis of memory consumption for Python
 
28
 programs.
 
29
 .
 
30
 This module is built for Python version 2.x.
 
31
 
 
32
Package: python3-memory-profiler
 
33
Architecture: all
 
34
Depends: ${misc:Depends},
 
35
         ${python:Depends},
 
36
         python3-psutil,
 
37
Description: memory consumption analysis for Python programs (Python 3 build)
 
38
 This is a Python module for monitoring memory consumption of a process
 
39
 as well as line-by-line analysis of memory consumption for Python
 
40
 programs.
 
41
 .
 
42
 This module is built for Python version 3.x.