From: Sven Hoexter Date: Tue, 25 Dec 2007 20:47:15 +0000 (+0000) Subject: * Adopt the new Tcl/Tk policy and move the lib into /usr/lib/tcltk. X-Git-Tag: debian/3.04-2~7 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fmysqltcl.git;a=commitdiff_plain;h=afe20f0070a2945515b25242e507d8f92433715a;hp=7c0611e418f9b6462ae55c04467ac4ac033305c8 * Adopt the new Tcl/Tk policy and move the lib into /usr/lib/tcltk. --- diff --git a/debian/changelog b/debian/changelog index d3e73f7..9fa9445 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,9 @@ mysqltcl (3.03-1) unstable; urgency=low * Switched to use quilt to manage the patches. * Added Vcs-Svn field to control. * Reworked debian/rules partly to make it a little bit clearer. + * Adopt the new Tcl/Tk policy and move the lib into /usr/lib/tcltk. - -- Sven Hoexter Tue, 25 Dec 2007 19:34:08 +0100 + -- Sven Hoexter Tue, 25 Dec 2007 21:45:44 +0100 mysqltcl (3.02-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 1b1dd99..d3c29cf 100755 --- a/debian/rules +++ b/debian/rules @@ -62,6 +62,8 @@ install: build dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/mysqltcl + mkdir $(CURDIR)/debian/mysqltcl/usr/lib/tcltk + mv $(CURDIR)/debian/mysqltcl/usr/lib/mysqltcl* $(CURDIR)/debian/mysqltcl/usr/lib/tcltk rm -rf \ $(CURDIR)/debian/mysqltcl/usr/share/man/mann \ $(CURDIR)/debian/mysqltcl/usr/bin \