[SCM] Render HTML and CSS content with tk branch, debian, updated. 46cb6de8e51ea7739274dfdcd5fe9620c030b5ca

Ole Streicher debian at liska.ath.cx
Tue Feb 21 11:38:42 UTC 2012


The following commit has been merged in the debian branch:
commit 9a6c67fcf1ed1dd40afa0d516be4c5bd1fc7f3cc
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Feb 21 12:36:44 2012 +0100

    Correct and install file path for tkhtml3

diff --git a/debian/rules b/debian/rules
index 4a45065..ae73170 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ export DEB_BUILD_OPTIONS+=" nocheck"
 %:
 	dh $@ --with autoreconf
 
+override_dh_auto_configure:
+	dh_auto_configure -- --libdir=/usr/lib/tcltk
+
 debiandir_SQ = $(subst ','\'',$(dir $(lastword $(MAKEFILE_LIST))))
 get-orig-source:
 	sh '$(debiandir_SQ)'get-orig-source.sh
diff --git a/debian/tk-html3.install b/debian/tk-html3.install
new file mode 100644
index 0000000..152e741
--- /dev/null
+++ b/debian/tk-html3.install
@@ -0,0 +1 @@
+usr/lib/tcltk/Tkhtml3.0/*

-- 
Render HTML and CSS content with tk



More information about the debian-science-commits mailing list