[SCM] Common Astronomy Software Applications core library branch, debian, updated. 9c26d0601720452f33fd2e65a8ceb4c530ba2c89

Ole Streicher debian at liska.ath.cx
Tue Sep 11 18:46:48 UTC 2012


The following commit has been merged in the debian branch:
commit 9b6a0eddd695d847ee4a2ca5b4499cbe4675b848
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Sep 11 20:45:48 2012 +0200

    Fix major compilation errors

diff --git a/debian/rules b/debian/rules
index 9b2091e..cd4c888 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,16 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+
 %:
 	dh  $@ --parallel --buildsystem=cmake
 
-#override_dh_auto_build:
-#	mkdir -p build
-#	( cd build && cmake .. && make )
+override_dh_auto_test:
+	true
+
+override_dh_auto_install:
+	dh_auto_install
+	mkdir debian/tmp/usr/lib/$(DEB_HOST_GNU_TYPE)
+	mv debian/tmp/usr/lib/lib* debian/tmp/usr/lib/$(DEB_HOST_GNU_TYPE)

-- 
Common Astronomy Software Applications core library



More information about the debian-science-commits mailing list