Hi,

I uploaded an NMU of your package.

Please see this as help to get the package into a releaseable condition for
etch.

Please find the used diff below.


Cheers,
Andi

diff -ur ../cfitsio3-3.006~~/debian/changelog ../cfitsio3-3.006/debian/changelog
--- ../cfitsio3-3.006~~/debian/changelog        2006-11-21 20:56:29.000000000 
+0100
+++ ../cfitsio3-3.006/debian/changelog  2006-11-26 21:16:27.000000000 +0100
@@ -1,3 +1,11 @@
+cfitsio3 (3.006-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS: Replace "#undefine" by "#undef" on arm
+  * Fix FTBFS: Replace "elif" by "else" on mips
+
+ -- Andreas Barth <[EMAIL PROTECTED]>  Sun, 26 Nov 2006 21:16:09 +0100
+
 cfitsio3 (3.006-1.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -ur ../cfitsio3-3.006~~/fitsio2.h ../cfitsio3-3.006/fitsio2.h
--- ../cfitsio3-3.006~~/fitsio2.h       2006-11-21 20:58:01.000000000 +0100
+++ ../cfitsio3-3.006/fitsio2.h 2006-11-26 21:16:57.000000000 +0100
@@ -81,7 +81,7 @@
 
 #if defined(MIPSEL)
 #  define BYTESWAPPED TRUE
-#elif
+#else
 #  define BYTESWAPPED FALSE
 #endif
 #  if _MIPS_SZLONG == 32
@@ -138,7 +138,7 @@
 #elif defined(__arm__)
 
 /*  ARM Little-endian */
-#undefine MACHINE
+#undef MACHINE
 #define BYTESWAPPED TRUE
 
 #else
-- 
  http://home.arcor.de/andreas-barth/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to