[Pkg-tcltk-commits] r1426 - tk8.6/branches/experimental/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Wed Jul 31 08:03:34 UTC 2013


Author: sgolovan
Date: 2013-07-31 08:03:34 +0000 (Wed, 31 Jul 2013)
New Revision: 1426

Added:
   tk8.6/branches/experimental/debian/libtk8.6-dev.dirs
   tk8.6/branches/experimental/debian/libtk8.6-dev.install
   tk8.6/branches/experimental/debian/libtk8.6.install
   tk8.6/branches/experimental/debian/libtk8.6.lintian-overrides
   tk8.6/branches/experimental/debian/libtk8.6.symbols
Removed:
   tk8.6/branches/experimental/debian/tk8.6-dev.dirs
   tk8.6/branches/experimental/debian/tk8.6-dev.install
   tk8.6/branches/experimental/debian/tk8.6-lib.install
   tk8.6/branches/experimental/debian/tk8.6-lib.lintian-overrides
   tk8.6/branches/experimental/debian/tk8.6-lib.symbols
Modified:
   tk8.6/branches/experimental/debian/changelog
   tk8.6/branches/experimental/debian/control
   tk8.6/branches/experimental/debian/rules
Log:
[tk8.6-experimental]
  * Renamed tk8.6-lib and tk8.6-dev packages to libtk8.6 and libtk8.6-dev
    because the latter is a much more common naming scheme.
  * Added conflict with older tk8.6 to the tk8.6-doc package (a link to
    Tk demos was moved from one package to the other).
  * Fixed the maintainer 'name'.


Modified: tk8.6/branches/experimental/debian/changelog
===================================================================
--- tk8.6/branches/experimental/debian/changelog	2013-07-31 07:55:33 UTC (rev 1425)
+++ tk8.6/branches/experimental/debian/changelog	2013-07-31 08:03:34 UTC (rev 1426)
@@ -1,8 +1,12 @@
-tk8.6 (8.6.0-3) UNRELEASED; urgency=low
+tk8.6 (8.6.0-3) experimental; urgency=low
 
-  * NOT RELEASED YET
+  * Renamed tk8.6-lib and tk8.6-dev packages to libtk8.6 and libtk8.6-dev
+    because the latter is a much more common naming scheme.
+  * Added conflict with older tk8.6 to the tk8.6-doc package (a link to
+    Tk demos was moved from one package to the other).
+  * Fixed the maintainer 'name'.
 
- -- Sergei Golovan <sgolovan at debian.org>  Fri, 12 Jul 2013 21:53:42 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Wed, 31 Jul 2013 12:01:00 +0400
 
 tk8.6 (8.6.0-2) experimental; urgency=low
 
@@ -15,7 +19,7 @@
   * Removed .0 suffix from the libtk8.6.so library in order to remove
     unnecessary diversions from the upstream practice, provided the symlink
     for backward compatibility (intend to remove in the future).
-  * Switched to calculating dependency on tk8.6-lib via a symbols table.
+  * Switched to calculating dependency on libtk8.6 via a symbols table.
   * Don't use the alternatives mechanism for selecting /usr/bin/wish. This
     package ships only /usr/bin/wish8.6. The tcltk-defaults package provides
     the necessary symlink. This also means that tk8.6 does no longer provide
@@ -26,7 +30,7 @@
   * Fixed clean target in debian/rules.
   * Bumped standards version to 3.9.4.
 
- -- Sergei Golovan <sgolovan at debian.org>  Fri, 12 Jul 2013 21:50:26 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Tue, 30 Jul 2013 20:27:35 +0400
 
 tk8.6 (8.6.0-1) unstable; urgency=low
 

Modified: tk8.6/branches/experimental/debian/control
===================================================================
--- tk8.6/branches/experimental/debian/control	2013-07-31 07:55:33 UTC (rev 1425)
+++ tk8.6/branches/experimental/debian/control	2013-07-31 08:03:34 UTC (rev 1426)
@@ -1,16 +1,16 @@
 Source: tk8.6
 Section: libs
 Priority: optional
-Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
+Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Sergei Golovan <sgolovan at debian.org>
 Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~), x11proto-core-dev,
  libx11-dev, libxt-dev, libxss-dev, libxext-dev, libxft-dev,
- tcl8.6-dev (>= 8.6.0-2)
+ libtcl8.6-dev (>= 8.6.0-2)
 Standards-Version: 3.9.4
 Homepage: http://www.tcl.tk/
 
 Package: tk8.6
-Section: libs
+Section: interpreters
 Priority: optional
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -22,15 +22,16 @@
  look-and-feel and is implemented using the Tcl scripting language.
  This package contains the windowing Tcl/Tk shell (wish).
 
-Package: tk8.6-lib
+Package: libtk8.6
 Section: libs
 Priority: optional
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: tcl8.6-lib (>= 8.6.0-2), ${shlibs:Depends}, ${misc:Depends}
+Depends: libtcl8.6 (>= 8.6.0-2), ${shlibs:Depends}, ${misc:Depends}
 Conflicts: tk8.6 (<<8.6.0-2), tk40 (<= 4.0p3-2), libtk-img (<< 1.2.5)
 Replaces: tk8.6 (<<8.6.0-2)
 Suggests: tk8.6
+Provides: libtk
 Multi-Arch: same
 Description: Tk toolkit for Tcl and X11 v8.6 - run-time files
  Tk is a cross-platform graphical toolkit which provides the Motif
@@ -38,14 +39,17 @@
  This package contains the Tk library and supplementary packages you
  need to run Tk-enabled apps.
 
-Package: tk8.6-dev
-Section: devel
+Package: libtk8.6-dev
+Section: libdevel
 Priority: optional
 Architecture: any
 Depends: dpkg-dev (>= 1.16.1~), x11proto-core-dev, libx11-dev, libxt-dev,
- libxss-dev, libxext-dev, libxft-dev, tcl8.6-dev (>= 8.6.0-2),
- tk8.6-lib (= ${binary:Version}), ${misc:Depends}
+ libxss-dev, libxext-dev, libxft-dev, libtcl8.6-dev (>= 8.6.0-2),
+ libtk8.6 (= ${binary:Version}), ${misc:Depends}
 Suggests: tk8.6, tk8.6-doc
+Conflicts: tk8.6-dev
+Replaces: tk8.6-dev
+Provides: tk8.6-dev
 Multi-Arch: same
 Description: Tk toolkit for Tcl and X11 v8.6 - development files
  Tk is a cross-platform graphical toolkit which provides the Motif
@@ -59,7 +63,7 @@
 Architecture: all
 Depends: ${misc:Depends}
 Suggests: tk8.6
-Conflicts: tkdoc
+Conflicts: tkdoc, tk8.6 (<< 8.6.0-2)
 Provides: tkdoc
 Description: Tk toolkit for Tcl and X11 v8.6 - manual pages
  Tk is a cross-platform graphical toolkit which provides the Motif

Copied: tk8.6/branches/experimental/debian/libtk8.6-dev.dirs (from rev 1385, tk8.6/branches/experimental/debian/tk8.6-dev.dirs)
===================================================================
--- tk8.6/branches/experimental/debian/libtk8.6-dev.dirs	                        (rev 0)
+++ tk8.6/branches/experimental/debian/libtk8.6-dev.dirs	2013-07-31 08:03:34 UTC (rev 1426)
@@ -0,0 +1 @@
+usr/lib/tk8.6

