Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package fxt The difference between testing 0.2.6-1 and sid 0.2.6-2 is pasted below: it explicits the architectures on which fxt is ported to, and includes an upstream change to fix lost data while recording long traces (>= 16MiB). unblock fxt/0.2.6-2 diff -Nru fxt-0.2.6/debian/changelog fxt-0.2.6/debian/changelog --- fxt-0.2.6/debian/changelog 2012-04-10 10:28:50.000000000 +0200 +++ fxt-0.2.6/debian/changelog 2012-08-03 22:35:24.000000000 +0200 @@ -1,3 +1,11 @@ +fxt (0.2.6-2) unstable; urgency=low + + * control: Restrict architectures to what fxt was ported to. + * patches/flush.patch: New upstream fix to avoid unexpected stop on automatic + flush. + + -- Samuel Thibault <[email protected]> Fri, 08 Jun 2012 15:54:20 +0200 + fxt (0.2.6-1) unstable; urgency=low * New upstream release diff -Nru fxt-0.2.6/debian/control fxt-0.2.6/debian/control --- fxt-0.2.6/debian/control 2012-02-01 11:21:12.000000000 +0100 +++ fxt-0.2.6/debian/control 2012-06-08 15:54:17.000000000 +0200 @@ -11,7 +11,7 @@ Package: libfxt-dev Section: libdevel -Architecture: any +Architecture: any-amd64 any-i386 any-ia64 any-powerpc Depends: ${shlibs:Depends}, ${misc:Depends}, libfxt0 (= ${binary:Version}) Description: Multithreaded tracing library FxT is a library and associated tools that can be used to analyze the @@ -27,7 +27,7 @@ Package: libfxt0 Section: libs -Architecture: any +Architecture: any-amd64 any-i386 any-ia64 any-powerpc Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: multiarch-support Description: Multithreaded tracing library @@ -44,7 +44,7 @@ Package: fxt-tools Section: science -Architecture: any +Architecture: any-amd64 any-i386 any-ia64 any-powerpc Depends: ${shlibs:Depends}, ${misc:Depends} Description: Multithreaded tracing library FxT is a library and associated tools that can be used to analyze the diff -Nru fxt-0.2.6/debian/patches/flush.patch fxt-0.2.6/debian/patches/flush.patch --- fxt-0.2.6/debian/patches/flush.patch 1970-01-01 01:00:00.000000000 +0100 +++ fxt-0.2.6/debian/patches/flush.patch 2012-08-03 22:30:44.000000000 +0200 @@ -0,0 +1,13 @@ +diff -Nru fxt-0.2.6/tools/fut_setup.c fxt-0.2.9/tools/fut_setup.c +--- fxt-0.2.6/tools/fut_setup.c 2012-04-07 22:47:14.000000000 +0200 ++++ fxt-0.2.9/tools/fut_setup.c 2012-08-03 21:45:40.000000000 +0200 +@@ -320,9 +320,6 @@ + int local_nlongs = 0; + + +- /* paranoia, so nobody waits for us while we are in here */ +- fut_active = 0; +- + if( bufptr == NULL ) + { + local_nlongs = -EPERM; diff -Nru fxt-0.2.6/debian/patches/series fxt-0.2.6/debian/patches/series --- fxt-0.2.6/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ fxt-0.2.6/debian/patches/series 2012-08-03 22:30:10.000000000 +0200 @@ -0,0 +1 @@ +flush.patch -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.0.4 (SMP w/8 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- Samuel Thibault <[email protected]> * y se leve dans 2h10 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

