Of course, it would help if I actually attached the patch. *sigh*
- Matt
diff -urN tcl8.3-8.3.5.real/debian/control tcl8.3-8.3.5/debian/control --- tcl8.3-8.3.5.real/debian/control 2005-11-06 17:44:19.000000000 +1100 +++ tcl8.3-8.3.5/debian/control 2005-11-06 17:51:25.000000000 +1100 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Chris Waters <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 3.0) +Build-Depends: debhelper (>= 3.0), binutils (>= 2.14.90.0.7) Standards-Version: 3.5.9 Package: tcl8.3 @@ -47,3 +47,20 @@ needed to embed or extend Tcl. . Homepage: http://www.tcl.tk/ + +Package: tcl8.3-dbg +Section: libdevel +Priority: optional +Architecture: any +Depends: tcl8.3 (= ${Source-Version}) +Description: Symbol files for libtcl8.3 + Tcl is a powerful, easy to use, embeddable, cross-platform interpreted + scripting language. This package contains everything you need to run + Tcl scripts and Tcl-enabled apps. This version does not support + threads; if you need thread support, please use tcl8.4. + . + This package contains the debug symbols for libtcl8.3, to assist in + debugging applications built with tcl8.3. You will not normally need to + install this package. + . + Homepage: http://www.tcl.tk/ diff -urN tcl8.3-8.3.5.real/debian/rules tcl8.3-8.3.5/debian/rules --- tcl8.3-8.3.5.real/debian/rules 2005-11-06 17:44:19.000000000 +1100 +++ tcl8.3-8.3.5/debian/rules 2005-11-06 17:54:40.000000000 +1100 @@ -101,7 +101,7 @@ dh_installdocs -a dh_installmenu -a dh_installchangelogs -a ChangeLog - dh_strip -a + dh_strip -a --dbg-package=tcl8.3 dh_compress -a dh_fixperms -a dh_makeshlibs -a -V 'tcl$(v) (>= 8.3.5)' -XTcltest

