[SCM] Create, display and manipulate the world coordinate system branch, master, updated. 0105a314876c3ef7dd908cc97dd63064d1492500

Ole Streicher github at liska.ath.cx
Wed Jan 18 09:15:36 UTC 2012


The following commit has been merged in the master branch:
commit 0105a314876c3ef7dd908cc97dd63064d1492500
Author: Ole Streicher <github at liska.ath.cx>
Date:   Wed Jan 18 10:13:30 2012 +0100

    Create bin directory in source tree before building

diff --git a/debian/rules b/debian/rules
index cb01745..8f65bc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,10 @@
 %:
 	dh  $@
 
+override_dh_auto_build:
+	mkdir -p bin
+	dh_auto_build
+
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
 

-- 
Create, display and manipulate the world coordinate system



More information about the debian-science-commits mailing list