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 -Nur ../cfitsio-2.510~~/debian/changelog ../cfitsio-2.510/debian/changelog
--- ../cfitsio-2.510~~/debian/changelog 2006-12-05 09:27:08.000000000 +0000
+++ ../cfitsio-2.510/debian/changelog   2006-12-05 22:37:51.000000000 +0000
@@ -1,3 +1,11 @@
+cfitsio (2.510-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS on arm: Replace #undef MACHINE by #define MACHINE 10.
+    Closes: #401635
+
+ -- Andreas Barth <[EMAIL PROTECTED]>  Tue,  5 Dec 2006 20:34:43 +0000
+
 cfitsio (2.510-1.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nur ../cfitsio-2.510~~/fitsio2.h ../cfitsio-2.510/fitsio2.h
--- ../cfitsio-2.510~~/fitsio2.h        2006-12-05 09:27:08.000000000 +0000
+++ ../cfitsio-2.510/fitsio2.h  2006-12-05 22:36:48.000000000 +0000
@@ -140,7 +140,7 @@
 #elif defined(__arm__)
 
 /*  ARM Little-endian */
-#undef MACHINE
+#define MACHINE 10
 #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