Dear maintainer,

Since we're in freeze and this RC bug has been open for a while now, I'm going
to make an upload in delayed/2.

I'll be happy to cancel the upload upon your request.

Cheers,
Serafeim


diff -urp powertop-1.13.orig//debian/changelog powertop-1.13/debian/changelog
--- powertop-1.13.orig//debian/changelog        2010-10-15 00:07:08.000000000 
+0200
+++ powertop-1.13/debian/changelog      2010-10-15 00:10:03.000000000 +0200
@@ -1,3 +1,10 @@
+powertop (1.13-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add missing include to fix FTBFS on ia64 and alpha (Closes: #570662)
+
+ -- Serafeim Zanikolas <s...@debian.org>  Fri, 15 Oct 2010 00:07:37 +0200
+
 powertop (1.13-1) unstable; urgency=low
 
   * New upstream version 
diff -urp powertop-1.13.orig//perf.c powertop-1.13/perf.c
--- powertop-1.13.orig//perf.c  2010-07-20 01:08:21.000000000 +0200
+++ powertop-1.13/perf.c        2010-10-15 00:11:33.000000000 +0200
@@ -36,13 +36,16 @@
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 
+#if defined(__ia64__) || defined(__alpha__)
+#include <asm-generic/unistd.h>
+#endif
+
 #include <fcntl.h>
 
 #include "perf_event.h"
 
 #include "powertop.h"
 
-
 /* some people have stale headers */
 #ifndef __NR_perf_event_open
 #ifdef __i386__



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to