debian/0000755000000000000000000000000012131221030007147 5ustar debian/copyright0000644000000000000000000000435512050756722011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: TkDND Upstream-Contact: Georgios Petasis Source: https://sourceforge.net/projects/tkdnd/files/TkDND/ Files: * Copyright: 2001-2012, Georgios Petasis License: Tcl License Files: Makefile.in Copyright: 2002-2005, ActiveState Corporation. 1999, Scriptics Corporation. License: Tcl License Files: tclconfig/tcl.m4 Copyright: 2002-2005, ActiveState Corporation. 1999-2000 Ajuba Solutions. License: Tcl License Files: macosx/macdnd.m Copyright: 2009-2010 Kevin Walzer/WordTech Communications LLC. 2009-2010 Daniel A. Steffen 2009-2010 Georgios P. Petasis License: Tcl License License: Tcl License The following terms apply to all files associated with the software unless explicitly disclaimed in individual files. . The authors hereby grant permission to use, copy, modify, distribute, and license this software and its documentation for any purpose, provided that existing copyright notices are retained in all copies and that this notice is included verbatim in any distributions. No written agreement, license, or royalty fee is required for any of the authorized uses. Modifications to this software may be copyrighted by their authors and need not follow the licensing terms described here, provided that the new terms are clearly indicated on the first page of each file where they apply. . GOVERNMENT USE: If you are acquiring this software on behalf of the U.S. government, the Government shall have only "Restricted Rights" in the software and related documentation as defined in the Federal Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you are acquiring the software on behalf of the Department of Defense, the software shall be classified as "Commercial Computer Software" and the Government shall have only "Restricted Rights" as defined in Clause 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the authors grant the U.S. Government and others acting in its behalf permission to use and distribute the software in accordance with the terms specified in this license. debian/changelog0000644000000000000000000000050012131221030011014 0ustar tkdnd (2.6-1ubuntu1) raring; urgency=low * Fix build failure with Tcl/Tk multiarch locations. -- Matthias Klose Wed, 10 Apr 2013 10:25:26 +0200 tkdnd (2.6-1) unstable; urgency=low * Initial release (Closes: #642118) -- Hans-Christoph Steiner Sun, 18 Nov 2012 23:01:18 -0500 debian/install0000644000000000000000000000022212052326676010564 0ustar doc/tkDND.htm usr/share/doc/tkdnd/tkDND.html demos/basic.tcl usr/share/doc/tkdnd/examples demos/dndSpy.tcl usr/share/doc/tkdnd/examples debian/compat0000644000000000000000000000000211327655450010374 0ustar 7 debian/control0000644000000000000000000000150212052322433010563 0ustar Source: tkdnd Section: libs Priority: optional Maintainer: Hans-Christoph Steiner Build-Depends: debhelper (>= 7.0.50~), tcl8.5-dev, tk8.5-dev Standards-Version: 3.9.3 Homepage: https://sourceforge.net/projects/tkdnd/ Vcs-Git: git://anonscm.debian.org/collab-maint/tkdnd.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/tkdnd.git;a=summary Package: tkdnd Architecture: any Depends: ${shlibs:Depends}, tk (>= 8.5.0) | tk8.5 | tk8.6, ${misc:Depends} Recommends: pd-import Description: adds native drag & drop capabilities to the Tk toolkit TkDND is an extension that adds native drag & drop capabilities to the Tk toolkit. Under unix the drag & drop protocol in use is the XDND protocol version 4 (also used by the QT toolkit, KDE & GNOME Desktops). debian/rules0000755000000000000000000000124212131220763010242 0ustar #!/usr/bin/make -f %: dh $@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) override_dh_auto_configure: dh_auto_configure -- --with-tcl=/usr/lib/$(DEB_HOST_MULTIARCH)/tcl8.5 --with-tk=/usr/lib/$(DEB_HOST_MULTIARCH)/tk8.5 override_dh_auto_test: echo "'make test' doesn't work with tkdnd" override_dh_install: dh_install cat Changelog | gzip -9c > debian/tkdnd/usr/share/doc/tkdnd/changelog.gz mv debian/tkdnd/usr/share/man/mann debian/tkdnd/usr/share/man/man3 mv debian/tkdnd/usr/share/man/man3/tkDND.n \ debian/tkdnd/usr/share/man/man3/tkdnd.3tcl sed -i 's|^\.TH tkdnd n |.TH tkdnd 3tcl |' \ debian/tkdnd/usr/share/man/man3/tkdnd.3tcl debian/source/0000755000000000000000000000000011635645076010503 5ustar debian/source/format0000644000000000000000000000001411430025424011667 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000024511443422545010612 0ustar [DEFAULT] upstream-branch = upstream debian-branch = master upstream-tag = upstream/%(version)s debian-tag = debian/%(version)s pristine-tar = True sign-tags = True debian/watch0000644000000000000000000000005711635646404010232 0ustar version=3 http://sf.net/tkdnd/tkdnd(.*).tar.gz