Copied: tk8.6/branches/experimental/debian/libtk8.6-dev.install (from rev 1386, tk8.6/branches/experimental/debian/tk8.6-dev.install)
===================================================================
--- tk8.6/branches/experimental/debian/libtk8.6-dev.install	                        (rev 0)
+++ tk8.6/branches/experimental/debian/libtk8.6-dev.install	2013-07-31 08:03:34 UTC (rev 1426)
@@ -0,0 +1,4 @@
+usr/include
+usr/lib/*/*.a
+usr/lib/*/tk*/*.sh
+debian/tkConfig.sh	usr/lib/tk8.6

Copied: tk8.6/branches/experimental/debian/libtk8.6.install (from rev 1386, tk8.6/branches/experimental/debian/tk8.6-lib.install)
===================================================================
--- tk8.6/branches/experimental/debian/libtk8.6.install	                        (rev 0)
+++ tk8.6/branches/experimental/debian/libtk8.6.install	2013-07-31 08:03:34 UTC (rev 1426)
@@ -0,0 +1,4 @@
+usr/lib/*/*.so
+usr/lib/*/*.so.*
+usr/lib/tcltk/*/tk*
+usr/share/tcltk/tk*

Copied: tk8.6/branches/experimental/debian/libtk8.6.lintian-overrides (from rev 1386, tk8.6/branches/experimental/debian/tk8.6-lib.lintian-overrides)
===================================================================
--- tk8.6/branches/experimental/debian/libtk8.6.lintian-overrides	                        (rev 0)
+++ tk8.6/branches/experimental/debian/libtk8.6.lintian-overrides	2013-07-31 08:03:34 UTC (rev 1426)
@@ -0,0 +1,5 @@
+# Versioned soname is not necessary for libtk8.6.so
+libtk8.6: shlib-without-versioned-soname
+# Since the library has no suffix after .so then the symlink
+# is not necessary
+libtk8.6: dev-pkg-without-shlib-symlink

