[Python-modules-commits] [python-trappy] 02/12: control customizations
Javier Merino Cacho
vicho at moszumanska.debian.org
Sat Oct 24 18:37:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
vicho pushed a commit to branch master
in repository python-trappy.
commit d034cb088cf52a483171f225f539b2a94d11eb8b
Author: Javi Merino <vicho at debian.org>
Date: Sat Oct 24 19:31:27 2015 +0100
control customizations
---
debian/control | 38 +++++++++++++++++++++++++++++++++-----
1 file changed, 33 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 230d5ee..710a4b7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,50 @@
Source: trappy
-Maintainer: Javi Merino <vicho at debian.org>
Section: python
Priority: optional
-Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders:
+ Javi Merino <vicho at debian.org>,
+Build-Depends:
+ dh-python,
+ python-setuptools (>= 0.6b3),
+ python-all (>= 2.6.6-3~),
+ debhelper (>= 9~),
+ python-docutils,
+ python-sphinx (>= 1.0.7+dfsg-1~),
Standards-Version: 3.9.6
Homepage: http://arm-software.github.io/trappy
Package: python-trappy
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Suggests:
+ python-trappy-doc,
Description: Trace Analysis and Plotting
TRAPpy is a framework written in python for
analysing and plotting FTrace data by converting it into standardised
- PANDAS DataFrames (tabular times series data representation).The goal is to
+ PANDAS DataFrames (tabular times series data representation). The goal is to
allow developers easy and systematic access to FTrace data and leverage
the flexibility of PANDAS for the analysis.
.
TRAPpy also provides functionality to build complex statistical analysis
based on the underlying FTrace data.
- .
+Package: python-trappy-doc
+Architecture: all
+Section: doc
+Depends:
+ ${sphinxdoc:Depends},
+ ${misc:Depends},
+Description: Trace Analysis and Plotting (documentation)
+ TRAPpy is a framework written in python for
+ analysing and plotting FTrace data by converting it into standardised
+ PANDAS DataFrames (tabular times series data representation). The goal is to
+ allow developers easy and systematic access to FTrace data and leverage
+ the flexibility of PANDAS for the analysis.
+ .
+ TRAPpy also provides functionality to build complex statistical analysis
+ based on the underlying FTrace data.
+ .
+ This is the documentation package.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-trappy.git
More information about the Python-modules-commits
mailing list