Hello, I'm doing an NMU of seesat5 to fix #259829; diff attached.
Thanks, Matej
diff -Nru /tmp/FEJpjUPCVV/seesat5-0.90.10/debian/changelog /tmp/5wpxTKBrLJ/seesat5-0.90.10/debian/changelog --- /tmp/FEJpjUPCVV/seesat5-0.90.10/debian/changelog 2004-04-18 20:44:20.000000000 +0200 +++ /tmp/5wpxTKBrLJ/seesat5-0.90.10/debian/changelog 2006-03-11 16:35:11.000000000 +0100 @@ -1,3 +1,13 @@ +seesat5 (0.90.10-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix build failure with gcc 3.4. Thanks to Andreas Jochens for the + preliminary patch. Closes: #259829. + * Change section/priority to science/optional in accordance with the + override file. + + -- Matej Vela <[EMAIL PROTECTED]> Sat, 11 Mar 2006 16:35:11 +0100 + seesat5 (0.90.10-1) unstable; urgency=low * new maintainer Closes: #235300 diff -Nru /tmp/FEJpjUPCVV/seesat5-0.90.10/debian/control /tmp/5wpxTKBrLJ/seesat5-0.90.10/debian/control --- /tmp/FEJpjUPCVV/seesat5-0.90.10/debian/control 2004-04-18 20:26:35.000000000 +0200 +++ /tmp/5wpxTKBrLJ/seesat5-0.90.10/debian/control 2006-03-11 16:34:37.000000000 +0100 @@ -1,6 +1,6 @@ Source: seesat5 -Section: math -Priority: extra +Section: science +Priority: optional Maintainer: Patrick Ouellette <[EMAIL PROTECTED]> Standards-Version: 3.6.1 diff -Nru /tmp/FEJpjUPCVV/seesat5-0.90.10/driver.c /tmp/5wpxTKBrLJ/seesat5-0.90.10/driver.c --- /tmp/FEJpjUPCVV/seesat5-0.90.10/driver.c 2004-04-11 19:21:56.000000000 +0200 +++ /tmp/5wpxTKBrLJ/seesat5-0.90.10/driver.c 2006-03-11 16:31:52.000000000 +0100 @@ -1593,7 +1593,7 @@ LONGJMP(reset, 1); exit: - + return; } static void reset_options() @@ -1673,7 +1673,7 @@ LONGJMP(reset, 1); exit: - + return; } static void rundbs()