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 ../cfitsio-2.510~~/debian/changelog ../cfitsio-2.510/debian/changelog
--- ../cfitsio-2.510~~/debian/changelog 2006-11-21 20:14:59.000000000 +0100
+++ ../cfitsio-2.510/debian/changelog   2006-11-26 21:03:08.000000000 +0100
@@ -1,3 +1,11 @@
+cfitsio (2.510-1.2) 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:01:58 +0100
+
 cfitsio (2.510-1.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -ur ../cfitsio-2.510~~/fitsio2.h ../cfitsio-2.510/fitsio2.h
--- ../cfitsio-2.510~~/fitsio2.h        2006-11-21 20:13:42.000000000 +0100
+++ ../cfitsio-2.510/fitsio2.h  2006-11-26 21:01:36.000000000 +0100
@@ -55,7 +55,7 @@
 #  define MACHINE NATIVE
 #  if defined(MIPSEL)
 #    define BYTESWAPPED TRUE
-#  elif
+#  else
 #    define BYTESWAPPED FALSE
 #  endif
 #  if _MIPS_SZLONG == 32
@@ -140,7 +140,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