From 100d133f6b97b89b999179aaecfd91f4a08ee4f4 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Tue, 25 Dec 2007 20:50:30 +0000 Subject: [PATCH] * Adopt the new Tcl/Tk policy and move the lib into /usr/lib/tcltk. --- debian/changelog | 3 ++- debian/rules | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 \ -- 2.39.2