diff -Nru ewipe-1.2.0/debian/changelog ewipe-1.2.0/debian/changelog --- ewipe-1.2.0/debian/changelog 2016-08-25 19:34:29.000000000 -0300 +++ ewipe-1.2.0/debian/changelog 2016-08-25 18:09:50.000000000 -0300 @@ -1,3 +1,26 @@ +ewipe (1.2.0-8.2) unstable; urgency=medium + + * Non-maintainer upload. + * More aggressive NMU to clean all issues in the package. + * Migrations: + - debian/copyright to 1.0 format. + - debian/rules to new (reduced) format. (Closes: #831949) + - DebSrc to 3.0 format. + * debian/control: + - Added ${misc:Depends} variable to Depends field. + - Bumped Standards-Version to 3.9.8. + - Changed from tk8.5 to tk in Depends field. (Closes: #835458) + * debian/dirs: removed. Not needed because debian/install creates all + directories. + * debian/install: created to install all files in right places. + * debian/patches/: + - 10_avoid-direct-changes.patch: added to avoid direct changes in + upstream source code. + - fix-FTBFS-ewipe: removed. Using tk as dependency now. + * debian/watch: bumped to version 4. + + -- Joao Eriberto Mota Filho Thu, 25 Aug 2016 18:09:50 -0300 + ewipe (1.2.0-8.1) unstable; urgency=medium * Non-maintainer upload. @@ -54,7 +77,7 @@ ewipe (1.2.0-3) unstable; urgency=low - * New Debian Maintainer Upload. I'd like to thank my sponsor and AM + * New Debian Maintainer Upload. I'd like to thank my sponsor and AM Fumitoshi UKAI . * Revised Description. diff -Nru ewipe-1.2.0/debian/control ewipe-1.2.0/debian/control --- ewipe-1.2.0/debian/control 2016-08-25 19:34:29.000000000 -0300 +++ ewipe-1.2.0/debian/control 2016-08-25 18:09:50.000000000 -0300 @@ -2,14 +2,14 @@ Section: x11 Priority: optional Maintainer: Masayuki Hatta (mhatta) -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Build-Depends: debhelper (>= 9), quilt Package: ewipe Architecture: all -Depends: tk8.5 +Depends: ${misc:Depends}, tk 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, + you can create resumes for presentation with user-friendly GUI, then save manuscripts in HTML and mgp(Magic Point file format). diff -Nru ewipe-1.2.0/debian/copyright ewipe-1.2.0/debian/copyright --- ewipe-1.2.0/debian/copyright 2016-08-25 19:34:29.000000000 -0300 +++ ewipe-1.2.0/debian/copyright 2016-08-25 18:09:50.000000000 -0300 @@ -1,26 +1,31 @@ -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'. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ewipe +Source: http://www.jnet-jp.to/~sekisita/ewipe/ +Comment: a view from WaybackMachine: + https://web.archive.org/web/20080701013342/http://www.jnet-jp.to/~sekisita/ewipe/ + +Files: * +Copyright: 1997-2000 Hiromasa Sekishita +License: GPL-2 + +Files: debian/* +Copyright: 1999-2008 Masayuki Hatta + 2014-2016 Joao Eriberto Mota Filho +License: GPL-2+ + +License: GPL-2 or GPL-2+ + 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; either version 2 of the License, or + (at your option) any later version. + . + 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 program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff -Nru ewipe-1.2.0/debian/dirs ewipe-1.2.0/debian/dirs --- ewipe-1.2.0/debian/dirs 2016-08-25 19:34:29.000000000 -0300 +++ ewipe-1.2.0/debian/dirs 1969-12-31 21:00:00.000000000 -0300 @@ -1,2 +0,0 @@ -usr/bin -usr/lib/ewipe diff -Nru ewipe-1.2.0/debian/install ewipe-1.2.0/debian/install --- ewipe-1.2.0/debian/install 1969-12-31 21:00:00.000000000 -0300 +++ ewipe-1.2.0/debian/install 2016-08-25 18:09:50.000000000 -0300 @@ -0,0 +1,6 @@ +ewipe usr/bin +definefont.tcl usr/lib/ewipe +edittable.tcl usr/lib/ewipe +setpointer.tcl usr/lib/ewipe +viewer.tcl usr/lib/ewipe +tclIndex usr/lib/ewipe diff -Nru ewipe-1.2.0/debian/patches/10_avoid-direct-changes.patch ewipe-1.2.0/debian/patches/10_avoid-direct-changes.patch --- ewipe-1.2.0/debian/patches/10_avoid-direct-changes.patch 1969-12-31 21:00:00.000000000 -0300 +++ ewipe-1.2.0/debian/patches/10_avoid-direct-changes.patch 2016-08-25 18:09:50.000000000 -0300 @@ -0,0 +1,31 @@ +Description: avoid direct changes in upstream source code. + The original changes was done by Masayuki Hatta + in 1.2.0-4 revision (2001-06-10). +Author: Joao Eriberto Mota Filho +Last-Update: 2016-08-25 +Index: ewipe-1.2.0/ewipe +=================================================================== +--- ewipe-1.2.0.orig/ewipe ++++ ewipe-1.2.0/ewipe +@@ -27,7 +27,7 @@ exec wish "$0" "--" "$@" + # set PATH /usr/local/lib/ewipe # + # # + +-set PATH . ++set PATH /usr/lib/ewipe + + ################################################### + +@@ -45,6 +45,12 @@ if {[info tclversion] < 7.6} { + 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 {} { diff -Nru ewipe-1.2.0/debian/patches/fix-FTBFS-ewipe ewipe-1.2.0/debian/patches/fix-FTBFS-ewipe --- ewipe-1.2.0/debian/patches/fix-FTBFS-ewipe 2016-08-25 19:34:29.000000000 -0300 +++ ewipe-1.2.0/debian/patches/fix-FTBFS-ewipe 1969-12-31 21:00:00.000000000 -0300 @@ -1,16 +0,0 @@ -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) # diff -Nru ewipe-1.2.0/debian/patches/series ewipe-1.2.0/debian/patches/series --- ewipe-1.2.0/debian/patches/series 2016-08-25 19:34:29.000000000 -0300 +++ ewipe-1.2.0/debian/patches/series 2016-08-25 18:09:50.000000000 -0300 @@ -1 +1 @@ -fix-FTBFS-ewipe +10_avoid-direct-changes.patch diff -Nru ewipe-1.2.0/debian/rules ewipe-1.2.0/debian/rules --- ewipe-1.2.0/debian/rules 2016-08-25 19:34:29.000000000 -0300 +++ ewipe-1.2.0/debian/rules 2016-08-25 18:09:50.000000000 -0300 @@ -1,75 +1,8 @@ #!/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 $@ - 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 +override_dh_installchangelogs: 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 diff -Nru ewipe-1.2.0/debian/source/format ewipe-1.2.0/debian/source/format --- ewipe-1.2.0/debian/source/format 1969-12-31 21:00:00.000000000 -0300 +++ ewipe-1.2.0/debian/source/format 2016-08-25 18:09:50.000000000 -0300 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru ewipe-1.2.0/debian/watch ewipe-1.2.0/debian/watch --- ewipe-1.2.0/debian/watch 2016-08-25 19:34:29.000000000 -0300 +++ ewipe-1.2.0/debian/watch 2016-08-25 18:09:50.000000000 -0300 @@ -1,3 +1,3 @@ -version=3 +version=4 opts=dversionmangle=s/.*/0.No-Site/ \ https://people.debian.org/~eriberto/ FakeWatchNoUpstreamSiteForThisPackage-(\d\S+)\.gz diff -Nru ewipe-1.2.0/ewipe ewipe-1.2.0/ewipe --- ewipe-1.2.0/ewipe 2016-08-25 19:34:29.000000000 -0300 +++ ewipe-1.2.0/ewipe 2000-03-19 11:23:42.000000000 -0300 @@ -27,7 +27,7 @@ # set PATH /usr/local/lib/ewipe # # # -set PATH /usr/lib/ewipe +set PATH . ################################################### @@ -45,12 +45,6 @@ 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 {} { diff -Nru ewipe-1.2.0/.pc/.quilt_patches ewipe-1.2.0/.pc/.quilt_patches --- ewipe-1.2.0/.pc/.quilt_patches 2016-08-25 19:34:29.000000000 -0300 +++ ewipe-1.2.0/.pc/.quilt_patches 1969-12-31 21:00:00.000000000 -0300 @@ -1 +0,0 @@ -debian/patches diff -Nru ewipe-1.2.0/.pc/.quilt_series ewipe-1.2.0/.pc/.quilt_series --- ewipe-1.2.0/.pc/.quilt_series 2016-08-25 19:34:29.000000000 -0300 +++ ewipe-1.2.0/.pc/.quilt_series 1969-12-31 21:00:00.000000000 -0300 @@ -1 +0,0 @@ -series diff -Nru ewipe-1.2.0/.pc/.version ewipe-1.2.0/.pc/.version --- ewipe-1.2.0/.pc/.version 2016-08-25 19:34:29.000000000 -0300 +++ ewipe-1.2.0/.pc/.version 1969-12-31 21:00:00.000000000 -0300 @@ -1 +0,0 @@ -2