Copied: tk8.6/branches/experimental/debian/libtk8.6.symbols (from rev 1386, tk8.6/branches/experimental/debian/tk8.6-lib.symbols)
===================================================================
--- tk8.6/branches/experimental/debian/libtk8.6.symbols	                        (rev 0)
+++ tk8.6/branches/experimental/debian/libtk8.6.symbols	2013-07-31 08:03:34 UTC (rev 1426)
@@ -0,0 +1,442 @@
+libtk8.6.so libtk8.6 #MINVER#
+ TkAllocWindow at Base 8.6.0
+ TkBTreeNumLines at Base 8.6.0
+ TkBezierPoints at Base 8.6.0
+ TkBezierScreenPoints at Base 8.6.0
+ TkBindEventProc at Base 8.6.0
+ TkBindFree at Base 8.6.0
+ TkBindInit at Base 8.6.0
+ TkCanvasDashParseProc at Base 8.6.0
+ TkCanvasDashPrintProc at Base 8.6.0
+ TkChangeEventWindow at Base 8.6.0
+ TkClipCleanup at Base 8.6.0
+ TkClipInit at Base 8.6.0
+ TkComputeAnchor at Base 8.6.0
+ TkCreateCursorFromData at Base 8.6.0
+ TkCreateFrame at Base 8.6.0
+ TkCreateMainWindow at Base 8.6.0
+ TkCreateThreadExitHandler at Base 8.6.0
+ TkCreateXEventSource at Base 8.6.0
+ TkCurrentTime at Base 8.6.0
+ TkDebugBitmap at Base 8.6.0
+ TkDebugBorder at Base 8.6.0
+ TkDebugColor at Base 8.6.0
+ TkDebugConfig at Base 8.6.0
+ TkDebugCursor at Base 8.6.0
+ TkDebugFont at Base 8.6.0
+ TkDeleteAllImages at Base 8.6.0
+ TkDeleteThreadExitHandler at Base 8.6.0
+ TkDoConfigureNotify at Base 8.6.0
+ TkDrawAngledChars at Base 8.6.0
+ TkDrawAngledTextLayout at Base 8.6.0
+ TkDrawInsetFocusHighlight at Base 8.6.0
+ TkEventDeadWindow at Base 8.6.0
+ TkFillPolygon at Base 8.6.0
+ TkFindStateNum at Base 8.6.0
+ TkFindStateNumObj at Base 8.6.0
+ TkFindStateString at Base 8.6.0
+ TkFocusDeadWindow at Base 8.6.0
+ TkFocusFilterEvent at Base 8.6.0
+ TkFocusFree at Base 8.6.0
+ TkFocusKeyEvent at Base 8.6.0
+ TkFontPkgFree at Base 8.6.0
+ TkFontPkgInit at Base 8.6.0
+ TkFreeBindingTags at Base 8.6.0
+ TkGCCleanup at Base 8.6.0
+ TkGetBitmapData at Base 8.6.0
+ TkGetBitmapPredefTable at Base 8.6.0
+ TkGetButtPoints at Base 8.6.0
+ TkGetCursorByName at Base 8.6.0
+ TkGetDefaultScreenName at Base 8.6.0
+ TkGetDisplay at Base 8.6.0
+ TkGetDisplayList at Base 8.6.0
+ TkGetDisplayOf at Base 8.6.0
+ TkGetFocusWin at Base 8.6.0
+ TkGetInterpNames at Base 8.6.0
+ TkGetMainInfoList at Base 8.6.0
+ TkGetMiterPoints at Base 8.6.0
+ TkGetOptionSpec at Base 8.6.0
+ TkGetPointerCoords at Base 8.6.0
+ TkGetServerInfo at Base 8.6.0
+ TkGetWindowFromObj at Base 8.6.0
+ TkGrabDeadWindow at Base 8.6.0
+ TkGrabState at Base 8.6.0
+ TkInOutEvents at Base 8.6.0
+ TkIncludePoint at Base 8.6.0
+ TkInstallFrameMenu at Base 8.6.0
+ TkIntersectAngledTextLayout at Base 8.6.0
+ TkKeysymToString at Base 8.6.0
+ TkLineToArea at Base 8.6.0
+ TkLineToPoint at Base 8.6.0
+ TkMakeBezierCurve at Base 8.6.0
+ TkMakeBezierPostscript at Base 8.6.0
+ TkMakeRawCurve at Base 8.6.0
+ TkMakeRawCurvePostscript at Base 8.6.0
+ TkOffsetParseProc at Base 8.6.0
+ TkOffsetPrintProc at Base 8.6.0
+ TkOptionClassChanged at Base 8.6.0
+ TkOptionDeadWindow at Base 8.6.0
+ TkOrientParseProc at Base 8.6.0
+ TkOrientPrintProc at Base 8.6.0
+ TkOvalToArea at Base 8.6.0
+ TkOvalToPoint at Base 8.6.0
+ TkPhotoGetValidRegion at Base 8.6.0
+ TkPixelParseProc at Base 8.6.0
+ TkPixelPrintProc at Base 8.6.0
+ TkPointerEvent at Base 8.6.0
+ TkPolygonToArea at Base 8.6.0
+ TkPolygonToPoint at Base 8.6.0
+ TkPositionInTree at Base 8.6.0
+ TkQueueEventForAllChildren at Base 8.6.0
+ TkReadBitmapFile at Base 8.6.0
+ TkScrollWindow at Base 8.6.0
+ TkSelDeadWindow at Base 8.6.0
+ TkSelEventProc at Base 8.6.0
+ TkSelGetSelection at Base 8.6.0
+ TkSelInit at Base 8.6.0
+ TkSelPropProc at Base 8.6.0
+ TkSendCleanup at Base 8.6.0
+ TkSetFocusWin at Base 8.6.0
+ TkSetWindowMenuBar at Base 8.6.0
+ TkSmoothParseProc at Base 8.6.0
+ TkSmoothPrintProc at Base 8.6.0
+ TkStateParseProc at Base 8.6.0
+ TkStatePrintProc at Base 8.6.0
+ TkStringToKeysym at Base 8.6.0
+ TkStylePkgFree at Base 8.6.0
+ TkStylePkgInit at Base 8.6.0
+ TkTextChanged at Base 8.6.0
+ TkTextGetIndex at Base 8.6.0
+ TkTextIndexBackBytes at Base 8.6.0
+ TkTextIndexForwBytes at Base 8.6.0
+ TkTextInsertDisplayProc at Base 8.6.0
+ TkTextMakeByteIndex at Base 8.6.0
+ TkTextPrintIndex at Base 8.6.0
+ TkTextSetMark at Base 8.6.0
+ TkTextXviewCmd at Base 8.6.0
+ TkThickPolyLineToArea at Base 8.6.0
+ TkToplevelWindowForCommand at Base 8.6.0
+ TkUnderlineAngledTextLayout at Base 8.6.0
+ TkUnixContainerId at Base 8.6.0
+ TkUnixDoOneXEvent at Base 8.6.0
+ TkUnixSetMenubar at Base 8.6.0
+ TkWmAddToColormapWindows at Base 8.6.0
+ TkWmCleanup at Base 8.6.0
+ TkWmDeadWindow at Base 8.6.0
+ TkWmFocusToplevel at Base 8.6.0
+ TkWmMapWindow at Base 8.6.0
+ TkWmNewWindow at Base 8.6.0
+ TkWmProtocolEventProc at Base 8.6.0
+ TkWmRemoveFromColormapWindows at Base 8.6.0
+ TkWmRestackToplevel at Base 8.6.0
+ TkWmSetClass at Base 8.6.0
+ TkWmStackorderToplevel at Base 8.6.0
+ TkWmUnmapWindow at Base 8.6.0
+ Tk_3DBorderColor at Base 8.6.0
+ Tk_3DBorderGC at Base 8.6.0
+ Tk_3DHorizontalBevel at Base 8.6.0
+ Tk_3DVerticalBevel at Base 8.6.0
+ Tk_AddOption at Base 8.6.0
+ Tk_Alloc3DBorderFromObj at Base 8.6.0
+ Tk_AllocBitmapFromObj at Base 8.6.0
+ Tk_AllocColorFromObj at Base 8.6.0
+ Tk_AllocCursorFromObj at Base 8.6.0
+ Tk_AllocFontFromObj at Base 8.6.0
+ Tk_AllocStyleFromObj at Base 8.6.0
+ Tk_BindEvent at Base 8.6.0
+ Tk_CanvasDrawableCoords at Base 8.6.0
+ Tk_CanvasEventuallyRedraw at Base 8.6.0
+ Tk_CanvasGetCoord at Base 8.6.0
+ Tk_CanvasGetCoordFromObj at Base 8.6.0
+ Tk_CanvasGetTextInfo at Base 8.6.0
+ Tk_CanvasPsBitmap at Base 8.6.0
+ Tk_CanvasPsColor at Base 8.6.0
+ Tk_CanvasPsFont at Base 8.6.0
+ Tk_CanvasPsOutline at Base 8.6.0
+ Tk_CanvasPsPath at Base 8.6.0
+ Tk_CanvasPsStipple at Base 8.6.0
+ Tk_CanvasPsY at Base 8.6.0
+ Tk_CanvasSetOffset at Base 8.6.0
+ Tk_CanvasSetStippleOrigin at Base 8.6.0
+ Tk_CanvasTagsParseProc at Base 8.6.0
+ Tk_CanvasTagsPrintProc at Base 8.6.0
+ Tk_CanvasTkwin at Base 8.6.0
+ Tk_CanvasWindowCoords at Base 8.6.0
+ Tk_ChangeOutlineGC at Base 8.6.0
+ Tk_ChangeWindowAttributes at Base 8.6.0
+ Tk_CharBbox at Base 8.6.0
+ Tk_ClearSelection at Base 8.6.0
+ Tk_ClipboardAppend at Base 8.6.0
+ Tk_ClipboardClear at Base 8.6.0
+ Tk_CollapseMotionEvents at Base 8.6.0
+ Tk_ComputeTextLayout at Base 8.6.0
+ Tk_ConfigOutlineGC at Base 8.6.0
+ Tk_ConfigureInfo at Base 8.6.0
+ Tk_ConfigureValue at Base 8.6.0
+ Tk_ConfigureWidget at Base 8.6.0
+ Tk_ConfigureWindow at Base 8.6.0
+ Tk_CoordsToWindow at Base 8.6.0
+ Tk_CreateAnonymousWindow at Base 8.6.0
+ Tk_CreateBinding at Base 8.6.0
+ Tk_CreateBindingTable at Base 8.6.0
+ Tk_CreateClientMessageHandler at Base 8.6.0
+ Tk_CreateConsoleWindow at Base 8.6.0
+ Tk_CreateErrorHandler at Base 8.6.0
+ Tk_CreateEventHandler at Base 8.6.0
+ Tk_CreateGenericHandler at Base 8.6.0
+ Tk_CreateImageType at Base 8.6.0
+ Tk_CreateItemType at Base 8.6.0
+ Tk_CreateOldImageType at Base 8.6.0
+ Tk_CreateOldPhotoImageFormat at Base 8.6.0
+ Tk_CreateOptionTable at Base 8.6.0
+ Tk_CreateOutline at Base 8.6.0
+ Tk_CreatePhotoImageFormat at Base 8.6.0
+ Tk_CreateSelHandler at Base 8.6.0
+ Tk_CreateSmoothMethod at Base 8.6.0
+ Tk_CreateStyle at Base 8.6.0
+ Tk_CreateWindow at Base 8.6.0
+ Tk_CreateWindowFromPath at Base 8.6.0
+ Tk_DefineBitmap at Base 8.6.0
+ Tk_DefineCursor at Base 8.6.0
+ Tk_DeleteAllBindings at Base 8.6.0
+ Tk_DeleteBinding at Base 8.6.0
+ Tk_DeleteBindingTable at Base 8.6.0
+ Tk_DeleteClientMessageHandler at Base 8.6.0
+ Tk_DeleteErrorHandler at Base 8.6.0
+ Tk_DeleteEventHandler at Base 8.6.0
+ Tk_DeleteGenericHandler at Base 8.6.0
+ Tk_DeleteImage at Base 8.6.0
+ Tk_DeleteOptionTable at Base 8.6.0
+ Tk_DeleteOutline at Base 8.6.0
+ Tk_DeleteSelHandler at Base 8.6.0
+ Tk_DestroyWindow at Base 8.6.0
+ Tk_DisplayName at Base 8.6.0
+ Tk_DistanceToTextLayout at Base 8.6.0
+ Tk_DitherPhoto at Base 8.6.0
+ Tk_Draw3DPolygon at Base 8.6.0
+ Tk_Draw3DRectangle at Base 8.6.0
+ Tk_DrawChars at Base 8.6.0
+ Tk_DrawElement at Base 8.6.0
+ Tk_DrawFocusHighlight at Base 8.6.0
+ Tk_DrawTextLayout at Base 8.6.0
+ Tk_Fill3DPolygon at Base 8.6.0
+ Tk_Fill3DRectangle at Base 8.6.0
+ Tk_FindPhoto at Base 8.6.0
+ Tk_FontId at Base 8.6.0
+ Tk_Free3DBorder at Base 8.6.0
+ Tk_Free3DBorderFromObj at Base 8.6.0
+ Tk_FreeBitmap at Base 8.6.0
+ Tk_FreeBitmapFromObj at Base 8.6.0
+ Tk_FreeColor at Base 8.6.0
+ Tk_FreeColorFromObj at Base 8.6.0
+ Tk_FreeColormap at Base 8.6.0
+ Tk_FreeConfigOptions at Base 8.6.0
+ Tk_FreeCursor at Base 8.6.0
+ Tk_FreeCursorFromObj at Base 8.6.0
+ Tk_FreeFont at Base 8.6.0
+ Tk_FreeFontFromObj at Base 8.6.0
+ Tk_FreeGC at Base 8.6.0
+ Tk_FreeImage at Base 8.6.0
+ Tk_FreeOptions at Base 8.6.0
+ Tk_FreePixmap at Base 8.6.0
+ Tk_FreeSavedOptions at Base 8.6.0
+ Tk_FreeStyle at Base 8.6.0
+ Tk_FreeStyleFromObj at Base 8.6.0
+ Tk_FreeTextLayout at Base 8.6.0
+ Tk_FreeXId at Base 8.6.0
+ Tk_GCForColor at Base 8.6.0
+ Tk_GeometryRequest at Base 8.6.0
+ Tk_Get3DBorder at Base 8.6.0
+ Tk_Get3DBorderFromObj at Base 8.6.0
+ Tk_GetAllBindings at Base 8.6.0
+ Tk_GetAnchor at Base 8.6.0
+ Tk_GetAnchorFromObj at Base 8.6.0
+ Tk_GetAtomName at Base 8.6.0
+ Tk_GetBinding at Base 8.6.0
+ Tk_GetBitmap at Base 8.6.0
+ Tk_GetBitmapFromData at Base 8.6.0
+ Tk_GetBitmapFromObj at Base 8.6.0
+ Tk_GetCapStyle at Base 8.6.0
+ Tk_GetColor at Base 8.6.0
+ Tk_GetColorByValue at Base 8.6.0
+ Tk_GetColorFromObj at Base 8.6.0
+ Tk_GetColormap at Base 8.6.0
+ Tk_GetCursor at Base 8.6.0
+ Tk_GetCursorFromData at Base 8.6.0
+ Tk_GetCursorFromObj at Base 8.6.0
+ Tk_GetDash at Base 8.6.0
+ Tk_GetElementBorderWidth at Base 8.6.0
+ Tk_GetElementBox at Base 8.6.0
+ Tk_GetElementId at Base 8.6.0
+ Tk_GetElementSize at Base 8.6.0
+ Tk_GetFont at Base 8.6.0
+ Tk_GetFontFromObj at Base 8.6.0
+ Tk_GetFontMetrics at Base 8.6.0
+ Tk_GetGC at Base 8.6.0
+ Tk_GetImage at Base 8.6.0
+ Tk_GetImageMasterData at Base 8.6.0
+ Tk_GetItemTypes at Base 8.6.0
+ Tk_GetJoinStyle at Base 8.6.0
+ Tk_GetJustify at Base 8.6.0
+ Tk_GetJustifyFromObj at Base 8.6.0
+ Tk_GetMMFromObj at Base 8.6.0
+ Tk_GetNumMainWindows at Base 8.6.0
+ Tk_GetOption at Base 8.6.0
+ Tk_GetOptionInfo at Base 8.6.0
+ Tk_GetOptionValue at Base 8.6.0
+ Tk_GetPixels at Base 8.6.0
+ Tk_GetPixelsFromObj at Base 8.6.0
+ Tk_GetPixmap at Base 8.6.0
+ Tk_GetRelief at Base 8.6.0
+ Tk_GetReliefFromObj at Base 8.6.0
+ Tk_GetRootCoords at Base 8.6.0
+ Tk_GetScreenMM at Base 8.6.0
+ Tk_GetScrollInfo at Base 8.6.0
+ Tk_GetScrollInfoObj at Base 8.6.0
+ Tk_GetSelection at Base 8.6.0
+ Tk_GetStyle at Base 8.6.0
+ Tk_GetStyleEngine at Base 8.6.0
+ Tk_GetStyleFromObj at Base 8.6.0
+ Tk_GetStyledElement at Base 8.6.0
+ Tk_GetUid at Base 8.6.0
+ Tk_GetUserInactiveTime at Base 8.6.0
+ Tk_GetVRootGeometry at Base 8.6.0
+ Tk_GetVisual at Base 8.6.0
+ Tk_Grab at Base 8.6.0
+ Tk_HandleEvent at Base 8.6.0
+ Tk_IdToWindow at Base 8.6.0
+ Tk_ImageChanged at Base 8.6.0
+ Tk_Init at Base 8.6.0
+ Tk_InitConsoleChannels at Base 8.6.0
+ Tk_InitOptions at Base 8.6.0
+ Tk_InternAtom at Base 8.6.0
+ Tk_Interp at Base 8.6.0
+ Tk_IntersectTextLayout at Base 8.6.0
+ Tk_MainEx at Base 8.6.0
+ Tk_MainLoop at Base 8.6.0
+ Tk_MainWindow at Base 8.6.0
+ Tk_MaintainGeometry at Base 8.6.0
+ Tk_MakeWindowExist at Base 8.6.0
+ Tk_ManageGeometry at Base 8.6.0
+ Tk_MapWindow at Base 8.6.0
+ Tk_MeasureChars at Base 8.6.0
+ Tk_MoveResizeWindow at Base 8.6.0
+ Tk_MoveToplevelWindow at Base 8.6.0
+ Tk_MoveWindow at Base 8.6.0
+ Tk_NameOf3DBorder at Base 8.6.0
+ Tk_NameOfAnchor at Base 8.6.0
+ Tk_NameOfBitmap at Base 8.6.0
+ Tk_NameOfCapStyle at Base 8.6.0
+ Tk_NameOfColor at Base 8.6.0
+ Tk_NameOfCursor at Base 8.6.0
+ Tk_NameOfFont at Base 8.6.0
+ Tk_NameOfImage at Base 8.6.0
+ Tk_NameOfJoinStyle at Base 8.6.0
+ Tk_NameOfJustify at Base 8.6.0
+ Tk_NameOfRelief at Base 8.6.0
+ Tk_NameOfStyle at Base 8.6.0
+ Tk_NameToWindow at Base 8.6.0
+ Tk_OwnSelection at Base 8.6.0
+ Tk_ParseArgv at Base 8.6.0
+ Tk_PhotoBlank at Base 8.6.0
+ Tk_PhotoExpand at Base 8.6.0
+ Tk_PhotoExpand_Panic at Base 8.6.0
+ Tk_PhotoGetImage at Base 8.6.0
+ Tk_PhotoGetSize at Base 8.6.0
+ Tk_PhotoPutBlock at Base 8.6.0
+ Tk_PhotoPutBlock_NoComposite at Base 8.6.0
+ Tk_PhotoPutBlock_Panic at Base 8.6.0
+ Tk_PhotoPutZoomedBlock at Base 8.6.0
+ Tk_PhotoPutZoomedBlock_NoComposite at Base 8.6.0
+ Tk_PhotoPutZoomedBlock_Panic at Base 8.6.0
+ Tk_PhotoSetSize at Base 8.6.0
+ Tk_PhotoSetSize_Panic at Base 8.6.0
+ Tk_PkgInitStubsCheck at Base 8.6.0
+ Tk_PointToChar at Base 8.6.0
+ Tk_PostscriptBitmap at Base 8.6.0
+ Tk_PostscriptColor at Base 8.6.0
+ Tk_PostscriptFont at Base 8.6.0
+ Tk_PostscriptFontName at Base 8.6.0
+ Tk_PostscriptImage at Base 8.6.0
+ Tk_PostscriptPath at Base 8.6.0
+ Tk_PostscriptPhoto at Base 8.6.0
+ Tk_PostscriptStipple at Base 8.6.0
+ Tk_PostscriptY at Base 8.6.0
+ Tk_PreserveColormap at Base 8.6.0
+ Tk_QueueWindowEvent at Base 8.6.0
+ Tk_RedrawImage at Base 8.6.0
+ Tk_RegisterStyleEngine at Base 8.6.0
+ Tk_RegisterStyledElement at Base 8.6.0
+ Tk_ResetOutlineGC at Base 8.6.0
+ Tk_ResetUserInactiveTime at Base 8.6.0
+ Tk_ResizeWindow at Base 8.6.0
+ Tk_RestackWindow at Base 8.6.0
+ Tk_RestoreSavedOptions at Base 8.6.0
+ Tk_RestrictEvents at Base 8.6.0
+ Tk_SafeInit at Base 8.6.0
+ Tk_SetAppName at Base 8.6.0
+ Tk_SetBackgroundFromBorder at Base 8.6.0
+ Tk_SetCaretPos at Base 8.6.0
+ Tk_SetClass at Base 8.6.0
+ Tk_SetClassProcs at Base 8.6.0
+ Tk_SetGrid at Base 8.6.0
+ Tk_SetInternalBorder at Base 8.6.0
+ Tk_SetInternalBorderEx at Base 8.6.0
+ Tk_SetMinimumRequestSize at Base 8.6.0
+ Tk_SetOptions at Base 8.6.0
+ Tk_SetTSOrigin at Base 8.6.0
+ Tk_SetWindowBackground at Base 8.6.0
+ Tk_SetWindowBackgroundPixmap at Base 8.6.0
+ Tk_SetWindowBorder at Base 8.6.0
+ Tk_SetWindowBorderPixmap at Base 8.6.0
+ Tk_SetWindowBorderWidth at Base 8.6.0
+ Tk_SetWindowColormap at Base 8.6.0
+ Tk_SetWindowVisual at Base 8.6.0
+ Tk_SizeOfBitmap at Base 8.6.0
+ Tk_SizeOfImage at Base 8.6.0
+ Tk_StrictMotif at Base 8.6.0
+ Tk_TextLayoutToPostscript at Base 8.6.0
+ Tk_TextWidth at Base 8.6.0
+ Tk_UndefineCursor at Base 8.6.0
+ Tk_UnderlineChars at Base 8.6.0
+ Tk_UnderlineTextLayout at Base 8.6.0
+ Tk_Ungrab at Base 8.6.0
+ Tk_UnmaintainGeometry at Base 8.6.0
+ Tk_UnmapWindow at Base 8.6.0
+ Tk_UnsetGrid at Base 8.6.0
+ Tk_UpdatePointer at Base 8.6.0
+ TkpChangeFocus at Base 8.6.0
+ TkpClaimFocus at Base 8.6.0
+ TkpCloseDisplay at Base 8.6.0
+ TkpCmapStressed at Base 8.6.0
+ TkpDisplayWarning at Base 8.6.0
+ TkpDrawFrame at Base 8.6.0
+ TkpDrawHighlightBorder at Base 8.6.0
+ TkpFreeCursor at Base 8.6.0
+ TkpGetAppName at Base 8.6.0
+ TkpGetKeySym at Base 8.6.0
+ TkpGetOtherWindow at Base 8.6.0
+ TkpGetString at Base 8.6.0
+ TkpGetSubFonts at Base 8.6.0
+ TkpGetSystemDefault at Base 8.6.0
+ TkpGetWrapperWindow at Base 8.6.0
+ TkpInit at Base 8.6.0
+ TkpInitKeymapInfo at Base 8.6.0
+ TkpInitializeMenuBindings at Base 8.6.0
+ TkpMakeContainer at Base 8.6.0
+ TkpMakeMenuWindow at Base 8.6.0
+ TkpMakeWindow at Base 8.6.0
+ TkpMenuNotifyToplevelCreate at Base 8.6.0
+ TkpMenuThreadInit at Base 8.6.0
+ TkpOpenDisplay at Base 8.6.0
+ TkpRedirectKeyEvent at Base 8.6.0
+ TkpScanWindowId at Base 8.6.0
+ TkpSetKeycodeAndState at Base 8.6.0
+ TkpSetMainMenubar at Base 8.6.0
+ TkpSync at Base 8.6.0
+ TkpTestembedCmd at Base 8.6.0
+ TkpTestsendCmd at Base 8.6.0
+ TkpTesttextCmd at Base 8.6.0
+ TkpUseWindow at Base 8.6.0
+ TkpWmSetState at Base 8.6.0
+ _LIB_VERSION at Base 8.6.0

