[SCM] Minimal buy-in FITS library and utility package branch, debian, updated. 854883540f9f30878cf36fd72126589ffa2b56e4

Ole Streicher debian at liska.ath.cx
Sun Feb 5 21:54:51 UTC 2012


The following commit has been merged in the debian branch:
commit b4567ef6df3473cbffcf39777f8b3c25018ffa6c
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Sun Feb 5 21:04:46 2012 +0100

    Patch manpages to use minus ("\-") instead of hyphen ("-").

diff --git a/debian/rules b/debian/rules
index 3f77eec..8b5fc0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,9 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
 	dh_auto_build -- all shtclfun
+	for m in man/man?/*.? ; do \
+		sed -i "s/\([ \"\']\)\(-[A-Za-z0-9]\)/\1\\\\\2/g" $$m ; \
+	done
 
 override_dh_installchangelogs:
 	dh_installchangelogs doc/changelog.html

-- 
Minimal buy-in FITS library and utility package



More information about the debian-science-commits mailing list