[SCM] General FITS file browser/editor/plotter with a gui branch, debian, updated. ae45ef450214b074802de0e34aec8dd50b25f905

Ole Streicher debian at liska.ath.cx
Thu Oct 18 10:04:07 UTC 2012


The following commit has been merged in the debian branch:
commit ae45ef450214b074802de0e34aec8dd50b25f905
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu Oct 18 11:46:49 2012 +0200

    Fix FTBS on Debian/Hurd
    "Make clean" should not be executed with the original Makefile since this
    results in an infinite loop "/bin/sh: 1: cd: can't cd to /C". To avoid this,
    we do a q&d check that it is not the original Makefile before continuing.

diff --git a/debian/changelog b/debian/changelog
index a56c2b4..54a300c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ftools-fv (5.3+dfsg-2) unstable; urgency=low
+
+  * Fix FTBS on hurd
+
+ -- Ole Streicher <debian at liska.ath.cx>  Thu, 18 Oct 2012 11:46:07 +0200
+
 ftools-fv (5.3+dfsg-1) unstable; urgency=low
 
   * Initial release. Closes: #682205
diff --git a/debian/rules b/debian/rules
index d3831e2..4d52468 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,4 +22,4 @@ override_dh_fixperms:
 	chmod 0644 debian/ftools-*/usr/share/ftools/*/*.tcl
 
 override_dh_auto_clean:
-	dh_auto_clean -D tcltk/pow
+	fgrep -q WCSLIB_OBJ_TMP tcltk/pow/Makefile || dh_auto_clean -D tcltk/pow

-- 
General FITS file browser/editor/plotter with a gui



More information about the debian-science-commits mailing list