debian/0000755000000000000000000000000012217757033007175 5ustar debian/source/0000755000000000000000000000000012217757033010475 5ustar debian/source/format0000644000000000000000000000001412141405460011671 0ustar 3.0 (quilt) debian/control0000644000000000000000000000151612217757001010576 0ustar Source: bwidget Section: libs Priority: optional Maintainer: Debian Tcl/Tk Packagers Uploaders: Sergei Golovan Build-Depends: debhelper (>= 8.0.0) Build-Depends-Indep: tcl-dev Standards-Version: 3.9.4 Homepage: http://sourceforge.net/projects/tcllib/ Package: bwidget Architecture: all Depends: ${wish:Depends}, ${misc:Depends} Description: Extension widgets for Tcl/Tk The BWidget toolkit is a high-level widget set for Tcl/Tk. It contains widgets such as progress bars, 3D separators, various manager widgets for top levels, frames, paned or scrolled windows, button boxes, notebooks or dialogs as well as composite widgets such as combo boxes, spin boxes and tree widgets. . The BWidget toolkit is completely written in Tcl so no compiled extension library is required. debian/examples0000644000000000000000000000000712217757001010726 0ustar demo/* debian/doc-base0000644000000000000000000000060511022674606010573 0ustar Document: bwidget Title: BWidget HTML Documentation Author: Authors of the BWidget package Abstract: This is a documentation for BWidget - the megawidget set for Tcl/Tk. It contains documentation on individual BWidget widgets, supplied with upstream distribution. Section: Programming Format: HTML Index: /usr/share/doc/bwidget/html/index.html Files: /usr/share/doc/bwidget/html/*.html debian/rules0000755000000000000000000000070312217757001010250 0ustar #!/usr/bin/make -f v = 1.9.7 %: dh $@ override_dh_compress: dh_compress -X.tcl -X.xbm override_dh_installdeb: tcltk-depends dh_installdeb override_dh_fixperms: chmod a-x debian/bwidget/usr/share/tcltk/bwidget$(v)/lang/* dh_fixperms get-orig-source: wget -O bwidget_$(v).orig.tar.gz \ http://prdownloads.sourceforge.net/tcllib/bwidget-$(v).tar.gz .PHONY: override_dh_compress override_dh_installdeb override_dh_fixperms get-orig-source debian/docs0000644000000000000000000000002712141405460010035 0ustar README.txt CHANGES.txt debian/copyright0000644000000000000000000000462010620205435011120 0ustar This package was debianized by Anselm Lingnau on Fri, 30 Apr 1999 10:55:00 +0200. It was originally downloaded from http://www.unifix-online.com/BWidget/. Current versions are available from http://www.sourceforge.net/projects/tcllib/ Copyright: BWidget ToolKit Copyright (c) 1998-1999 UNIFIX. Copyright (c) 2001-2002 ActiveState Corp. 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. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 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/changelog0000644000000000000000000001172412217757001011047 0ustar bwidget (1.9.7-1) unstable; urgency=low * New upstream release. * Removed unnecessary build dependency on quilt. * Use debian/install files list instead of copying files in debian/rules. -- Sergei Golovan Mon, 23 Sep 2013 10:20:06 +0400 bwidget (1.9.6-2) unstable; urgency=low * Build for unstable. * Fixed the original tarball download URL. * Bumped standards version to 3.9.4. -- Sergei Golovan Sun, 05 May 2013 11:33:58 +0400 bwidget (1.9.6-1) experimental; urgency=low * New upstream release. * Switched to 3.0 (quilt) source package format. * Increased debhelper compatibility level to 8 and use much shorter debian/rules script. * Bumped standards version to 3.9.3. -- Sergei Golovan Sat, 28 Jul 2012 19:43:53 +0400 bwidget (1.9.5-1) unstable; urgency=low * New upstream release. * Bumped standards version to 3.9.2. -- Sergei Golovan Tue, 09 Aug 2011 23:17:09 +0400 bwidget (1.9.2-1) unstable; urgency=low * New upstream release. * Bumped standards version to 3.9.0. -- Sergei Golovan Sat, 17 Jul 2010 10:15:03 +0400 bwidget (1.9.0-2) unstable; urgency=low * Removed Anselm Lingnau from uploaders list (closes: #540857). * Removed README.Debian with obsolete info. * Added README.source with explanation on how to get patched sources using the original tarball and the series of patches in debian/patches directory. * Added ${misc:Depends} bariable to debian/control file. * Bumped standards version to 3.8.3. -- Sergei Golovan Sun, 10 Jan 2010 02:58:49 +0300 bwidget (1.9.0-1) unstable; urgency=low * New upstream release. * Bumped standards version to 3.8.2. -- Sergei Golovan Sat, 25 Jul 2009 02:20:07 +0400 bwidget (1.8.0-3) unstable; urgency=low * Fixed clean target to work with debhelper 7.0 (made dh_clean the last command, so debhelper logs are removed now). * Protected quilt invocation in debian/rules to make it possible to convert bwidget source package to 3.0 (quilt) format (closes: #484906). * Changed section in debian/doc-base to Programming. -- Sergei Golovan Sun, 08 Jun 2008 10:08:37 +0400 bwidget (1.8.0-2) unstable; urgency=low * New maintainer Debian Tcl/Tk Packagers . [ Sergei Golovan ] * Moved all tcl scripts to /usr/share/tcltk to make the package compliant to Debian Tcl/Tk policy (closes: #434394). * Replaced Build-Depends-Indep by Build-Depends, because clean target requires Build-Depends. * Removed -width parameter from code, which adds button to a dialog window. Otherwise buttons with text longer than 8 characters look awful. * Use quilt for patch management. * Register HTML docs in doc-base. * Bumped standards version to 3.7.3. * Bumped debhelper compatibility level to 5. [ Francesco Paolo Lovergine ] * Added Homepage field in debian/control -- Sergei Golovan Fri, 11 Jan 2008 18:15:24 +0300 bwidget (1.8.0-1) unstable; urgency=low * New upstream release (closes: #392929). -- Anselm Lingnau Mon, 20 Aug 2007 13:18:57 +0200 bwidget (1.7.0-1) unstable; urgency=low * New upstream release. -- Anselm Lingnau Mon, 22 Dec 2003 02:31:03 +0100 bwidget (1.6.0-2) unstable; urgency=low * This is the `reasonable changelog' release (thanks to Brian Nelson ). * Build dependency on debhelper now added (closes: #70184). * Spelling errors fixed in the description. I think the errors are debatable but it's probably better to keep the peace (closes: #124472). * Documentation is up to date as per upstream package; package installation directory has same version number as package (closes: #147059). * It *is* the current upstream version of the package, so for the time being there should be nothing to complain about (closes: #159971). * Images go to /usr/share/bwidget1.6.0 since they are architecture-independent. This makes Lintian happy. -- Anselm Lingnau Tue, 27 May 2003 08:27:09 +0200 bwidget (1.6.0-1) unstable; urgency=low * New upstream release. * Upstream was changed to Tcl license. * Closes: #159971, #124472, #147059, #70184. -- Anselm Lingnau Tue, 27 May 2003 01:15:33 +0200 bwidget (1.3.1.20010713-1) unstable; urgency=low * New upstream version. -- Anselm Lingnau Wed, 18 Jul 2001 16:40:49 +0200 bwidget (1.2.1-2) unstable; urgency=low * Fix various lintian bugs. -- Anselm Lingnau Thu, 17 Aug 2000 17:46:49 +0200 bwidget (1.2.1-1) unstable; urgency=low * New upstream version. -- Anselm Lingnau Thu, 29 Jul 1999 11:37:22 +0200 bwidget (1.1-1) unstable; urgency=low * Initial Release. -- Anselm Lingnau Fri, 30 Apr 1999 10:44:20 +0200 debian/patches/0000755000000000000000000000000012217757033010624 5ustar debian/patches/series0000644000000000000000000000001410620206375012026 0ustar dialog.diff debian/patches/dialog.diff0000644000000000000000000000114011620303725012701 0ustar Index: bwidget.orig/dialog.tcl ======================================================================= --- bwidget.orig/dialog.tcl +++ bwidget/dialog.tcl @@ -180,13 +180,7 @@ proc Dialog::add { path args } { variable _widget - if {[string equal $::tcl_platform(platform) "windows"] - && $::tk_version >= 8.4} { - set width -11 - } else { - set width 8 - } - set cmd [list ButtonBox::add $path.bbox -width $width \ + set cmd [list ButtonBox::add $path.bbox \ -command [list Dialog::enddialog $path $_widget($path,nbut)]] set res [eval $cmd $args] incr _widget($path,nbut) debian/install0000644000000000000000000000022012217757001010553 0ustar *.tcl /usr/share/tcltk/bwidget1.9.7 images /usr/share/tcltk/bwidget1.9.7 lang /usr/share/tcltk/bwidget1.9.7 BWman/* /usr/share/doc/bwidget/html debian/compat0000644000000000000000000000000212141405460010361 0ustar 8 debian/dirs0000644000000000000000000000013110741707477010063 0ustar usr/share usr/share/doc usr/share/doc/bwidget usr/share/doc/bwidget/html usr/share/tcltk