]> git.sven.stormbind.net Git - sven/mysqltcl.git/commitdiff
* Adopt the new Tcl/Tk policy and move the lib into /usr/lib/tcltk.
authorSven Hoexter <sven@timegate.de>
Tue, 25 Dec 2007 20:47:15 +0000 (20:47 +0000)
committerSven Hoexter <sven@timegate.de>
Tue, 25 Dec 2007 20:47:15 +0000 (20:47 +0000)
debian/changelog
debian/rules

index d3e73f7430a55a1b0a0a57c97d632434e7ab4bb3..9fa9445f41e3065cc68fd06c7854f0a39e9eefeb 100644 (file)
@@ -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 <sven@timegate.de>  Tue, 25 Dec 2007 19:34:08 +0100
+ -- Sven Hoexter <sven@timegate.de>  Tue, 25 Dec 2007 21:45:44 +0100
 
 mysqltcl (3.02-1) unstable; urgency=low
 
index 1b1dd99e7e43b4f6f5f218341715aa18be06d155..d3c29cfb0ef032169522b7d2d3e9d84d70e8efc8 100755 (executable)
@@ -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 \