diff options
author | Andras HORVATH <andras.horvath@gmail.com> | 2012-03-06 23:14:24 +0100 |
---|---|---|
committer | Andras HORVATH <andras.horvath@gmail.com> | 2012-03-06 23:14:24 +0100 |
commit | e614955e981ea9f64deff7b44046b578c6b20e9b (patch) | |
tree | c794f72fb292461aad0188e127708398705acd44 /debian/control |
git import
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..598dcb0 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: mbw +Section: utils +Priority: extra +Maintainer: Emmanuel QUEMENER <emmanuel.quemener@free.fr> +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.0 +Homepage: http://ahorvath.web.cern.ch/ahorvath/mbw/ + +Package: mbw +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: memory bandwidth benchmark program + MBW determines the "copy" memory bandwidth available to userspace programs. + Its simplistic approach models that of real applications. + It is not tuned to extremes and it is not aware of hardware architecture, + just like your average software package. |