From b787f9302492590fc5075c380eb8d9738f954b04 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Mon, 2 Mar 2009 17:24:50 +1100 Subject: [PATCH] Add initial debian packaging metadata Signed-off-by: Jeremy Kerr --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 15 +++++++++++++++ debian/rules | 11 +++++++++++ 4 files changed, 32 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e09c733 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +hiprofile (0.1) jaunty; urgency=low + + * Initial package + + -- Jeremy Kerr Mon, 02 Mar 2009 17:19:25 +1100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0e27d5e --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: hiprofile +Priority: extra +Maintainer: Jeremy Kerr +XS-Python-Version: all +Build-Depends: cdbs, debhelper (>= 5.0.51), pkg-config, python-central +Standards-Version: 3.8.0 +Section: devel +Homepage: http://ozlabs.org/~jk/projects/hiprofile/ + +Package: hiprofile +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +XB-Python-Version: all +Description: HTML Interactive profiler + hiprofile generates HTML reports from oprofile data diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7084284 --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/langpack.mk + +binary-install/hiprofile:: + dh_pycentral -- 2.39.2