From: Sven Hoexter Date: Tue, 25 Dec 2007 20:50:30 +0000 (+0000) Subject: * Adopt the new Tcl/Tk policy and move the lib into /usr/lib/tcltk. X-Git-Tag: debian/7.17.1-1~9 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=commitdiff_plain;h=100d133f6b97b89b999179aaecfd91f4a08ee4f4 * Adopt the new Tcl/Tk policy and move the lib into /usr/lib/tcltk. --- diff --git a/debian/changelog b/debian/changelog index d978a06..097a1b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,9 @@ tclcurl (7.17.1-1) unstable; urgency=low * Switched to use tcltk-depends to depend on the right Tcl version. * Added Vcs-Svn field to debian/control. * Reworked debian/rules to make it a bit clearer what happens. + * Adopt the new Tcl/Tk policy and move the lib into /usr/lib/tcltk. - -- Sven Hoexter Tue, 25 Dec 2007 19:56:19 +0100 + -- Sven Hoexter Tue, 25 Dec 2007 21:49:02 +0100 tclcurl (7.16.2-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 1e1b8ab..92d16e6 100755 --- a/debian/rules +++ b/debian/rules @@ -62,6 +62,9 @@ install: build dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/tclcurl + mkdir $(CURDIR)/debian/tclcurl/usr/lib/tcltk + mv $(CURDIR)/debian/tclcurl/usr/lib/TclCurl* \ + $(CURDIR)/debian/tclcurl/usr/lib/tcltk rm -rf \ $(CURDIR)/debian/tclcurl/usr/share/man/mann \ $(CURDIR)/debian/tclcurl/usr/bin \