summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
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.