Tags 380638 + patch pending
Thanks

Hi!

I have prepared an NMU that fixes this problem in matrixssl.  It's a very
simple fix, that applies the already existing include-asm.diff patch, to
the other instances of linux.c (static and shared).

I'm attaching the full diff to the NMU.

I'll be uploading the package, compiled for amd64 and i386, tonight,
according to the 0-day NMU policy.

-- 
Besos,          ,''`.
       Marga   : :' :
               `. `' 
                 `-  
diff -u matrixssl-1.7.3/debian/changelog matrixssl-1.7.3/debian/changelog
--- matrixssl-1.7.3/debian/changelog
+++ matrixssl-1.7.3/debian/changelog
@@ -1,3 +1,12 @@
+matrixssl (1.7.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix Failure To Build From Source due to a
+    problematic inclusion of asm/timex.h.
+  * Modified debian/rules so that all the linux.c files are patched not to
+    include <asm/timex.h>.  (Closes: #380683)
+
+ -- Margarita Manterola <[EMAIL PROTECTED]>  Mon,  7 Aug 2006 17:21:54 -0300
+
 matrixssl (1.7.3-1) unstable; urgency=low
 
   * new upstream point release.
diff -u matrixssl-1.7.3/debian/rules matrixssl-1.7.3/debian/rules
--- matrixssl-1.7.3/debian/rules
+++ matrixssl-1.7.3/debian/rules
@@ -32,6 +32,8 @@
        mkdir -p gnu/static gnu/shared
        (cd gnu/static && tar xzf -) <'$(TARGZ)'
        (cd gnu/shared && tar xzf -) <'$(TARGZ)'
+       (cd gnu/static/matrixssl && patch -p0) <debian/diff/include-asm.diff
+       (cd gnu/shared/matrixssl && patch -p0) <debian/diff/include-asm.diff
        touch unpack-gnu-stamp
 unpack-diet-stamp:
        mkdir -p diet

Reply via email to