Package: gerris
Version: 0.6.0-3.1
Followup-For: Bug #494243

Hi,

attached the patch for a NMU upload as allowed in the bug log. As
suggested it includes the fix for #350595 which hopefully fixes
that. Can't test it here.

MfG
        Goswin

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (400, 'unstable-i386')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-kvm-nofb (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
diff -u gerris-0.6.0/src/init.c gerris-0.6.0/src/init.c
--- gerris-0.6.0/src/init.c
+++ gerris-0.6.0/src/init.c
@@ -25,7 +25,7 @@
      static fpu_control_t fpu_trap_exceptions = 
      _FPU_IEEE &
 #   ifdef __mc68000__
-     ~(__FPU_MASK_DZ /*| _FPU_MASK_OPERR | _FPU_MASK_OVFL*/);
+     ~(_FPU_MASK_DZ /*| _FPU_MASK_OPERR | _FPU_MASK_OVFL*/);
 #   elif defined(__mips__)
      ~(_FPU_MASK_Z /*| _FPU_MASK_V | _FPU_MASK_O*/);
 #   else
diff -u gerris-0.6.0/debian/control gerris-0.6.0/debian/control
--- gerris-0.6.0/debian/control
+++ gerris-0.6.0/debian/control
@@ -2,7 +2,7 @@
 Section: math
 Priority: optional
 Maintainer: Marcelo E. Magallon <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4), libgts-dev (>> 0.7.3), libglib2.0-dev, 
autotools-dev
+Build-Depends: debhelper (>> 4), libgts-dev (>> 0.7.3), libglib2.0-dev, 
autotools-dev, libgts-bin
 Standards-Version: 3.6.1
 
 Package: gerris
diff -u gerris-0.6.0/debian/changelog gerris-0.6.0/debian/changelog
--- gerris-0.6.0/debian/changelog
+++ gerris-0.6.0/debian/changelog
@@ -1,3 +1,13 @@
+gerris (0.6.0-3.2) unstable; urgency=low
+
+  [ Goswin von Brederlow ]
+  * Non-maintainer upload with maintainer permission.
+  * Fix missing Build-Depends: libgts-bin. (closes: bug#494243)
+    Patch by "Nelson A. de Oliveira" <[EMAIL PROTECTED]>.
+  * Fix _FPU_MASK_DZ typo from bug (closes: bug#350595)
+
+ -- Goswin von Brederlow <[EMAIL PROTECTED]>  Sat, 06 Sep 2008 18:44:47 +0200
+
 gerris (0.6.0-3.1) unstable; urgency=low
 
   [ Brice Goglin ]

Reply via email to