diff options
| author | Paul Buetow <paul@buetow.org> | 2013-07-26 08:57:14 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-07-26 08:57:14 +0200 |
| commit | d38f6b1aeb6e44831ceedc8b1d35347228f751a4 (patch) | |
| tree | 228481f503ef9e499013143407897a4282ba8137 /debian/control | |
| parent | baf648b42f53389d8ff11439670640194fa14a6f (diff) | |
initial debian stuff
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4988508 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: cpuinfo +Section: net +Priority: optional +Maintainer: Paul Buetow <paul@buetow.org> +Build-Depends: perl, make +Standards-Version: 3.9.2 +Homepage: http://cpuinfo.buetow.org +Vcs-Git: git://git.bueto.org/cpuinfo +Vcs-Browser: http://web.buetow.org/git/?p=cpuinfo.git;a=summary + +Package: cpuinfo +Architecture: all +Depends: ${shlibs:Depends} +Description: A tiny AWK script to print out CPU infos. + This is a tiny AWK script to print out CPU infos. All infos are gathered from + the procfs. |
