]> git.ozlabs.org Git - hiprofile/commitdiff
Add initial debian packaging metadata
authorJeremy Kerr <jk@ozlabs.org>
Mon, 2 Mar 2009 06:24:50 +0000 (17:24 +1100)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 2 Mar 2009 06:24:50 +0000 (17:24 +1100)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..e09c733
--- /dev/null
@@ -0,0 +1,5 @@
+hiprofile (0.1) jaunty; urgency=low
+
+  * Initial package
+
+ -- Jeremy Kerr <jk@ozlabs.org>  Mon, 02 Mar 2009 17:19:25 +1100
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..0e27d5e
--- /dev/null
@@ -0,0 +1,15 @@
+Source: hiprofile
+Priority: extra
+Maintainer: Jeremy Kerr <jk@ozlabs.org>
+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 (executable)
index 0000000..7084284
--- /dev/null
@@ -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