Modified: tk8.6/branches/experimental/debian/rules
===================================================================
--- tk8.6/branches/experimental/debian/rules	2013-07-31 07:55:33 UTC (rev 1425)
+++ tk8.6/branches/experimental/debian/rules	2013-07-31 08:03:34 UTC (rev 1426)
@@ -107,11 +107,11 @@
 
 override_dh_makeshlibs: /usr/share/debhelper/autoscripts/postinst-makeshlibs /usr/share/debhelper/autoscripts/postrm-makeshlibs
 	dh_makeshlibs -a
-	cat /usr/share/debhelper/autoscripts/postinst-makeshlibs >>debian/tk$(v)-lib.postinst.debhelper
-	cat /usr/share/debhelper/autoscripts/postrm-makeshlibs >>debian/tk$(v)-lib.postrm.debhelper
+	cat /usr/share/debhelper/autoscripts/postinst-makeshlibs >>debian/libtk$(v).postinst.debhelper
+	cat /usr/share/debhelper/autoscripts/postrm-makeshlibs >>debian/libtk$(v).postrm.debhelper
 
 override_dh_shlibdeps:
-	dh_shlibdeps -ldebian/tk$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
+	dh_shlibdeps -ldebian/libtk$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
 
 get-orig-source:
 	wget -O tk$(v)_$(v).0.orig.tar.gz \

