--- ewipe-1.2.0.orig/.pc/.quilt_patches +++ ewipe-1.2.0/.pc/.quilt_patches @@ -0,0 +1 @@ +debian/patches --- ewipe-1.2.0.orig/.pc/.quilt_series +++ ewipe-1.2.0/.pc/.quilt_series @@ -0,0 +1 @@ +series --- ewipe-1.2.0.orig/.pc/.version +++ ewipe-1.2.0/.pc/.version @@ -0,0 +1 @@ +2 --- ewipe-1.2.0.orig/debian/changelog +++ ewipe-1.2.0/debian/changelog @@ -0,0 +1,108 @@ +ewipe (1.2.0-8.1) unstable; urgency=medium + + * Non-maintainer upload. + * Updated DH level from 4 to 9. + * Fixed a FTBFS caused by 'wish' as processor in Tk (patch fix-FTBFS-ewipe). + Thanks to Sergei Golovan . (Closes: #725687) + * debian/control: + - Added 'quilt' as build dependency. + - Changed the Architecture field content from 'any' to 'all'. + (Closes: #518064) + - Bumped Standards-Version from 3.8.0 to 3.9.6. + - Removed 'wish' from Depends field. + * debian/watch: added with a fake site. + + -- Joao Eriberto Mota Filho Wed, 05 Nov 2014 16:37:32 -0200 + +ewipe (1.2.0-8) unstable; urgency=low + + * Bumped to Standards-Version: 3.8.0. + + -- Masayuki Hatta (mhatta) Sat, 19 Jul 2008 15:07:37 +0900 + +ewipe (1.2.0-7) unstable; urgency=low + + * Bumped to Standards-Version: 3.7.3. + * Fixed various lintian warnings. + + -- Masayuki Hatta (mhatta) Fri, 07 Dec 2007 05:00:27 +0900 + +ewipe (1.2.0-6) unstable; urgency=low + + * Bumped to Standards-Version: 3.7.2. + * Updated FSF's address. + * Quoted items in menu. + + -- Masayuki Hatta (mhatta) Sat, 14 Oct 2006 12:31:04 +0900 + +ewipe (1.2.0-5) unstable; urgency=low + + * [control] changed Maintainer field. + * Bumped to Standards-Version: 3.6.1. + * Removed watch. + + -- Masayuki Hatta (mhatta) Sat, 14 Feb 2004 17:34:16 +0900 + +ewipe (1.2.0-4) unstable; urgency=low + + * Updated to Standards-Version: 3.5.2. + * Added Build-Depends: debhelper. + * Added Depends: tk8.3. + * Added kanji handling code for Tcl 8.3 or later. + + -- Masayuki Hatta Sun, 10 Jun 2001 13:03:21 +0900 + +ewipe (1.2.0-3) unstable; urgency=low + + * New Debian Maintainer Upload. I'd like to thank my sponsor and AM + Fumitoshi UKAI . + * Revised Description. + + -- Masayuki Hatta Mon, 9 Oct 2000 10:52:50 +0900 + +ewipe (1.2.0-2) unstable; urgency=low + + * Modified ewipe (set PATH /usr/lib/ewipe). + + -- Masayuki Hatta Sun, 9 Apr 2000 11:27:08 +0900 + +ewipe (1.2.0-1) unstable; urgency=low + + * New upstream release + + -- Masayuki Hatta Tue, 28 Mar 2000 23:42:41 +0900 + +ewipe (1.1.4-1) unstable; urgency=low + + * Initial Release for Debian Project. + + -- Masayuki Hatta Fri, 11 Feb 2000 21:36:50 +0900 + +ewipe (1.1.4-0.2) unstable; urgency=low + + * Added ewp2mgp.tcl. + + -- Masayuki Hatta Sun, 30 Jan 2000 09:09:00 +0900 + +ewipe (1.1.4-0.1) unstable; urgency=low + + * New upstream release + * Added tutorial.en.ewp + + -- Masayuki Hatta Mon, 3 Jan 2000 19:27:42 +0900 + +ewipe (1.1.3-0.2) unstable; urgency=low + + * Deleted README.Debian. + + -- Masayuki Hatta Thu, 16 Dec 1999 00:30:23 +0900 + +ewipe (1.1.3-0.1) unstable; urgency=low + + * Initial Release. + + -- Masayuki Hatta Wed, 15 Dec 1999 21:58:23 +0900 + +Local variables: +mode: debian-changelog +End: --- ewipe-1.2.0.orig/debian/compat +++ ewipe-1.2.0/debian/compat @@ -0,0 +1 @@ +9 --- ewipe-1.2.0.orig/debian/control +++ ewipe-1.2.0/debian/control @@ -0,0 +1,15 @@ +Source: ewipe +Section: x11 +Priority: optional +Maintainer: Masayuki Hatta (mhatta) +Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 9), quilt + +Package: ewipe +Architecture: all +Depends: tk8.5 +Description: Yet another presentation tool based on Tcl/Tk + Extended WIPE is a presentation tool written in Tcl/Tk. + Unlike MagicPoint, the de facto standard in this realm, + you can create resumes for presentation with user-friendly GUI, + then save manuscripts in HTML and mgp(Magic Point file format). --- ewipe-1.2.0.orig/debian/copyright +++ ewipe-1.2.0/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Masayuki Hatta on +Wed, 15 Dec 1999 21:58:23 +0900. + +It was downloaded from http://www.jnet-jp.to/~sekisita/ewipe/ + +Upstream Author: Hiromasa Sekishita + +Copyright: Copyright (c) 1997- Hiromasa Sekishita, All Rights +Reserved. + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- ewipe-1.2.0.orig/debian/dirs +++ ewipe-1.2.0/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/lib/ewipe --- ewipe-1.2.0.orig/debian/docs +++ ewipe-1.2.0/debian/docs @@ -0,0 +1,4 @@ +README +README.jp +sample +dot.ewipe --- ewipe-1.2.0.orig/debian/menu +++ ewipe-1.2.0/debian/menu @@ -0,0 +1,2 @@ +?package(ewipe):needs="X11" section="Applications/Graphics"\ + title="EWIPE" command="/usr/bin/ewipe" --- ewipe-1.2.0.orig/debian/patches/fix-FTBFS-ewipe +++ ewipe-1.2.0/debian/patches/fix-FTBFS-ewipe @@ -0,0 +1,16 @@ +Description: fix the wish in tk8.5. +Author: Joao Eriberto Mota Filho +Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725687 +Last-Update: 2014-11-05 +Index: ewipe-1.2.0/ewipe +=================================================================== +--- ewipe-1.2.0.orig/ewipe ++++ ewipe-1.2.0/ewipe +@@ -1,6 +1,6 @@ + #!/bin/sh + # the next line restarts using wish \ +-exec wish "$0" "--" "$@" ++exec wish8.5 "$0" "--" "$@" + + # # + # EWIPE : Extended WIPE (Editor for WIPE) # --- ewipe-1.2.0.orig/debian/patches/series +++ ewipe-1.2.0/debian/patches/series @@ -0,0 +1 @@ +fix-FTBFS-ewipe --- ewipe-1.2.0.orig/debian/rules +++ ewipe-1.2.0/debian/rules @@ -0,0 +1,75 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + #$(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/ewipe. + #$(MAKE) install DESTDIR=`pwd`/debian/ewipe + install -m 755 ewipe `pwd`/debian/ewipe/usr/bin + install -m 644 definefont.tcl `pwd`/debian/ewipe/usr/lib/ewipe + install -m 644 edittable.tcl `pwd`/debian/ewipe/usr/lib/ewipe + install -m 644 setpointer.tcl `pwd`/debian/ewipe/usr/lib/ewipe + install -m 644 viewer.tcl `pwd`/debian/ewipe/usr/lib/ewipe + install -m 644 tclIndex `pwd`/debian/ewipe/usr/lib/ewipe + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install +# dh_testversion + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs + dh_installexamples dot.ewipe + dh_installmenu +# dh_installemacsen +# dh_installpam +# dh_installinit + dh_installcron + dh_installmanpages + dh_installinfo + dh_installchangelogs Changes.jp + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb +# dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- ewipe-1.2.0.orig/debian/watch +++ ewipe-1.2.0/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=dversionmangle=s/.*/0.No-Site/ \ +https://people.debian.org/~eriberto/ FakeWatchNoUpstreamSiteForThisPackage-(\d\S+)\.gz --- ewipe-1.2.0.orig/ewipe +++ ewipe-1.2.0/ewipe @@ -27,7 +27,7 @@ # set PATH /usr/local/lib/ewipe # # # -set PATH . +set PATH /usr/lib/ewipe ################################################### @@ -45,6 +45,12 @@ exit } +# enabling kanji handling (Tcl 8.3 or later) +if {[info tclversion] > 8.2} { + proc kanji {args} {} + tk useinputmethods 1 +} + # check arguments for ewipe proc argvcheck {} {