aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAmit Arora <amit.arora@linaro.org>2010-09-14 12:03:22 +0530
committerAmit Arora <amit.arora@linaro.org>2010-09-14 12:03:22 +0530
commit39f2954961126dbe0eb1b63cef6cd1840f5c0dce (patch)
tree9a959eae7271daa8298e5d44a58610c4f9ddb927 /debian
parent47fd91858480465f80e86c9230fd98113f47cba1 (diff)
downloadpowerdebug-39f2954961126dbe0eb1b63cef6cd1840f5c0dce.tar.gz
Version 0.1
Diffstat (limited to 'debian')
-rw-r--r--debian/README8
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control14
-rw-r--r--debian/copyright29
-rw-r--r--debian/docs0
-rw-r--r--debian/manpages1
-rwxr-xr-xdebian/rules12
-rw-r--r--debian/source/format1
9 files changed, 71 insertions, 0 deletions
diff --git a/debian/README b/debian/README
new file mode 100644
index 0000000..3ce0dbb
--- /dev/null
+++ b/debian/README
@@ -0,0 +1,8 @@
+The Debian Package powerdebug
+----------------------------
+
+This is a new tool which displays regulator and sensor information.
+Current version only displays regulator information properly. Support
+will be added for sensors, clock domains and voltage domains, later.
+
+ -- Amit Arora <amit.arora@linaro.org> Fri, 03 Sep 2010 19:18:18 +0530
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..de7d831
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+powerdebug (0.1) maverick; urgency=low
+
+ * Initial Release.
+
+ -- Amit Arora <amit.arora@linaro.org> Fri, 03 Sep 2010 19:18:18 +0530
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..3595bb1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: powerdebug
+Section: utils
+Priority: optional
+Maintainer: Amit Arora <amit.arora@linaro.org>
+Build-Depends: cdbs, debhelper (>= 7), libncursesw5-dev, libncurses5-dev
+Standards-Version: 3.8.4
+Homepage: <insert the upstream URL, if relevant>
+
+Package: powerdebug
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: This tool displays regulator and sensor information.
+ PowerDebug refreshes this information every three seconds. You can
+ also use dump option to display the information just once.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..be73f90
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+This work was packaged for Debian by:
+
+ Amit Arora <amit.arora@linaro.org> on Fri, 03 Sep 2010 19:18:18 +0530
+
+It was downloaded from:
+
+ git://git.linaro.org/people/amitarora/powerdebug.git
+
+Upstream Author(s):
+
+ Amit Arora <amit.arora@linaro.org>
+
+Copyright:
+
+ Copyright (C) 2010 Linaro
+ Copyright (C) 2010 IBM Corporation
+ Copyright (C) 2010 Amit Arora <amit.arora@linaro.org>
+
+License:
+ This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+
+The Debian packaging is:
+
+ Copyright (C) 2010 Amit Arora <amit.arora@linaro.org>
+and is licensed under the EPL version 1.0, see above.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/debian/docs
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..82499da
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+powerdebug.8
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f026755
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+#include /usr/share/cdbs/1/rules/dpatch.mk
+
+DEB_MAKE_INSTALL_TARGET = install BINDIR=/usr/sbin DESTDIR=`pwd`/debian/powerdebug
+DEB_MAKE_EXTRA_ARGS =
+
+common-post-build-arch::
+ make uptrans || true
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0