Package: nxtvepg Followup-For: Bug #450471 tag 450471 patch
-- System Information: Debian Release: lenny/sid APT prefers testing-proposed-updates APT policy: (700, 'testing-proposed-updates'), (700, 'testing'), (670, 'proposed-updates'), (670, 'stable'), (600, 'unstable'), (550, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-vserver-686 (SMP w/2 CPU cores) Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R) Shell: /bin/sh linked to /bin/bash
diff -ru nxtvepg-2.7.6/debian/changelog nxtvepg-2.7.6.nmu/debian/changelog --- nxtvepg-2.7.6/debian/changelog 2008-02-21 04:09:05.000000000 +0300 +++ nxtvepg-2.7.6.nmu/debian/changelog 2008-02-21 04:10:51.239885838 +0300 @@ -1,3 +1,10 @@ +nxtvepg (2.7.6-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fixed paths to tcl/tk shared files (Closes #450471). + + -- Alexander GQ Gerasiov <[EMAIL PROTECTED]> Thu, 21 Feb 2008 04:09:27 +0300 + nxtvepg (2.7.6-1) unstable; urgency=low * New maintainer diff -ru nxtvepg-2.7.6/Makefile nxtvepg-2.7.6.nmu/Makefile --- nxtvepg-2.7.6/Makefile 2008-02-21 04:09:05.000000000 +0300 +++ nxtvepg-2.7.6.nmu/Makefile 2008-02-21 04:06:50.237079164 +0300 @@ -72,8 +72,8 @@ #INCS += -I/usr/local/tcl/tcl8.0/generic -I/usr/local/tcl/tk8.0/generic # path to Tcl/Tk script library (note Tk is sometimes in X11/lib/tk#.#) -TK_LIBRARY_PATH = /usr/lib/tk$(TCL_VER) -TCL_LIBRARY_PATH = /usr/lib/tcl$(TCL_VER) +TK_LIBRARY_PATH = /usr/share/tcltk/tk$(TCL_VER) +TCL_LIBRARY_PATH = /usr/share/tcltk/tcl$(TCL_VER) DEFS += -DTK_LIBRARY_PATH=\"$(TK_LIBRARY_PATH)\" DEFS += -DTCL_LIBRARY_PATH=\"$(TCL_LIBRARY_PATH)\"