Description: Upstream changes introduced in version 20100513-3ubuntu1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 acpidump (20100513-3ubuntu1) oneiric; urgency=low
 .
   * turbostat is now package in linux-tools-common
     -LP: #825726
 .
 The person named in the Author field signed this changelog entry.
Author: Tim Gardner <tim.gardner@canonical.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/825726

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- acpidump-20100513.orig/Makefile
+++ acpidump-20100513/Makefile
@@ -1,4 +1,5 @@
-DIRS = acpidump acpixtract turbostat
+#DIRS = acpidump acpixtract turbostat
+DIRS = acpidump acpixtract
 
 all:
 	for i in $(DIRS); do $(MAKE) -C $$i $@; done
