[SCM] gfan: Program for computing with Groebner fans branch, master, updated. debian/0.3dfsg-1-24-gc204dfb

Cédric Boutillier boutil at debian.org
Sat Feb 16 16:13:01 UTC 2013


The following commit has been merged in the master branch:
commit 6c78de5ca631029b9a31558a1c6b14a8a0e272a4
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Jan 17 17:28:04 2013 +0100

    install manpage

diff --git a/debian/gfan.manpages b/debian/gfan.manpages
new file mode 100644
index 0000000..aa17579
--- /dev/null
+++ b/debian/gfan.manpages
@@ -0,0 +1 @@
+debian/gfan.1
diff --git a/debian/rules b/debian/rules
index af40da9..1c5c445 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,3 +19,8 @@ override_dh_auto_test:
 
 override_dh_clean:
 	dh_clean -X~
+
+override_dh_link:
+	for x in $(DEB_DESTDIR)/usr/bin/* ; do \
+		dh_link usr/share/man/man1/gfan.1 usr/share/man/man1/`basename $$x`.1; \
+	done

-- 
gfan: Program for computing with Groebner fans



More information about the debian-science-commits mailing list