[Python-modules-commits] [python-trappy] 01/12: initial import

Javier Merino Cacho vicho at moszumanska.debian.org
Sat Oct 24 18:37:17 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 02cc1ad632dcac1b77a6f29a6665d74b1e9e0530
Author: Javi Merino <vicho at debian.org>
Date:   Sat Oct 24 19:31:22 2015 +0100

    initial import
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 22 ++++++++++++++++++++++
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 debian/watch         |  4 ++++
 6 files changed, 41 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..adcd355
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+trappy (1.0.0-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.8.5
+
+ -- Javi Merino <vicho at debian.org>  Wed, 30 Sep 2015 14:29:26 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..230d5ee
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+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)
+Standards-Version: 3.9.6
+Homepage: http://arm-software.github.io/trappy
+
+Package: python-trappy
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+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
+ 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.
+ .
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e6b82c0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.5 at
+# Wed, 30 Sep 2015 14:29:26 +0100
+export PYBUILD_NAME=trappy
+%:
+	dh $@ --with python2 --buildsystem=pybuild
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1bd2136
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/TRAPpy/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/TRAPpy/TRAPpy-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

-- 
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