[Pkg-tcltk-commits] r1398 - in tk8.5/branches/experimental/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Fri Jul 12 14:16:05 UTC 2013
Author: sgolovan
Date: 2013-07-12 14:16:05 +0000 (Fri, 12 Jul 2013)
New Revision: 1398
Added:
tk8.5/branches/experimental/debian/tk8.5-doc.docs
tk8.5/branches/experimental/debian/tk8.5-doc.links
tk8.5/branches/experimental/debian/tk8.5-lib.install
tk8.5/branches/experimental/debian/tk8.5-lib.lintian-overrides
tk8.5/branches/experimental/debian/tk8.5-lib.symbols
tk8.5/branches/experimental/debian/tkConfig.sh
Removed:
tk8.5/branches/experimental/debian/patches/rpath.diff
tk8.5/branches/experimental/debian/shlibs.local
tk8.5/branches/experimental/debian/tk8.5.dirs
tk8.5/branches/experimental/debian/tk8.5.lintian-overrides
tk8.5/branches/experimental/debian/tk8.5.postinst
tk8.5/branches/experimental/debian/tk8.5.postrm
tk8.5/branches/experimental/debian/tk8.5.preinst
tk8.5/branches/experimental/debian/tk8.5.prerm
Modified:
tk8.5/branches/experimental/debian/changelog
tk8.5/branches/experimental/debian/compat
tk8.5/branches/experimental/debian/control
tk8.5/branches/experimental/debian/patches/series
tk8.5/branches/experimental/debian/rules
tk8.5/branches/experimental/debian/tk8.5-dev.dirs
tk8.5/branches/experimental/debian/tk8.5-dev.install
tk8.5/branches/experimental/debian/tk8.5-doc.install
tk8.5/branches/experimental/debian/tk8.5.docs
tk8.5/branches/experimental/debian/tk8.5.install
Log:
[tk8.5-experimental]
* Bumped debhelper compatibility version to 9.
* Added multi-arch support. This includes splitting out the tk8.5-lib
library package with libtk8.5.so and tkConfig.sh moved into a
multi-archified location (closes: #703421).
* Recreated /usr/lib/tk8.5/tkConfig.sh for backward compatibility (intend
to remove in the future).
* Removed .0 suffix from the libtk8.5.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.5-lib via a symbols table.
* Don't use the alternatives mechanism for selecting /usr/bin/wish. This
package ships only /usr/bin/wish8.5. The tcltk-defaults package provides
the necessary symlink. This also means that tk8.5 does no longer provide
the wish virtual package.
* Moved the old changelog to the tk8.5-doc package to reduce size of the
tk8.5 one.
* Moved the Tk demos to the tk8.5-doc package.
* Fixed clean target in debian/rules.
Modified: tk8.5/branches/experimental/debian/changelog
===================================================================
--- tk8.5/branches/experimental/debian/changelog 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/changelog 2013-07-12 14:16:05 UTC (rev 1398)
@@ -1,8 +1,25 @@
-tk8.5 (8.5.14-3) UNRELEASED; urgency=low
+tk8.5 (8.5.14-3) experimental; urgency=low
- * NOT RELEASED YET
+ * Bumped debhelper compatibility version to 9.
+ * Added multi-arch support. This includes splitting out the tk8.5-lib
+ library package with libtk8.5.so and tkConfig.sh moved into a
+ multi-archified location (closes: #703421).
+ * Recreated /usr/lib/tk8.5/tkConfig.sh for backward compatibility (intend
+ to remove in the future).
+ * Removed .0 suffix from the libtk8.5.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.5-lib via a symbols table.
+ * Don't use the alternatives mechanism for selecting /usr/bin/wish. This
+ package ships only /usr/bin/wish8.5. The tcltk-defaults package provides
+ the necessary symlink. This also means that tk8.5 does no longer provide
+ the wish virtual package.
+ * Moved the old changelog to the tk8.5-doc package to reduce size of the
+ tk8.5 one.
+ * Moved the Tk demos to the tk8.5-doc package.
+ * Fixed clean target in debian/rules.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 26 Jun 2013 12:23:50 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 12 Jul 2013 17:35:44 +0400
tk8.5 (8.5.14-2) unstable; urgency=low
Modified: tk8.5/branches/experimental/debian/compat
===================================================================
--- tk8.5/branches/experimental/debian/compat 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/compat 2013-07-12 14:16:05 UTC (rev 1398)
@@ -1 +1 @@
-8
+9
Modified: tk8.5/branches/experimental/debian/control
===================================================================
--- tk8.5/branches/experimental/debian/control 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/control 2013-07-12 14:16:05 UTC (rev 1398)
@@ -3,7 +3,8 @@
Priority: optional
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
Uploaders: Sergei Golovan <sgolovan at debian.org>
-Build-Depends: debhelper (>= 8.0.0), dpkg-dev (>= 1.16.1~), x11proto-core-dev, libx11-dev, libxss-dev, libxext-dev, libxft-dev, tcl8.5-dev (>= 8.5.0)
+Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~), x11proto-core-dev,
+ libx11-dev, libxss-dev, libxext-dev, libxft-dev, tcl8.5-dev (>= 8.5.14-3)
Standards-Version: 3.9.4
Homepage: http://www.tcl.tk/
@@ -14,34 +15,52 @@
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: xterm | x-terminal-emulator
Conflicts: tk40 (<= 4.0p3-2), libtk-img (<< 1.2.5)
-Provides: wish
-Description: Tk toolkit for Tcl and X11, v8.5 - run-time files
+Multi-Arch: foreign
+Description: Tk toolkit for Tcl and X11, v8.5 - windowing shell
Tk is a cross-platform graphical toolkit which provides the Motif
look-and-feel and is implemented using the Tcl scripting language.
- This package contains everything you need to run Tk (wish) scripts
- and Tk-enabled apps.
+ This package contains the windowing Tcl/Tk shell (wish).
-Package: tk8.5-doc
-Section: doc
+Package: tk8.5-lib
+Section: libs
Priority: optional
-Architecture: all
-Depends: ${misc:Depends}
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: tcl8.5-lib (>= 8.5.14-3), ${shlibs:Depends}, ${misc:Depends}
+Conflicts: tk8.5 (<<8.5.14-3), tk40 (<= 4.0p3-2), libtk-img (<< 1.2.5)
+Replaces: tk8.5 (<<8.5.14-3)
Suggests: tk8.5
-Conflicts: tkdoc, tk8.3-doc, tk8.4-doc
-Provides: tkdoc
-Description: Tk toolkit for Tcl and X11, v8.5 - manual pages
+Multi-Arch: same
+Description: Tk toolkit for Tcl and X11 v8.5 - run-time files
Tk is a cross-platform graphical toolkit which provides the Motif
look-and-feel and is implemented using the Tcl scripting language.
- This package contains the manual pages for the Tk commands.
+ This package contains the Tk library and supplementary packages you
+ need to run Tk-enabled apps.
Package: tk8.5-dev
Section: devel
Priority: optional
Architecture: any
-Depends: x11proto-core-dev, libx11-dev, libxss-dev, libxext-dev, libxft-dev, tcl8.5-dev (>= 8.5.0), tk8.5 (= ${binary:Version}), ${misc:Depends}
-Suggests: tk8.5-doc
+Depends: dpkg-dev (>= 1.16.1~), x11proto-core-dev, libx11-dev, libxss-dev,
+ libxext-dev, libxft-dev, tcl8.5-dev (>= 8.5.14-2),
+ tk8.5-lib (= ${binary:Version}), ${misc:Depends}
+Suggests: tk8.5, tk8.5-doc
+Multi-Arch: same
Description: Tk toolkit for Tcl and X11, v8.5 - development files
Tk is a cross-platform graphical toolkit which provides the Motif
look-and-feel and is implemented using the Tcl scripting language.
This package contains the headers and libraries needed to extend
or embed Tk.
+
+Package: tk8.5-doc
+Section: doc
+Priority: optional
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: tk8.5
+Conflicts: tkdoc, tk8.3-doc, tk8.4-doc
+Provides: tkdoc
+Description: Tk toolkit for Tcl and X11, v8.5 - manual pages
+ Tk is a cross-platform graphical toolkit which provides the Motif
+ look-and-feel and is implemented using the Tcl scripting language.
+ This package contains the manual pages for the Tk commands.
Deleted: tk8.5/branches/experimental/debian/patches/rpath.diff
===================================================================
--- tk8.5/branches/experimental/debian/patches/rpath.diff 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/patches/rpath.diff 2013-07-12 14:16:05 UTC (rev 1398)
@@ -1,40 +0,0 @@
-Patch by Chris Waters removes -rpath from search flags and adds -soname
-to library build options.
-
-Also, it fixes Makefile.in to put correct Tk library filename to pkgIndex.tcl
-
---- tk8.5-8.5.14.orig/unix/configure
-+++ tk8.5-8.5.14/unix/configure
-@@ -5634,6 +5634,9 @@
- # get rid of the warnings.
- #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
-
-+ # following line added by CW for Debian GNU/Linux
-+ TK_SHLIB_LD_EXTRAS="-Wl,-soname,\${TK_LIB_FILE}.0"
-+
- SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}'
- DL_OBJS="tclLoadDl.o"
- DL_LIBS="-ldl"
---- tk8.5-8.5.14.orig/unix/Makefile.in
-+++ tk8.5-8.5.14/unix/Makefile.in
-@@ -702,7 +702,7 @@
- echo "if {[catch {package present Tcl 8.5.0}]} return";\
- relative=`echo | awk '{ORS=" "; split("$(TK_PKG_DIR)",a,"/"); for (f in a) {print ".."}}'`;\
- if test "x$(DLL_INSTALL_DIR)" != "x$(BIN_INSTALL_DIR)"; then \
-- echo "package ifneeded Tk $(MAJOR_VERSION).$(MINOR_VERSION)$(PATCH_LEVEL) [list load [file normalize [file join \$$dir $${relative}$(TK_LIB_FILE)]] Tk]";\
-+ echo "package ifneeded Tk $(MAJOR_VERSION).$(MINOR_VERSION)$(PATCH_LEVEL) [list load [file normalize [file join $(LIB_RUNTIME_DIR) $(TK_LIB_FILE).0]] Tk]";\
- else \
- echo "if {(\$$::tcl_platform(platform) eq \"unix\") && ([info exists ::env(DISPLAY)]";\
- echo " || ([info exists ::argv] && (\"-display\" in \$$::argv)))} {";\
---- tk8.5-8.5.14.orig/unix/tcl.m4
-+++ tk8.5-8.5.14/unix/tcl.m4
-@@ -1422,6 +1422,9 @@
- # get rid of the warnings.
- #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
-
-+ # following line added by CW for Debian GNU/Linux
-+ TK_SHLIB_LD_EXTRAS="-Wl,-soname,\${TK_LIB_FILE}.0"
-+
- SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}'
- DL_OBJS="tclLoadDl.o"
- DL_LIBS="-ldl"
Modified: tk8.5/branches/experimental/debian/patches/series
===================================================================
--- tk8.5/branches/experimental/debian/patches/series 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/patches/series 2013-07-12 14:16:05 UTC (rev 1398)
@@ -3,6 +3,5 @@
tklibrary.diff
tkprivate.diff
confsearch.diff
-rpath.diff
non-linux.diff
manpages.diff
Modified: tk8.5/branches/experimental/debian/rules
===================================================================
--- tk8.5/branches/experimental/debian/rules 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/rules 2013-07-12 14:16:05 UTC (rev 1398)
@@ -5,6 +5,7 @@
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
+include /usr/share/dpkg/architecture.mk
ifeq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
# See bug #446335
@@ -14,12 +15,17 @@
%:
dh $@
+override_dh_auto_clean:
+ [ ! -f unix/Makefile ] || $(MAKE) -C unix distclean
+
override_dh_auto_configure:
- TK_LIBRARY="/usr/share/tcltk/tk$(v)" \
- CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
- dh_auto_configure -Dunix -- \
+ TK_LIBRARY="/usr/share/tcltk/tk$(v)" \
+ CFLAGS="$(CFLAGS)" \
+ CPPFLAGS="$(CPPFLAGS)" \
+ TK_SHLIB_LD_EXTRAS="-Wl,-soname,\$${TK_LIB_FILE}" \
+ dh_auto_configure -Dunix -- \
--includedir=/usr/include/tcl$(v) \
- --with-tcl=/usr/lib/tcl$(v) \
+ --with-tcl=/usr/lib/$(DEB_HOST_MULTIARCH)/tcl$(v) \
--enable-shared \
--enable-threads \
--disable-rpath \
@@ -40,12 +46,13 @@
MANN_INSTALL_DIR=$(DIR)/usr/share/man/man3 \
install
# Fix up pkgInstall.tcl
- cp $(DIR)/usr/lib/tk$(v)/* $(DIR)/usr/share/tcltk/tk$(v)
+ install -d -m 755 $(DIR)/usr/lib/tcltk/$(DEB_HOST_MULTIARCH)/tk$(v)
+ sed -e 's:\$$dir \.\.:/usr/lib/$(DEB_HOST_MULTIARCH):' \
+ $(DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/tk$(v)/pkgIndex.tcl \
+ >$(DIR)/usr/lib/tcltk/$(DEB_HOST_MULTIARCH)/tk$(v)/pkgIndex.tcl
# Fix up the libraries
- cp unix/libtk$(v).a $(DIR)/usr/lib
- mv $(DIR)/usr/lib/libtk$(v).so $(DIR)/usr/lib/libtk$(v).so.0
- ln -sf libtk$(v).so.0 $(DIR)/usr/lib/libtk$(v).so
- mv $(DIR)/usr/lib/*.sh $(DIR)/usr/lib/tk$(v)
+ cp unix/libtk$(v).a $(DIR)/usr/lib/$(DEB_HOST_MULTIARCH)
+ mv $(DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/*.sh $(DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/tk$(v)
# Fix up the include files
install -d -m 755 $(DIR)/usr/include/tcl$(v)/tk-private/generic/ttk
cp generic/*.h $(DIR)/usr/include/tcl$(v)/tk-private/generic
@@ -54,12 +61,14 @@
cp unix/*.h $(DIR)/usr/include/tcl$(v)/tk-private/unix
install -d -m 755 $(DIR)/usr/include/tcl$(v)/tk-private/compat
cp compat/*.h $(DIR)/usr/include/tcl$(v)/tk-private/compat
- # move around the demos
- install -d -m 755 $(DIR)/usr/share/doc/tk$(v)/examples
- cp -a library/demos/* $(DIR)/usr/share/doc/tk$(v)/examples/
- rm -f $(DIR)/usr/share/doc/tk$(v)/examples/license.terms
- rm -rf $(DIR)/usr/share/tcltk/tk$(v)/demos
- ln -sf ../../doc/tk$(v)/examples $(DIR)/usr/share/tcltk/tk$(v)/demos
+ # move the demos to the doc package
+ install -d -m 755 $(DIR)/usr/share/doc/tk$(v)-doc
+ mv -f $(DIR)/usr/share/tcltk/tk$(v)/demos $(DIR)/usr/share/doc/tk$(v)-doc
+ rm -f $(DIR)/usr/share/doc/tk$(v)-doc/demos/license.terms
+ #
+ # Temporary HACK until all reverse dependencies will be rebuilt
+ ln -sf libtk$(v).so $(DIR)/usr/lib/$(DEB_HOST_MULTIARCH)/libtk$(v).so.0
+ #
# Fix up the manpages
cd $(DIR)/usr/share/man/man1 && mv wish.1 wish$(v).1
cd $(DIR)/usr/share/man/man3 && \
@@ -93,16 +102,20 @@
done
override_dh_compress:
- dh_compress -Xusr/share/doc/tk$(v)/examples/
+ dh_compress -Xusr/share/doc/tk$(v)-doc/demos/
-override_dh_makeshlibs:
- dh_makeshlibs -V 'tk$(v) (>= $(v).0)'
+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
override_dh_shlibdeps:
- dh_shlibdeps -ldebian/tk$(v)/usr/lib
+ dh_shlibdeps -ldebian/tk$(v)/usr/lib/$(DEB_HOST_MULTIARCH)
get-orig-source:
wget -O tk$(v)_$(v).14.orig.tar.gz \
http://prdownloads.sourceforge.net/tcl/tk$(v).14-src.tar.gz
-.PHONY: override_dh_auto_configure override_dh_auto_configure override_dh_auto_build override_dh_auto_install override_dh_compress override_dh_makeshlibs override_dh_shlibdeps get-orig-source
+.PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_build \
+ override_dh_auto_install override_dh_compress override_dh_makeshlibs \
+ override_dh_shlibdeps get-orig-source
Deleted: tk8.5/branches/experimental/debian/shlibs.local
===================================================================
--- tk8.5/branches/experimental/debian/shlibs.local 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/shlibs.local 2013-07-12 14:16:05 UTC (rev 1398)
@@ -1 +0,0 @@
-libtk8.5 1
Modified: tk8.5/branches/experimental/debian/tk8.5-dev.dirs
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5-dev.dirs 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/tk8.5-dev.dirs 2013-07-12 14:16:05 UTC (rev 1398)
@@ -1,2 +1 @@
usr/lib/tk8.5
-usr/share/tcltk/tk8.5
Modified: tk8.5/branches/experimental/debian/tk8.5-dev.install
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5-dev.install 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/tk8.5-dev.install 2013-07-12 14:16:05 UTC (rev 1398)
@@ -1,4 +1,4 @@
usr/include
-usr/lib/*.a
-usr/lib/*.so
-usr/lib/tk*/*.sh
+usr/lib/*/*.a
+usr/lib/*/tk*/*.sh
+debian/tkConfig.sh usr/lib/tk8.5
Copied: tk8.5/branches/experimental/debian/tk8.5-doc.docs (from rev 1253, tk8.5/trunk/debian/tk8.5.docs)
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5-doc.docs (rev 0)
+++ tk8.5/branches/experimental/debian/tk8.5-doc.docs 2013-07-12 14:16:05 UTC (rev 1398)
@@ -0,0 +1 @@
+changes
Modified: tk8.5/branches/experimental/debian/tk8.5-doc.install
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5-doc.install 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/tk8.5-doc.install 2013-07-12 14:16:05 UTC (rev 1398)
@@ -1 +1,2 @@
+usr/share/doc/tk*/demos
usr/share/man/man3
Added: tk8.5/branches/experimental/debian/tk8.5-doc.links
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5-doc.links (rev 0)
+++ tk8.5/branches/experimental/debian/tk8.5-doc.links 2013-07-12 14:16:05 UTC (rev 1398)
@@ -0,0 +1 @@
+usr/share/doc/tk8.5-doc/demos usr/share/tcltk/tk8.5/demos
Copied: tk8.5/branches/experimental/debian/tk8.5-lib.install (from rev 1254, tk8.5/trunk/debian/tk8.5.install)
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5-lib.install (rev 0)
+++ tk8.5/branches/experimental/debian/tk8.5-lib.install 2013-07-12 14:16:05 UTC (rev 1398)
@@ -0,0 +1,4 @@
+usr/lib/*/*.so
+usr/lib/*/*.so.*
+usr/lib/tcltk/*/tk*
+usr/share/tcltk/tk*
Copied: tk8.5/branches/experimental/debian/tk8.5-lib.lintian-overrides (from rev 1254, tk8.5/trunk/debian/tk8.5.lintian-overrides)
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5-lib.lintian-overrides (rev 0)
+++ tk8.5/branches/experimental/debian/tk8.5-lib.lintian-overrides 2013-07-12 14:16:05 UTC (rev 1398)
@@ -0,0 +1,7 @@
+# The name was chosen to match long time existing tk8.5-dev
+tk8.5-lib: package-name-doesnt-match-sonames
+# Versioned soname is not necessary for libtk8.5.so
+tk8.5-lib: shlib-without-versioned-soname
+# Since the library has no suffix after .so then the symlink
+# is not necessary
+tk8.5-lib: dev-pkg-without-shlib-symlink
Added: tk8.5/branches/experimental/debian/tk8.5-lib.symbols
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5-lib.symbols (rev 0)
+++ tk8.5/branches/experimental/debian/tk8.5-lib.symbols 2013-07-12 14:16:05 UTC (rev 1398)
@@ -0,0 +1,453 @@
+libtk8.5.so tk8.5-lib #MINVER#
+ TclTomMathInitializeStubs at Base 8.5.0
+ Tcl_InitStubs at Base 8.5.0
+ TkAllocWindow at Base 8.5.0
+#MISSING: 8.5.14# TkBackgroundEvalObjv at Base 8.5.13
+ TkBezierPoints at Base 8.5.0
+ TkBezierScreenPoints at Base 8.5.0
+ TkBindDeadWindow at Base 8.5.0
+ TkBindEventProc at Base 8.5.0
+ TkBindFree at Base 8.5.0
+ TkBindInit at Base 8.5.0
+ TkCanvasDashParseProc at Base 8.5.8
+ TkCanvasDashPrintProc at Base 8.5.8
+ TkChangeEventWindow at Base 8.5.0
+ TkClipCleanup at Base 8.5.0
+ TkClipInit at Base 8.5.0
+ TkComputeAnchor at Base 8.5.0
+ TkCopyAndGlobalEval at Base 8.5.0
+ TkCreateBindingProcedure at Base 8.5.0
+ TkCreateCursorFromData at Base 8.5.0
+ TkCreateFrame at Base 8.5.0
+ TkCreateMainWindow at Base 8.5.0
+ TkCreateThreadExitHandler at Base 8.5.0
+ TkCreateXEventSource at Base 8.5.0
+ TkCurrentTime at Base 8.5.0
+ TkDebugBitmap at Base 8.5.0
+ TkDebugBorder at Base 8.5.0
+ TkDebugColor at Base 8.5.0
+ TkDebugConfig at Base 8.5.0
+ TkDebugCursor at Base 8.5.0
+ TkDebugFont at Base 8.5.0
+ TkDeleteAllImages at Base 8.5.0
+ TkDeleteThreadExitHandler at Base 8.5.0
+ TkDoConfigureNotify at Base 8.5.0
+ TkDrawInsetFocusHighlight at Base 8.5.0
+ TkEventDeadWindow at Base 8.5.0
+ TkFillPolygon at Base 8.5.0
+ TkFindStateNum at Base 8.5.0
+ TkFindStateNumObj at Base 8.5.0
+ TkFindStateString at Base 8.5.0
+ TkFocusDeadWindow at Base 8.5.0
+ TkFocusFilterEvent at Base 8.5.0
+ TkFocusFree at Base 8.5.0
+ TkFocusKeyEvent at Base 8.5.0
+ TkFontPkgFree at Base 8.5.0
+ TkFontPkgInit at Base 8.5.0
+ TkFreeBindingTags at Base 8.5.0
+ TkFreeWindowId at Base 8.5.0
+ TkFreeXId at Base 8.5.0
+ TkGCCleanup at Base 8.5.0
+ TkGetBitmapData at Base 8.5.0
+ TkGetBitmapPredefTable at Base 8.5.0
+ TkGetButtPoints at Base 8.5.0
+ TkGetCursorByName at Base 8.5.0
+ TkGetDefaultScreenName at Base 8.5.0
+ TkGetDisplay at Base 8.5.0
+ TkGetDisplayList at Base 8.5.0
+ TkGetDisplayOf at Base 8.5.0
+ TkGetFocusWin at Base 8.5.0
+ TkGetInterpNames at Base 8.5.0
+ TkGetMainInfoList at Base 8.5.0
+ TkGetMiterPoints at Base 8.5.0
+ TkGetOptionSpec at Base 8.5.0
+ TkGetPointerCoords at Base 8.5.0
+ TkGetServerInfo at Base 8.5.0
+ TkGetWindowFromObj at Base 8.5.0
+ TkGrabDeadWindow at Base 8.5.0
+ TkGrabState at Base 8.5.0
+ TkInOutEvents at Base 8.5.0
+ TkIncludePoint at Base 8.5.0
+ TkInitXId at Base 8.5.0
+ TkInstallFrameMenu at Base 8.5.0
+ TkKeysymToString at Base 8.5.0
+ TkLineToArea at Base 8.5.0
+ TkLineToPoint at Base 8.5.0
+ TkMakeBezierCurve at Base 8.5.0
+ TkMakeBezierPostscript at Base 8.5.0
+ TkMakeRawCurve at Base 8.5.0
+ TkMakeRawCurvePostscript at Base 8.5.0
+ TkOffsetParseProc at Base 8.5.8
+ TkOffsetPrintProc at Base 8.5.8
+ TkOptionClassChanged at Base 8.5.0
+ TkOptionDeadWindow at Base 8.5.0
+ TkOrientParseProc at Base 8.5.8
+ TkOrientPrintProc at Base 8.5.8
+ TkOvalToArea at Base 8.5.0
+ TkOvalToPoint at Base 8.5.0
+ TkPhotoGetValidRegion at Base 8.5.0
+ TkPixelParseProc at Base 8.5.8
+ TkPixelPrintProc at Base 8.5.8
+ TkPointerEvent at Base 8.5.0
+ TkPolygonToArea at Base 8.5.0
+ TkPolygonToPoint at Base 8.5.0
+ TkPositionInTree at Base 8.5.0
+ TkQueueEventForAllChildren at Base 8.5.0
+ TkReadBitmapFile at Base 8.5.0
+ TkScrollWindow at Base 8.5.0
+ TkSelDeadWindow at Base 8.5.0
+ TkSelEventProc at Base 8.5.0
+ TkSelInit at Base 8.5.0
+ TkSelPropProc at Base 8.5.0
+ TkSendCleanup at Base 8.5.0
+ TkSetFocusWin at Base 8.5.0
+ TkSetWindowMenuBar at Base 8.5.0
+ TkSmoothParseProc at Base 8.5.8
+ TkSmoothPrintProc at Base 8.5.8
+ TkStateParseProc at Base 8.5.8
+ TkStatePrintProc at Base 8.5.8
+ TkStringToKeysym at Base 8.5.0
+ TkStylePkgFree at Base 8.5.0
+ TkStylePkgInit at Base 8.5.0
+ TkThickPolyLineToArea at Base 8.5.0
+ TkToplevelWindowForCommand at Base 8.5.0
+ TkUnixContainerId at Base 8.5.0
+ TkUnixDoOneXEvent at Base 8.5.0
+ TkUnixSetMenubar at Base 8.5.0
+ TkWmAddToColormapWindows at Base 8.5.0
+ TkWmCleanup at Base 8.5.0
+ TkWmDeadWindow at Base 8.5.0
+ TkWmFocusToplevel at Base 8.5.0
+ TkWmMapWindow at Base 8.5.0
+ TkWmNewWindow at Base 8.5.0
+ TkWmProtocolEventProc at Base 8.5.0
+ TkWmRemoveFromColormapWindows at Base 8.5.0
+ TkWmRestackToplevel at Base 8.5.0
+ TkWmSetClass at Base 8.5.0
+ TkWmStackorderToplevel at Base 8.5.0
+ TkWmUnmapWindow at Base 8.5.0
+ Tk_3DBorderColor at Base 8.5.0
+ Tk_3DBorderGC at Base 8.5.0
+ Tk_3DHorizontalBevel at Base 8.5.0
+ Tk_3DVerticalBevel at Base 8.5.0
+ Tk_AddOption at Base 8.5.0
+ Tk_Alloc3DBorderFromObj at Base 8.5.0
+ Tk_AllocBitmapFromObj at Base 8.5.0
+ Tk_AllocColorFromObj at Base 8.5.0
+ Tk_AllocCursorFromObj at Base 8.5.0
+ Tk_AllocFontFromObj at Base 8.5.0
+ Tk_AllocStyleFromObj at Base 8.5.0
+ Tk_BindEvent at Base 8.5.0
+ Tk_CanvasDrawableCoords at Base 8.5.0
+ Tk_CanvasEventuallyRedraw at Base 8.5.0
+ Tk_CanvasGetCoord at Base 8.5.0
+ Tk_CanvasGetCoordFromObj at Base 8.5.0
+ Tk_CanvasGetTextInfo at Base 8.5.0
+ Tk_CanvasPsBitmap at Base 8.5.0
+ Tk_CanvasPsColor at Base 8.5.0
+ Tk_CanvasPsFont at Base 8.5.0
+ Tk_CanvasPsOutline at Base 8.5.0
+ Tk_CanvasPsPath at Base 8.5.0
+ Tk_CanvasPsStipple at Base 8.5.0
+ Tk_CanvasPsY at Base 8.5.0
+ Tk_CanvasSetOffset at Base 8.5.0
+ Tk_CanvasSetStippleOrigin at Base 8.5.0
+ Tk_CanvasTagsParseProc at Base 8.5.0
+ Tk_CanvasTagsPrintProc at Base 8.5.0
+ Tk_CanvasTkwin at Base 8.5.0
+ Tk_CanvasWindowCoords at Base 8.5.0
+ Tk_ChangeOutlineGC at Base 8.5.0
+ Tk_ChangeWindowAttributes at Base 8.5.0
+ Tk_CharBbox at Base 8.5.0
+ Tk_ClearSelection at Base 8.5.0
+ Tk_ClipboardAppend at Base 8.5.0
+ Tk_ClipboardClear at Base 8.5.0
+ Tk_CollapseMotionEvents at Base 8.5.0
+ Tk_ComputeTextLayout at Base 8.5.0
+ Tk_ConfigOutlineGC at Base 8.5.0
+ Tk_ConfigureInfo at Base 8.5.0
+ Tk_ConfigureValue at Base 8.5.0
+ Tk_ConfigureWidget at Base 8.5.0
+ Tk_ConfigureWindow at Base 8.5.0
+ Tk_CoordsToWindow at Base 8.5.0
+ Tk_CreateAnonymousWindow at Base 8.5.0
+ Tk_CreateBinding at Base 8.5.0
+ Tk_CreateBindingTable at Base 8.5.0
+ Tk_CreateClientMessageHandler at Base 8.5.0
+ Tk_CreateConsoleWindow at Base 8.5.0
+ Tk_CreateErrorHandler at Base 8.5.0
+ Tk_CreateEventHandler at Base 8.5.0
+ Tk_CreateGenericHandler at Base 8.5.0
+ Tk_CreateImageType at Base 8.5.0
+ Tk_CreateItemType at Base 8.5.0
+ Tk_CreateOldImageType at Base 8.5.0
+ Tk_CreateOldPhotoImageFormat at Base 8.5.0
+ Tk_CreateOptionTable at Base 8.5.0
+ Tk_CreateOutline at Base 8.5.0
+ Tk_CreatePhotoImageFormat at Base 8.5.0
+ Tk_CreateSelHandler at Base 8.5.0
+ Tk_CreateSmoothMethod at Base 8.5.0
+ Tk_CreateStyle at Base 8.5.0
+ Tk_CreateWindow at Base 8.5.0
+ Tk_CreateWindowFromPath at Base 8.5.0
+ Tk_DefineBitmap at Base 8.5.0
+ Tk_DefineCursor at Base 8.5.0
+ Tk_DeleteAllBindings at Base 8.5.0
+ Tk_DeleteBinding at Base 8.5.0
+ Tk_DeleteBindingTable at Base 8.5.0
+ Tk_DeleteClientMessageHandler at Base 8.5.0
+ Tk_DeleteErrorHandler at Base 8.5.0
+ Tk_DeleteEventHandler at Base 8.5.0
+ Tk_DeleteGenericHandler at Base 8.5.0
+ Tk_DeleteImage at Base 8.5.0
+ Tk_DeleteOptionTable at Base 8.5.0
+ Tk_DeleteOutline at Base 8.5.0
+ Tk_DeleteSelHandler at Base 8.5.0
+ Tk_DestroyWindow at Base 8.5.0
+ Tk_DisplayName at Base 8.5.0
+ Tk_DistanceToTextLayout at Base 8.5.0
+ Tk_DitherPhoto at Base 8.5.0
+ Tk_Draw3DPolygon at Base 8.5.0
+ Tk_Draw3DRectangle at Base 8.5.0
+ Tk_DrawChars at Base 8.5.0
+ Tk_DrawElement at Base 8.5.0
+ Tk_DrawFocusHighlight at Base 8.5.0
+ Tk_DrawTextLayout at Base 8.5.0
+ Tk_Fill3DPolygon at Base 8.5.0
+ Tk_Fill3DRectangle at Base 8.5.0
+ Tk_FindPhoto at Base 8.5.0
+ Tk_FontId at Base 8.5.0
+ Tk_Free3DBorder at Base 8.5.0
+ Tk_Free3DBorderFromObj at Base 8.5.0
+ Tk_FreeBitmap at Base 8.5.0
+ Tk_FreeBitmapFromObj at Base 8.5.0
+ Tk_FreeColor at Base 8.5.0
+ Tk_FreeColorFromObj at Base 8.5.0
+ Tk_FreeColormap at Base 8.5.0
+ Tk_FreeConfigOptions at Base 8.5.0
+ Tk_FreeCursor at Base 8.5.0
+ Tk_FreeCursorFromObj at Base 8.5.0
+ Tk_FreeFont at Base 8.5.0
+ Tk_FreeFontFromObj at Base 8.5.0
+ Tk_FreeGC at Base 8.5.0
+ Tk_FreeImage at Base 8.5.0
+ Tk_FreeOptions at Base 8.5.0
+ Tk_FreePixmap at Base 8.5.0
+ Tk_FreeSavedOptions at Base 8.5.0
+ Tk_FreeStyle at Base 8.5.0
+ Tk_FreeStyleFromObj at Base 8.5.0
+ Tk_FreeTextLayout at Base 8.5.0
+ Tk_FreeXId at Base 8.5.0
+ Tk_GCForColor at Base 8.5.0
+ Tk_GeometryRequest at Base 8.5.0
+ Tk_Get3DBorder at Base 8.5.0
+ Tk_Get3DBorderFromObj at Base 8.5.0
+ Tk_GetAllBindings at Base 8.5.0
+ Tk_GetAnchor at Base 8.5.0
+ Tk_GetAnchorFromObj at Base 8.5.0
+ Tk_GetAtomName at Base 8.5.0
+ Tk_GetBinding at Base 8.5.0
+ Tk_GetBitmap at Base 8.5.0
+ Tk_GetBitmapFromData at Base 8.5.0
+ Tk_GetBitmapFromObj at Base 8.5.0
+ Tk_GetCapStyle at Base 8.5.0
+ Tk_GetColor at Base 8.5.0
+ Tk_GetColorByValue at Base 8.5.0
+ Tk_GetColorFromObj at Base 8.5.0
+ Tk_GetColormap at Base 8.5.0
+ Tk_GetCursor at Base 8.5.0
+ Tk_GetCursorFromData at Base 8.5.0
+ Tk_GetCursorFromObj at Base 8.5.0
+ Tk_GetDash at Base 8.5.0
+ Tk_GetElementBorderWidth at Base 8.5.0
+ Tk_GetElementBox at Base 8.5.0
+ Tk_GetElementId at Base 8.5.0
+ Tk_GetElementSize at Base 8.5.0
+ Tk_GetFont at Base 8.5.0
+ Tk_GetFontFromObj at Base 8.5.0
+ Tk_GetFontMetrics at Base 8.5.0
+ Tk_GetGC at Base 8.5.0
+ Tk_GetImage at Base 8.5.0
+ Tk_GetImageMasterData at Base 8.5.0
+ Tk_GetItemTypes at Base 8.5.0
+ Tk_GetJoinStyle at Base 8.5.0
+ Tk_GetJustify at Base 8.5.0
+ Tk_GetJustifyFromObj at Base 8.5.0
+ Tk_GetMMFromObj at Base 8.5.0
+ Tk_GetNumMainWindows at Base 8.5.0
+ Tk_GetOption at Base 8.5.0
+ Tk_GetOptionInfo at Base 8.5.0
+ Tk_GetOptionValue at Base 8.5.0
+ Tk_GetPixels at Base 8.5.0
+ Tk_GetPixelsFromObj at Base 8.5.0
+ Tk_GetPixmap at Base 8.5.0
+ Tk_GetRelief at Base 8.5.0
+ Tk_GetReliefFromObj at Base 8.5.0
+ Tk_GetRootCoords at Base 8.5.0
+ Tk_GetScreenMM at Base 8.5.0
+ Tk_GetScrollInfo at Base 8.5.0
+ Tk_GetScrollInfoObj at Base 8.5.0
+ Tk_GetSelection at Base 8.5.0
+ Tk_GetStyle at Base 8.5.0
+ Tk_GetStyleEngine at Base 8.5.0
+ Tk_GetStyleFromObj at Base 8.5.0
+ Tk_GetStyledElement at Base 8.5.0
+ Tk_GetUid at Base 8.5.0
+ Tk_GetUserInactiveTime at Base 8.5.0
+ Tk_GetVRootGeometry at Base 8.5.0
+ Tk_GetVisual at Base 8.5.0
+ Tk_Grab at Base 8.5.0
+ Tk_HandleEvent at Base 8.5.0
+ Tk_IdToWindow at Base 8.5.0
+ Tk_ImageChanged at Base 8.5.0
+ Tk_Init at Base 8.5.0
+ Tk_InitConsoleChannels at Base 8.5.0
+ Tk_InitOptions at Base 8.5.0
+ Tk_InitStubs at Base 8.5.0
+ Tk_InternAtom at Base 8.5.0
+ Tk_Interp at Base 8.5.0
+ Tk_IntersectTextLayout at Base 8.5.0
+ Tk_MainEx at Base 8.5.0
+ Tk_MainLoop at Base 8.5.0
+ Tk_MainWindow at Base 8.5.0
+ Tk_MaintainGeometry at Base 8.5.0
+ Tk_MakeWindowExist at Base 8.5.0
+ Tk_ManageGeometry at Base 8.5.0
+ Tk_MapWindow at Base 8.5.0
+ Tk_MeasureChars at Base 8.5.0
+ Tk_MoveResizeWindow at Base 8.5.0
+ Tk_MoveToplevelWindow at Base 8.5.0
+ Tk_MoveWindow at Base 8.5.0
+ Tk_NameOf3DBorder at Base 8.5.0
+ Tk_NameOfAnchor at Base 8.5.0
+ Tk_NameOfBitmap at Base 8.5.0
+ Tk_NameOfCapStyle at Base 8.5.0
+ Tk_NameOfColor at Base 8.5.0
+ Tk_NameOfCursor at Base 8.5.0
+ Tk_NameOfFont at Base 8.5.0
+ Tk_NameOfImage at Base 8.5.0
+ Tk_NameOfJoinStyle at Base 8.5.0
+ Tk_NameOfJustify at Base 8.5.0
+ Tk_NameOfRelief at Base 8.5.0
+ Tk_NameOfStyle at Base 8.5.0
+ Tk_NameToWindow at Base 8.5.0
+ Tk_OwnSelection at Base 8.5.0
+ Tk_ParseArgv at Base 8.5.0
+ Tk_PhotoBlank at Base 8.5.0
+ Tk_PhotoExpand at Base 8.5.0
+ Tk_PhotoExpand_Panic at Base 8.5.0
+ Tk_PhotoGetImage at Base 8.5.0
+ Tk_PhotoGetSize at Base 8.5.0
+ Tk_PhotoPutBlock at Base 8.5.0
+ Tk_PhotoPutBlock_NoComposite at Base 8.5.0
+ Tk_PhotoPutBlock_Panic at Base 8.5.0
+ Tk_PhotoPutZoomedBlock at Base 8.5.0
+ Tk_PhotoPutZoomedBlock_NoComposite at Base 8.5.0
+ Tk_PhotoPutZoomedBlock_Panic at Base 8.5.0
+ Tk_PhotoSetSize at Base 8.5.0
+ Tk_PhotoSetSize_Panic at Base 8.5.0
+ Tk_PkgInitStubsCheck at Base 8.5.0
+ Tk_PointToChar at Base 8.5.0
+ Tk_PostscriptBitmap at Base 8.5.0
+ Tk_PostscriptColor at Base 8.5.0
+ Tk_PostscriptFont at Base 8.5.0
+ Tk_PostscriptFontName at Base 8.5.0
+ Tk_PostscriptImage at Base 8.5.0
+ Tk_PostscriptPath at Base 8.5.0
+ Tk_PostscriptPhoto at Base 8.5.0
+ Tk_PostscriptStipple at Base 8.5.0
+ Tk_PostscriptY at Base 8.5.0
+ Tk_PreserveColormap at Base 8.5.0
+ Tk_QueueWindowEvent at Base 8.5.0
+ Tk_RedrawImage at Base 8.5.0
+ Tk_RegisterStyleEngine at Base 8.5.0
+ Tk_RegisterStyledElement at Base 8.5.0
+ Tk_ResetOutlineGC at Base 8.5.0
+ Tk_ResetUserInactiveTime at Base 8.5.0
+ Tk_ResizeWindow at Base 8.5.0
+ Tk_RestackWindow at Base 8.5.0
+ Tk_RestoreSavedOptions at Base 8.5.0
+ Tk_RestrictEvents at Base 8.5.0
+ Tk_SafeInit at Base 8.5.0
+ Tk_SetAppName at Base 8.5.0
+ Tk_SetBackgroundFromBorder at Base 8.5.0
+ Tk_SetCaretPos at Base 8.5.0
+ Tk_SetClass at Base 8.5.0
+ Tk_SetClassProcs at Base 8.5.0
+ Tk_SetGrid at Base 8.5.0
+ Tk_SetInternalBorder at Base 8.5.0
+ Tk_SetInternalBorderEx at Base 8.5.0
+ Tk_SetMinimumRequestSize at Base 8.5.0
+ Tk_SetOptions at Base 8.5.0
+ Tk_SetTSOrigin at Base 8.5.0
+ Tk_SetWindowBackground at Base 8.5.0
+ Tk_SetWindowBackgroundPixmap at Base 8.5.0
+ Tk_SetWindowBorder at Base 8.5.0
+ Tk_SetWindowBorderPixmap at Base 8.5.0
+ Tk_SetWindowBorderWidth at Base 8.5.0
+ Tk_SetWindowColormap at Base 8.5.0
+ Tk_SetWindowVisual at Base 8.5.0
+ Tk_SizeOfBitmap at Base 8.5.0
+ Tk_SizeOfImage at Base 8.5.0
+ Tk_StrictMotif at Base 8.5.0
+ Tk_TextLayoutToPostscript at Base 8.5.0
+ Tk_TextWidth at Base 8.5.0
+ Tk_UndefineCursor at Base 8.5.0
+ Tk_UnderlineChars at Base 8.5.0
+ Tk_UnderlineTextLayout at Base 8.5.0
+ Tk_Ungrab at Base 8.5.0
+ Tk_UnmaintainGeometry at Base 8.5.0
+ Tk_UnmapWindow at Base 8.5.0
+ Tk_UnsetGrid at Base 8.5.0
+ Tk_UpdatePointer at Base 8.5.0
+ TkpChangeFocus at Base 8.5.0
+ TkpClaimFocus at Base 8.5.0
+ TkpCloseDisplay at Base 8.5.0
+ TkpCmapStressed at Base 8.5.0
+ TkpDisplayWarning at Base 8.5.0
+ TkpDrawFrame at Base 8.5.0
+ TkpDrawHighlightBorder at Base 8.5.0
+ TkpFreeCursor at Base 8.5.0
+ TkpGetAppName at Base 8.5.0
+ TkpGetKeySym at Base 8.5.0
+ TkpGetOtherWindow at Base 8.5.0
+ TkpGetString at Base 8.5.0
+ TkpGetSubFonts at Base 8.5.0
+ TkpGetSystemDefault at Base 8.5.0
+ TkpGetWrapperWindow at Base 8.5.0
+ TkpInit at Base 8.5.0
+ TkpInitKeymapInfo at Base 8.5.0
+ TkpInitializeMenuBindings at Base 8.5.0
+ TkpMakeContainer at Base 8.5.0
+ TkpMakeMenuWindow at Base 8.5.0
+ TkpMakeWindow at Base 8.5.0
+ TkpMenuNotifyToplevelCreate at Base 8.5.0
+ TkpMenuThreadInit at Base 8.5.0
+ TkpOpenDisplay at Base 8.5.0
+ TkpRedirectKeyEvent at Base 8.5.0
+ TkpScanWindowId at Base 8.5.0
+ TkpSetKeycodeAndState at Base 8.5.0
+ TkpSetMainMenubar at Base 8.5.0
+ TkpSync at Base 8.5.0
+ TkpTestembedCmd at Base 8.5.0
+ TkpTestsendCmd at Base 8.5.0
+ TkpTesttextCmd at Base 8.5.0
+ TkpUseWindow at Base 8.5.0
+ TkpWindowWasRecentlyDeleted at Base 8.5.0
+ TkpWmSetState at Base 8.5.0
+ _LIB_VERSION at Base 8.5.0
+ tclIntPlatStubsPtr at Base 8.5.0
+ tclIntStubsPtr at Base 8.5.0
+ tclPlatStubsPtr at Base 8.5.0
+ tclStubsPtr at Base 8.5.0
+ tclTomMathStubsPtr at Base 8.5.0
+ tkIntPlatStubs at Base 8.5.12
+ tkIntPlatStubsPtr at Base 8.5.0
+ tkIntStubs at Base 8.5.12
+ tkIntStubsPtr at Base 8.5.0
+ tkIntXlibStubs at Base 8.5.12
+ tkIntXlibStubsPtr at Base 8.5.0
+ tkPlatStubs at Base 8.5.12
+ tkPlatStubsPtr at Base 8.5.0
+ tkStubs at Base 8.5.12
+ tkStubsPtr at Base 8.5.0
Deleted: tk8.5/branches/experimental/debian/tk8.5.dirs
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5.dirs 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/tk8.5.dirs 2013-07-12 14:16:05 UTC (rev 1398)
@@ -1 +0,0 @@
-usr/share/lintian/overrides
Modified: tk8.5/branches/experimental/debian/tk8.5.docs
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5.docs 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/tk8.5.docs 2013-07-12 14:16:05 UTC (rev 1398)
@@ -1,2 +1 @@
README
-changes
Modified: tk8.5/branches/experimental/debian/tk8.5.install
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5.install 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/tk8.5.install 2013-07-12 14:16:05 UTC (rev 1398)
@@ -1,5 +1,2 @@
usr/bin
-usr/share/tcltk/tk*
-usr/lib/*.so.*
usr/share/man/man1
-usr/share/doc/tk*/examples
Deleted: tk8.5/branches/experimental/debian/tk8.5.lintian-overrides
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5.lintian-overrides 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/tk8.5.lintian-overrides 2013-07-12 14:16:05 UTC (rev 1398)
@@ -1 +0,0 @@
-tk8.5: package-name-doesnt-match-sonames
Deleted: tk8.5/branches/experimental/debian/tk8.5.postinst
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5.postinst 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/tk8.5.postinst 2013-07-12 14:16:05 UTC (rev 1398)
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
- update-alternatives --install /usr/bin/wish wish /usr/bin/wish8.5 850 \
- --slave /usr/share/man/man1/wish.1.gz wish.1 \
- /usr/share/man/man1/wish8.5.1.gz
-fi
-
-#DEBHELPER#
Deleted: tk8.5/branches/experimental/debian/tk8.5.postrm
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5.postrm 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/tk8.5.postrm 2013-07-12 14:16:05 UTC (rev 1398)
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "remove" ]; then
- if [ -d /usr/share/doc/tk8.5/examples ]; then
- # brokenness
- rm -rf /usr/share/doc/tk8.5/examples
- fi
-fi
-
-#DEBHELPER#
Deleted: tk8.5/branches/experimental/debian/tk8.5.preinst
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5.preinst 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/tk8.5.preinst 2013-07-12 14:16:05 UTC (rev 1398)
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "upgrade" ] || [ "$1" = "install" ]; then
- if [ -d /usr/lib/tk8.5/demos ]; then
- # brokenness
- rm -rf /usr/lib/tk8.5/demos
- fi
-fi
-
-#DEBHELPER#
Deleted: tk8.5/branches/experimental/debian/tk8.5.prerm
===================================================================
--- tk8.5/branches/experimental/debian/tk8.5.prerm 2013-07-12 12:54:03 UTC (rev 1397)
+++ tk8.5/branches/experimental/debian/tk8.5.prerm 2013-07-12 14:16:05 UTC (rev 1398)
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ $1 != "upgrade" ] ; then
- update-alternatives --remove wish /usr/bin/wish8.5
-fi
-
-#DEBHELPER#
Added: tk8.5/branches/experimental/debian/tkConfig.sh
===================================================================
--- tk8.5/branches/experimental/debian/tkConfig.sh (rev 0)
+++ tk8.5/branches/experimental/debian/tkConfig.sh 2013-07-12 14:16:05 UTC (rev 1398)
@@ -0,0 +1,2 @@
+#! /bin/sh
+. /usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH`/tk8.5/tkConfig.sh
Property changes on: tk8.5/branches/experimental/debian/tkConfig.sh
___________________________________________________________________
Added: svn:executable
+ *
More information about the Pkg-tcltk-commits
mailing list