Please consider this patch to add memhog and migspeed under /usr/bin in numactl.

Other distros add these utils under /usr/bin or /usr and scripts and tests that use them expect to find these utils there. I have attached a patch that installs memhog and migspeed under /usr/bin and updated the README.debian accordingly.

Regards
--
============================
Manoj Iyer
Ubuntu/Canonical
ARM Servers - Cloud
============================
Description: Install memhog and migspeed under /usr/bin
 Other distros seem to install memhog and migspeed under /usr/bin or /bin, scripts that use them expect these utils to be installed there. This patch installs memhog and migspeed under /usr/bin
Author: Manoj Iyer [email protected]
Origin: other
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882873
Forwarded: no
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/debian/README.debian
+++ b/debian/README.debian
@@ -2,9 +2,9 @@ numactl for Debian
 ----------------------
 
 Note the example applications, memhog and numademo, are installed in
-/usr/share/doc/numctl/examples.  The upstream source code comes with a
-small test suite which is not included in the Debian package.  You may
-like to investigate this if you are having problems.
+/usr/bin.  The upstream source code comes with a small test suite which
+is not included in the Debian package.  You may like to investigate this
+if you are having problems.
 
 This code is not finalised as yet, so please be sure to report any
 bugs or other mis-behaviour.
--- a/debian/numactl.install
+++ b/debian/numactl.install
@@ -1,3 +1,5 @@
 debian/tmp/usr/bin/numactl
 debian/tmp/usr/bin/numastat
-debian/tmp/usr/bin/migratepages
\ No newline at end of file
+debian/tmp/usr/bin/memhog
+debian/tmp/usr/bin/migratepages
+debian/tmp/usr/bin/migspeed

Reply via email to