Deleted: tk8.6/branches/experimental/debian/tk8.6-dev.dirs
===================================================================
--- tk8.6/branches/experimental/debian/tk8.6-dev.dirs	2013-07-31 07:55:33 UTC (rev 1425)
+++ tk8.6/branches/experimental/debian/tk8.6-dev.dirs	2013-07-31 08:03:34 UTC (rev 1426)
@@ -1 +0,0 @@
-usr/lib/tk8.6

Deleted: tk8.6/branches/experimental/debian/tk8.6-dev.install
===================================================================
--- tk8.6/branches/experimental/debian/tk8.6-dev.install	2013-07-31 07:55:33 UTC (rev 1425)
+++ tk8.6/branches/experimental/debian/tk8.6-dev.install	2013-07-31 08:03:34 UTC (rev 1426)
@@ -1,4 +0,0 @@
-usr/include
-usr/lib/*/*.a
-usr/lib/*/tk*/*.sh
-debian/tkConfig.sh	usr/lib/tk8.6

Deleted: tk8.6/branches/experimental/debian/tk8.6-lib.install
===================================================================
--- tk8.6/branches/experimental/debian/tk8.6-lib.install	2013-07-31 07:55:33 UTC (rev 1425)
+++ tk8.6/branches/experimental/debian/tk8.6-lib.install	2013-07-31 08:03:34 UTC (rev 1426)
@@ -1,4 +0,0 @@
-usr/lib/*/*.so
-usr/lib/*/*.so.*
-usr/lib/tcltk/*/tk*
-usr/share/tcltk/tk*

Deleted: tk8.6/branches/experimental/debian/tk8.6-lib.lintian-overrides
===================================================================
--- tk8.6/branches/experimental/debian/tk8.6-lib.lintian-overrides	2013-07-31 07:55:33 UTC (rev 1425)
+++ tk8.6/branches/experimental/debian/tk8.6-lib.lintian-overrides	2013-07-31 08:03:34 UTC (rev 1426)
@@ -1,7 +0,0 @@
-# The name was chosen to match long time existing tk8.6-dev
-tk8.6-lib: package-name-doesnt-match-sonames
-# Versioned soname is not necessary for libtk8.6.so
-tk8.6-lib: shlib-without-versioned-soname
-# Since the library has no suffix after .so then the symlink
-# is not necessary
-tk8.6-lib: dev-pkg-without-shlib-symlink

