tags 559958 + patch tags 559958 + pending thanks Dear maintainer,
I've prepared an NMU for inteltool (versioned as 0.0+r4091-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. reverted: --- inteltool-0.0+r4091/bugreport.cgi?msg=12;filename=inteltool.patch;att=1;bug=528856 +++ inteltool-0.0+r4091.orig/bugreport.cgi?msg=12;filename=inteltool.patch;att=1;bug=528856 @@ -1,33 +0,0 @@ -diff -ur inteltool.old/cpu.c inteltool-0.0+r4091/cpu.c ---- inteltool.old/cpu.c 2009-11-07 00:14:52.000000000 +0000 -+++ inteltool-0.0+r4091/cpu.c 2009-11-07 00:19:02.000000000 +0000 -@@ -30,8 +30,19 @@ - - unsigned int cpuid(unsigned int op) - { -- unsigned int ret; -- unsigned int dummy2, dummy3, dummy4; -+ unsigned long ret; -+ unsigned long dummy2, dummy3, dummy4; -+#if defined(__x86_64__) -+ asm volatile ( -+ "pushq %%rbx \n" -+ "cpuid \n" -+ "movq %%rbx, %1 \n" -+ "popq %%rbx \n" -+ : "=a" (ret), "=r" (dummy2), "=c" (dummy3), "=d" (dummy4) -+ : "a" (op) -+ : "cc" -+ ); -+#else - asm volatile ( - "pushl %%ebx \n" - "cpuid \n" -@@ -41,6 +52,7 @@ - : "a" (op) - : "cc" - ); -+#endif - return ret; - } - diff -u inteltool-0.0+r4091/debian/control inteltool-0.0+r4091/debian/control --- inteltool-0.0+r4091/debian/control +++ inteltool-0.0+r4091/debian/control @@ -7,7 +7,7 @@ Homepage: http://coreboot.org/Inteltool Package: inteltool -Architecture: any +Architecture: any-amd64 any-i386 Depends: ${shlibs:Depends}, ${misc:Depends} Description: Dump Intel CPU / chipset configuration parameters inteltool is a tool for dumping the configuration space of diff -u inteltool-0.0+r4091/debian/changelog inteltool-0.0+r4091/debian/changelog --- inteltool-0.0+r4091/debian/changelog +++ inteltool-0.0+r4091/debian/changelog @@ -1,3 +1,10 @@ +inteltool (0.0+r4091-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Restrict architectures to any-amd64 and any-i386. (Closes: #559958) + + -- Ansgar Burchardt <ans...@debian.org> Sat, 10 Sep 2011 15:36:29 +0200 + inteltool (0.0+r4091-1.1) unstable; urgency=low * Non-maintainer upload. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org