Deleted: tk8.6/branches/experimental/debian/tk8.6-lib.symbols
===================================================================
--- tk8.6/branches/experimental/debian/tk8.6-lib.symbols	2013-07-31 07:55:33 UTC (rev 1425)
+++ tk8.6/branches/experimental/debian/tk8.6-lib.symbols	2013-07-31 08:03:34 UTC (rev 1426)
@@ -1,442 +0,0 @@
-libtk8.6.so tk8.6-lib #MINVER#
- TkAllocWindow at Base 8.6.0
- TkBTreeNumLines at Base 8.6.0
- TkBezierPoints at Base 8.6.0
- TkBezierScreenPoints at Base 8.6.0
- TkBindEventProc at Base 8.6.0
- TkBindFree at Base 8.6.0
- TkBindInit at Base 8.6.0
- TkCanvasDashParseProc at Base 8.6.0
- TkCanvasDashPrintProc at Base 8.6.0
- TkChangeEventWindow at Base 8.6.0
- TkClipCleanup at Base 8.6.0
- TkClipInit at Base 8.6.0
- TkComputeAnchor at Base 8.6.0
- TkCreateCursorFromData at Base 8.6.0
- TkCreateFrame at Base 8.6.0
- TkCreateMainWindow at Base 8.6.0
- TkCreateThreadExitHandler at Base 8.6.0
- TkCreateXEventSource at Base 8.6.0
- TkCurrentTime at Base 8.6.0
- TkDebugBitmap at Base 8.6.0
- TkDebugBorder at Base 8.6.0
- TkDebugColor at Base 8.6.0
- TkDebugConfig at Base 8.6.0
- TkDebugCursor at Base 8.6.0
- TkDebugFont at Base 8.6.0
- TkDeleteAllImages at Base 8.6.0
- TkDeleteThreadExitHandler at Base 8.6.0
- TkDoConfigureNotify at Base 8.6.0
- TkDrawAngledChars at Base 8.6.0
- TkDrawAngledTextLayout at Base 8.6.0
- TkDrawInsetFocusHighlight at Base 8.6.0
- TkEventDeadWindow at Base 8.6.0
- TkFillPolygon at Base 8.6.0
- TkFindStateNum at Base 8.6.0
- TkFindStateNumObj at Base 8.6.0
- TkFindStateString at Base 8.6.0
- TkFocusDeadWindow at Base 8.6.0
- TkFocusFilterEvent at Base 8.6.0
- TkFocusFree at Base 8.6.0
- TkFocusKeyEvent at Base 8.6.0
- TkFontPkgFree at Base 8.6.0
- TkFontPkgInit at Base 8.6.0
- TkFreeBindingTags at Base 8.6.0
- TkGCCleanup at Base 8.6.0
- TkGetBitmapData at Base 8.6.0
- TkGetBitmapPredefTable at Base 8.6.0
- TkGetButtPoints at Base 8.6.0
- TkGetCursorByName at Base 8.6.0
- TkGetDefaultScreenName at Base 8.6.0
- TkGetDisplay at Base 8.6.0
- TkGetDisplayList at Base 8.6.0
- TkGetDisplayOf at Base 8.6.0
- TkGetFocusWin at Base 8.6.0
- TkGetInterpNames at Base 8.6.0
- TkGetMainInfoList at Base 8.6.0
- TkGetMiterPoints at Base 8.6.0
- TkGetOptionSpec at Base 8.6.0
- TkGetPointerCoords at Base 8.6.0
- TkGetServerInfo at Base 8.6.0
- TkGetWindowFromObj at Base 8.6.0
- TkGrabDeadWindow at Base 8.6.0
- TkGrabState at Base 8.6.0
- TkInOutEvents at Base 8.6.0
- TkIncludePoint at Base 8.6.0
- TkInstallFrameMenu at Base 8.6.0
- TkIntersectAngledTextLayout at Base 8.6.0
- TkKeysymToString at Base 8.6.0
- TkLineToArea at Base 8.6.0
- TkLineToPoint at Base 8.6.0
- TkMakeBezierCurve at Base 8.6.0
- TkMakeBezierPostscript at Base 8.6.0
- TkMakeRawCurve at Base 8.6.0
- TkMakeRawCurvePostscript at Base 8.6.0
- TkOffsetParseProc at Base 8.6.0
- TkOffsetPrintProc at Base 8.6.0
- TkOptionClassChanged at Base 8.6.0
- TkOptionDeadWindow at Base 8.6.0
- TkOrientParseProc at Base 8.6.0
- TkOrientPrintProc at Base 8.6.0
- TkOvalToArea at Base 8.6.0
- TkOvalToPoint at Base 8.6.0
- TkPhotoGetValidRegion at Base 8.6.0
- TkPixelParseProc at Base 8.6.0
- TkPixelPrintProc at Base 8.6.0
- TkPointerEvent at Base 8.6.0
- TkPolygonToArea at Base 8.6.0
- TkPolygonToPoint at Base 8.6.0
- TkPositionInTree at Base 8.6.0
- TkQueueEventForAllChildren at Base 8.6.0
- TkReadBitmapFile at Base 8.6.0
- TkScrollWindow at Base 8.6.0
- TkSelDeadWindow at Base 8.6.0
- TkSelEventProc at Base 8.6.0
- TkSelGetSelection at Base 8.6.0
- TkSelInit at Base 8.6.0
- TkSelPropProc at Base 8.6.0
- TkSendCleanup at Base 8.6.0
- TkSetFocusWin at Base 8.6.0
- TkSetWindowMenuBar at Base 8.6.0
- TkSmoothParseProc at Base 8.6.0
- TkSmoothPrintProc at Base 8.6.0
- TkStateParseProc at Base 8.6.0
- TkStatePrintProc at Base 8.6.0
- TkStringToKeysym at Base 8.6.0
- TkStylePkgFree at Base 8.6.0
- TkStylePkgInit at Base 8.6.0
- TkTextChanged at Base 8.6.0
- TkTextGetIndex at Base 8.6.0
- TkTextIndexBackBytes at Base 8.6.0
- TkTextIndexForwBytes at Base 8.6.0
- TkTextInsertDisplayProc at Base 8.6.0
- TkTextMakeByteIndex at Base 8.6.0
- TkTextPrintIndex at Base 8.6.0
- TkTextSetMark at Base 8.6.0
- TkTextXviewCmd at Base 8.6.0
- TkThickPolyLineToArea at Base 8.6.0
- TkToplevelWindowForCommand at Base 8.6.0
- TkUnderlineAngledTextLayout at Base 8.6.0
- TkUnixContainerId at Base 8.6.0
- TkUnixDoOneXEvent at Base 8.6.0
- TkUnixSetMenubar at Base 8.6.0
- TkWmAddToColormapWindows at Base 8.6.0
- TkWmCleanup at Base 8.6.0
- TkWmDeadWindow at Base 8.6.0
- TkWmFocusToplevel at Base 8.6.0
- TkWmMapWindow at Base 8.6.0
- TkWmNewWindow at Base 8.6.0
- TkWmProtocolEventProc at Base 8.6.0
- TkWmRemoveFromColormapWindows at Base 8.6.0
- TkWmRestackToplevel at Base 8.6.0
- TkWmSetClass at Base 8.6.0
- TkWmStackorderToplevel at Base 8.6.0
- TkWmUnmapWindow at Base 8.6.0
- Tk_3DBorderColor at Base 8.6.0
- Tk_3DBorderGC at Base 8.6.0
- Tk_3DHorizontalBevel at Base 8.6.0
- Tk_3DVerticalBevel at Base 8.6.0
- Tk_AddOption at Base 8.6.0
- Tk_Alloc3DBorderFromObj at Base 8.6.0
- Tk_AllocBitmapFromObj at Base 8.6.0
- Tk_AllocColorFromObj at Base 8.6.0
- Tk_AllocCursorFromObj at Base 8.6.0
- Tk_AllocFontFromObj at Base 8.6.0
- Tk_AllocStyleFromObj at Base 8.6.0
- Tk_BindEvent at Base 8.6.0
- Tk_CanvasDrawableCoords at Base 8.6.0
- Tk_CanvasEventuallyRedraw at Base 8.6.0
- Tk_CanvasGetCoord at Base 8.6.0
- Tk_CanvasGetCoordFromObj at Base 8.6.0
- Tk_CanvasGetTextInfo at Base 8.6.0
- Tk_CanvasPsBitmap at Base 8.6.0
- Tk_CanvasPsColor at Base 8.6.0
- Tk_CanvasPsFont at Base 8.6.0
- Tk_CanvasPsOutline at Base 8.6.0
- Tk_CanvasPsPath at Base 8.6.0
- Tk_CanvasPsStipple at Base 8.6.0
- Tk_CanvasPsY at Base 8.6.0
- Tk_CanvasSetOffset at Base 8.6.0
- Tk_CanvasSetStippleOrigin at Base 8.6.0
- Tk_CanvasTagsParseProc at Base 8.6.0
- Tk_CanvasTagsPrintProc at Base 8.6.0
- Tk_CanvasTkwin at Base 8.6.0
- Tk_CanvasWindowCoords at Base 8.6.0
- Tk_ChangeOutlineGC at Base 8.6.0
- Tk_ChangeWindowAttributes at Base 8.6.0
- Tk_CharBbox at Base 8.6.0
- Tk_ClearSelection at Base 8.6.0
- Tk_ClipboardAppend at Base 8.6.0
- Tk_ClipboardClear at Base 8.6.0
- Tk_CollapseMotionEvents at Base 8.6.0
- Tk_ComputeTextLayout at Base 8.6.0
- Tk_ConfigOutlineGC at Base 8.6.0
- Tk_ConfigureInfo at Base 8.6.0
- Tk_ConfigureValue at Base 8.6.0
- Tk_ConfigureWidget at Base 8.6.0
- Tk_ConfigureWindow at Base 8.6.0
- Tk_CoordsToWindow at Base 8.6.0
- Tk_CreateAnonymousWindow at Base 8.6.0
- Tk_CreateBinding at Base 8.6.0
- Tk_CreateBindingTable at Base 8.6.0
- Tk_CreateClientMessageHandler at Base 8.6.0
- Tk_CreateConsoleWindow at Base 8.6.0
- Tk_CreateErrorHandler at Base 8.6.0
- Tk_CreateEventHandler at Base 8.6.0
- Tk_CreateGenericHandler at Base 8.6.0
- Tk_CreateImageType at Base 8.6.0
- Tk_CreateItemType at Base 8.6.0
- Tk_CreateOldImageType at Base 8.6.0
- Tk_CreateOldPhotoImageFormat at Base 8.6.0
- Tk_CreateOptionTable at Base 8.6.0
- Tk_CreateOutline at Base 8.6.0
- Tk_CreatePhotoImageFormat at Base 8.6.0
- Tk_CreateSelHandler at Base 8.6.0
- Tk_CreateSmoothMethod at Base 8.6.0
- Tk_CreateStyle at Base 8.6.0
- Tk_CreateWindow at Base 8.6.0
- Tk_CreateWindowFromPath at Base 8.6.0
- Tk_DefineBitmap at Base 8.6.0
- Tk_DefineCursor at Base 8.6.0
- Tk_DeleteAllBindings at Base 8.6.0
- Tk_DeleteBinding at Base 8.6.0
- Tk_DeleteBindingTable at Base 8.6.0
- Tk_DeleteClientMessageHandler at Base 8.6.0
- Tk_DeleteErrorHandler at Base 8.6.0
- Tk_DeleteEventHandler at Base 8.6.0
- Tk_DeleteGenericHandler at Base 8.6.0
- Tk_DeleteImage at Base 8.6.0
- Tk_DeleteOptionTable at Base 8.6.0
- Tk_DeleteOutline at Base 8.6.0
- Tk_DeleteSelHandler at Base 8.6.0
- Tk_DestroyWindow at Base 8.6.0
- Tk_DisplayName at Base 8.6.0
- Tk_DistanceToTextLayout at Base 8.6.0
- Tk_DitherPhoto at Base 8.6.0
- Tk_Draw3DPolygon at Base 8.6.0
- Tk_Draw3DRectangle at Base 8.6.0
- Tk_DrawChars at Base 8.6.0
- Tk_DrawElement at Base 8.6.0
- Tk_DrawFocusHighlight at Base 8.6.0
- Tk_DrawTextLayout at Base 8.6.0
- Tk_Fill3DPolygon at Base 8.6.0
- Tk_Fill3DRectangle at Base 8.6.0
- Tk_FindPhoto at Base 8.6.0
- Tk_FontId at Base 8.6.0
- Tk_Free3DBorder at Base 8.6.0
- Tk_Free3DBorderFromObj at Base 8.6.0
- Tk_FreeBitmap at Base 8.6.0
- Tk_FreeBitmapFromObj at Base 8.6.0
- Tk_FreeColor at Base 8.6.0
- Tk_FreeColorFromObj at Base 8.6.0
- Tk_FreeColormap at Base 8.6.0
- Tk_FreeConfigOptions at Base 8.6.0
- Tk_FreeCursor at Base 8.6.0
- Tk_FreeCursorFromObj at Base 8.6.0
- Tk_FreeFont at Base 8.6.0
- Tk_FreeFontFromObj at Base 8.6.0
- Tk_FreeGC at Base 8.6.0
- Tk_FreeImage at Base 8.6.0
- Tk_FreeOptions at Base 8.6.0
- Tk_FreePixmap at Base 8.6.0
- Tk_FreeSavedOptions at Base 8.6.0
- Tk_FreeStyle at Base 8.6.0
- Tk_FreeStyleFromObj at Base 8.6.0
- Tk_FreeTextLayout at Base 8.6.0
- Tk_FreeXId at Base 8.6.0
- Tk_GCForColor at Base 8.6.0
- Tk_GeometryRequest at Base 8.6.0
- Tk_Get3DBorder at Base 8.6.0
- Tk_Get3DBorderFromObj at Base 8.6.0
- Tk_GetAllBindings at Base 8.6.0
- Tk_GetAnchor at Base 8.6.0
- Tk_GetAnchorFromObj at Base 8.6.0
- Tk_GetAtomName at Base 8.6.0
- Tk_GetBinding at Base 8.6.0
- Tk_GetBitmap at Base 8.6.0
- Tk_GetBitmapFromData at Base 8.6.0
- Tk_GetBitmapFromObj at Base 8.6.0
- Tk_GetCapStyle at Base 8.6.0
- Tk_GetColor at Base 8.6.0
- Tk_GetColorByValue at Base 8.6.0
- Tk_GetColorFromObj at Base 8.6.0
- Tk_GetColormap at Base 8.6.0
- Tk_GetCursor at Base 8.6.0
- Tk_GetCursorFromData at Base 8.6.0
- Tk_GetCursorFromObj at Base 8.6.0
- Tk_GetDash at Base 8.6.0
- Tk_GetElementBorderWidth at Base 8.6.0
- Tk_GetElementBox at Base 8.6.0
- Tk_GetElementId at Base 8.6.0
- Tk_GetElementSize at Base 8.6.0
- Tk_GetFont at Base 8.6.0
- Tk_GetFontFromObj at Base 8.6.0
- Tk_GetFontMetrics at Base 8.6.0
- Tk_GetGC at Base 8.6.0
- Tk_GetImage at Base 8.6.0
- Tk_GetImageMasterData at Base 8.6.0
- Tk_GetItemTypes at Base 8.6.0
- Tk_GetJoinStyle at Base 8.6.0
- Tk_GetJustify at Base 8.6.0
- Tk_GetJustifyFromObj at Base 8.6.0
- Tk_GetMMFromObj at Base 8.6.0
- Tk_GetNumMainWindows at Base 8.6.0
- Tk_GetOption at Base 8.6.0
- Tk_GetOptionInfo at Base 8.6.0
- Tk_GetOptionValue at Base 8.6.0
- Tk_GetPixels at Base 8.6.0
- Tk_GetPixelsFromObj at Base 8.6.0
- Tk_GetPixmap at Base 8.6.0
- Tk_GetRelief at Base 8.6.0
- Tk_GetReliefFromObj at Base 8.6.0
- Tk_GetRootCoords at Base 8.6.0
- Tk_GetScreenMM at Base 8.6.0
- Tk_GetScrollInfo at Base 8.6.0
- Tk_GetScrollInfoObj at Base 8.6.0
- Tk_GetSelection at Base 8.6.0
- Tk_GetStyle at Base 8.6.0
- Tk_GetStyleEngine at Base 8.6.0
- Tk_GetStyleFromObj at Base 8.6.0
- Tk_GetStyledElement at Base 8.6.0
- Tk_GetUid at Base 8.6.0
- Tk_GetUserInactiveTime at Base 8.6.0
- Tk_GetVRootGeometry at Base 8.6.0
- Tk_GetVisual at Base 8.6.0
- Tk_Grab at Base 8.6.0
- Tk_HandleEvent at Base 8.6.0
- Tk_IdToWindow at Base 8.6.0
- Tk_ImageChanged at Base 8.6.0
- Tk_Init at Base 8.6.0
- Tk_InitConsoleChannels at Base 8.6.0
- Tk_InitOptions at Base 8.6.0
- Tk_InternAtom at Base 8.6.0
- Tk_Interp at Base 8.6.0
- Tk_IntersectTextLayout at Base 8.6.0
- Tk_MainEx at Base 8.6.0
- Tk_MainLoop at Base 8.6.0
- Tk_MainWindow at Base 8.6.0
- Tk_MaintainGeometry at Base 8.6.0
- Tk_MakeWindowExist at Base 8.6.0
- Tk_ManageGeometry at Base 8.6.0
- Tk_MapWindow at Base 8.6.0
- Tk_MeasureChars at Base 8.6.0
- Tk_MoveResizeWindow at Base 8.6.0
- Tk_MoveToplevelWindow at Base 8.6.0
- Tk_MoveWindow at Base 8.6.0
- Tk_NameOf3DBorder at Base 8.6.0
- Tk_NameOfAnchor at Base 8.6.0
- Tk_NameOfBitmap at Base 8.6.0
- Tk_NameOfCapStyle at Base 8.6.0
- Tk_NameOfColor at Base 8.6.0
- Tk_NameOfCursor at Base 8.6.0
- Tk_NameOfFont at Base 8.6.0
- Tk_NameOfImage at Base 8.6.0
- Tk_NameOfJoinStyle at Base 8.6.0
- Tk_NameOfJustify at Base 8.6.0
- Tk_NameOfRelief at Base 8.6.0
- Tk_NameOfStyle at Base 8.6.0
- Tk_NameToWindow at Base 8.6.0
- Tk_OwnSelection at Base 8.6.0
- Tk_ParseArgv at Base 8.6.0
- Tk_PhotoBlank at Base 8.6.0
- Tk_PhotoExpand at Base 8.6.0
- Tk_PhotoExpand_Panic at Base 8.6.0
- Tk_PhotoGetImage at Base 8.6.0
- Tk_PhotoGetSize at Base 8.6.0
- Tk_PhotoPutBlock at Base 8.6.0
- Tk_PhotoPutBlock_NoComposite at Base 8.6.0
- Tk_PhotoPutBlock_Panic at Base 8.6.0
- Tk_PhotoPutZoomedBlock at Base 8.6.0
- Tk_PhotoPutZoomedBlock_NoComposite at Base 8.6.0
- Tk_PhotoPutZoomedBlock_Panic at Base 8.6.0
- Tk_PhotoSetSize at Base 8.6.0
- Tk_PhotoSetSize_Panic at Base 8.6.0
- Tk_PkgInitStubsCheck at Base 8.6.0
- Tk_PointToChar at Base 8.6.0
- Tk_PostscriptBitmap at Base 8.6.0
- Tk_PostscriptColor at Base 8.6.0
- Tk_PostscriptFont at Base 8.6.0
- Tk_PostscriptFontName at Base 8.6.0
- Tk_PostscriptImage at Base 8.6.0
- Tk_PostscriptPath at Base 8.6.0
- Tk_PostscriptPhoto at Base 8.6.0
- Tk_PostscriptStipple at Base 8.6.0
- Tk_PostscriptY at Base 8.6.0
- Tk_PreserveColormap at Base 8.6.0
- Tk_QueueWindowEvent at Base 8.6.0
- Tk_RedrawImage at Base 8.6.0
- Tk_RegisterStyleEngine at Base 8.6.0
- Tk_RegisterStyledElement at Base 8.6.0
- Tk_ResetOutlineGC at Base 8.6.0
- Tk_ResetUserInactiveTime at Base 8.6.0
- Tk_ResizeWindow at Base 8.6.0
- Tk_RestackWindow at Base 8.6.0
- Tk_RestoreSavedOptions at Base 8.6.0
- Tk_RestrictEvents at Base 8.6.0
- Tk_SafeInit at Base 8.6.0
- Tk_SetAppName at Base 8.6.0
- Tk_SetBackgroundFromBorder at Base 8.6.0
- Tk_SetCaretPos at Base 8.6.0
- Tk_SetClass at Base 8.6.0
- Tk_SetClassProcs at Base 8.6.0
- Tk_SetGrid at Base 8.6.0
- Tk_SetInternalBorder at Base 8.6.0
- Tk_SetInternalBorderEx at Base 8.6.0
- Tk_SetMinimumRequestSize at Base 8.6.0
- Tk_SetOptions at Base 8.6.0
- Tk_SetTSOrigin at Base 8.6.0
- Tk_SetWindowBackground at Base 8.6.0
- Tk_SetWindowBackgroundPixmap at Base 8.6.0
- Tk_SetWindowBorder at Base 8.6.0
- Tk_SetWindowBorderPixmap at Base 8.6.0
- Tk_SetWindowBorderWidth at Base 8.6.0
- Tk_SetWindowColormap at Base 8.6.0
- Tk_SetWindowVisual at Base 8.6.0
- Tk_SizeOfBitmap at Base 8.6.0
- Tk_SizeOfImage at Base 8.6.0
- Tk_StrictMotif at Base 8.6.0
- Tk_TextLayoutToPostscript at Base 8.6.0
- Tk_TextWidth at Base 8.6.0
- Tk_UndefineCursor at Base 8.6.0
- Tk_UnderlineChars at Base 8.6.0
- Tk_UnderlineTextLayout at Base 8.6.0
- Tk_Ungrab at Base 8.6.0
- Tk_UnmaintainGeometry at Base 8.6.0
- Tk_UnmapWindow at Base 8.6.0
- Tk_UnsetGrid at Base 8.6.0
- Tk_UpdatePointer at Base 8.6.0
- TkpChangeFocus at Base 8.6.0
- TkpClaimFocus at Base 8.6.0
- TkpCloseDisplay at Base 8.6.0
- TkpCmapStressed at Base 8.6.0
- TkpDisplayWarning at Base 8.6.0
- TkpDrawFrame at Base 8.6.0
- TkpDrawHighlightBorder at Base 8.6.0
- TkpFreeCursor at Base 8.6.0
- TkpGetAppName at Base 8.6.0
- TkpGetKeySym at Base 8.6.0
- TkpGetOtherWindow at Base 8.6.0
- TkpGetString at Base 8.6.0
- TkpGetSubFonts at Base 8.6.0
- TkpGetSystemDefault at Base 8.6.0
- TkpGetWrapperWindow at Base 8.6.0
- TkpInit at Base 8.6.0
- TkpInitKeymapInfo at Base 8.6.0
- TkpInitializeMenuBindings at Base 8.6.0
- TkpMakeContainer at Base 8.6.0
- TkpMakeMenuWindow at Base 8.6.0
- TkpMakeWindow at Base 8.6.0
- TkpMenuNotifyToplevelCreate at Base 8.6.0
- TkpMenuThreadInit at Base 8.6.0
- TkpOpenDisplay at Base 8.6.0
- TkpRedirectKeyEvent at Base 8.6.0
- TkpScanWindowId at Base 8.6.0
- TkpSetKeycodeAndState at Base 8.6.0
- TkpSetMainMenubar at Base 8.6.0
- TkpSync at Base 8.6.0
- TkpTestembedCmd at Base 8.6.0
- TkpTestsendCmd at Base 8.6.0
- TkpTesttextCmd at Base 8.6.0
- TkpUseWindow at Base 8.6.0
- TkpWmSetState at Base 8.6.0
- _LIB_VERSION at Base 8.6.0




More information about the Pkg-tcltk-commits mailing list