debian/0000755000000000000000000000000012263001671007164 5ustar debian/control0000644000000000000000000000162312226245755010605 0ustar Source: wdiff Section: text Priority: optional Maintainer: Santiago Vila Build-Depends: debhelper (>= 9.20120311), texinfo, libncurses5-dev Standards-Version: 3.9.4 Homepage: http://www.gnu.org/software/wdiff/ Package: wdiff Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Compares two files word by word `wdiff' is a front-end to GNU `diff'. It compares two files, finding which words have been deleted or added to the first in order to create the second. It has many output formats and interacts well with terminals and pagers (notably with `less'). `wdiff' is particularly useful when two texts differ only by a few words and paragraphs have been refilled. Package: wdiff-doc Section: doc Priority: optional Architecture: all Depends: ${misc:Depends} Description: Documentation for GNU wdiff This package contains the HTML documentation for GNU wdiff. debian/wdiff.install0000644000000000000000000000002611617330251011652 0ustar usr/share/* usr/bin/* debian/wdiff.info0000644000000000000000000000001311763663015011144 0ustar doc/*.info debian/watch0000644000000000000000000000007311376731463010232 0ustar version=3 http://ftp.gnu.org/gnu/wdiff/wdiff-(\d.*).tar.gz debian/source/0000755000000000000000000000000011340340267010466 5ustar debian/source/format0000644000000000000000000000001411340340267011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211725160672010373 0ustar 9 debian/changelog0000644000000000000000000001764712262765515011072 0ustar wdiff (1.2.1-2) unstable; urgency=medium * Do not ship BACKLOG in the doc directory, as it is not really useful for the average user. Reported by Markus Waldeck. Thanks a lot. -- Santiago Vila Tue, 07 Jan 2014 12:55:32 +0100 wdiff (1.2.1-1) unstable; urgency=low * New upstream release. * Switch from texi2html to makeinfo. * Dropped experimental features. Closes: #716104. -- Santiago Vila Sat, 12 Oct 2013 15:38:06 +0200 wdiff (1.1.2-1) unstable; urgency=low * New upstream release. * Added missing debian/wdiff.info. -- Santiago Vila Wed, 06 Jun 2012 16:13:44 +0200 wdiff (1.1.1-1) unstable; urgency=low * New upstream release. * Fixed misplaced line in manpage. Closes: #665691. * Dropped debian/patches/01-no-usr-share-info-dir-gz. Not needed anymore as we are both using debhelper >= 9.20120311 and a source package which was built with a recent automake. * Updated Build-Depends accordingly. -- Santiago Vila Wed, 23 May 2012 18:00:04 +0200 wdiff (1.1.0-2) unstable; urgency=low * Move texi2html to Build-Depends. Closes: #662654. * Use dh version 9. -- Santiago Vila Mon, 05 Mar 2012 16:54:16 +0100 wdiff (1.1.0-1) unstable; urgency=low * New upstream release. * Support for UTF-8 has improved. Closes: #553490. * Switch to dh. -- Santiago Vila Sun, 26 Feb 2012 15:45:12 +0100 wdiff (0.6.5-1) unstable; urgency=low * New upstream release. * From upstream changelog: Never initialize or deinitialize terminals, as we do no cursor movement. Closes: #36622. * Color is supported by proper use of options -w, -x, -y and -z. See manual for details. Closes: #514682. * Use strip with prefix for cross-build. -- Santiago Vila Wed, 06 Apr 2011 13:36:32 +0200 wdiff (0.6.3-1) unstable; urgency=low * New upstream release. -- Santiago Vila Fri, 11 Jun 2010 19:10:52 +0200 wdiff (0.6.1-2) unstable; urgency=medium * Fix bashism in configure script which made the package to FTBFS. Thanks to Lucas Nussbaum, Closes: #583000. * Improved watch file regex. -- Santiago Vila Tue, 25 May 2010 16:36:24 +0200 wdiff (0.6.1-1) unstable; urgency=low * New upstream release. Closes: #577120. * Enabled experimental features (mdiff, unify, wdiff2). * Dropped all previous patches. The only feature not in official wdiff is the ability for PAGER to contain options, but there is an easy workaround, which is to use a wrapper script. * License is now GPLv3+. * Support cross-build. -- Santiago Vila Thu, 15 Apr 2010 21:16:00 +0200 wdiff (0.5-21) unstable; urgency=low * Option -V is now called -v, to be in sync with wdiff beta. -- Santiago Vila Thu, 25 Feb 2010 11:32:48 +0100 wdiff (0.5-20) unstable; urgency=low * Switch to 3.0 (quilt) source format, 11 patches. * Use strip, not INSTALL_PROGRAM. * Added homepage. -- Santiago Vila Tue, 23 Feb 2010 21:32:54 +0100 wdiff (0.5-19) unstable; urgency=low * Changed Build-Depends to libncurses5-dev, the real package name. * Added missing INFO-DIR-SECTION to the info file. * Handle info files as indicated by policy 3.8.3. * Do not ignore errors from make distclean. * Removed useless calls to install-docs. * Added watch file. -- Santiago Vila Sun, 30 Aug 2009 19:33:10 +0200 wdiff (0.5-18) unstable; urgency=medium * Changed wdiff.c to use mkstemp and fdopen instead of tmpnam to avoid a race condition. Closes: #425254. * Fixed -V option in manpage. Closes: #438461. * Do not pass -split_chapter to texi2html. * Moved doc-base file to Text section. -- Santiago Vila Tue, 17 Jun 2008 19:27:00 +0200 wdiff (0.5-17) unstable; urgency=low * Updated FSF postal address in copyright file. -- Santiago Vila Wed, 25 Apr 2007 10:00:02 +0200 wdiff (0.5-16) unstable; urgency=low * Changed index.html to point to wdiff.html in wdiff-doc, as the new texi2html does not want to generate wdiff_toc.html anymore. Strange. -- Santiago Vila Sun, 17 Jul 2005 17:05:02 +0200 wdiff (0.5-15) unstable; urgency=low * Fixed FTBFS bug caused by new texi2html behaviour (Closes: #318566). * Changed doc-base and copyright files to UTF-8. -- Santiago Vila Sat, 16 Jul 2005 19:10:54 +0200 wdiff (0.5-14) unstable; urgency=low * Do not repeat the program name in the short description. -- Santiago Vila Tue, 7 Oct 2003 18:42:10 +0200 wdiff (0.5-13) unstable; urgency=low * Made wdiff -i to work, as stated by wdiff --help (Closes: #159742). * Standards-Version: 3.5.7. -- Santiago Vila Thu, 5 Sep 2002 19:13:24 +0200 wdiff (0.5-12) unstable; urgency=low * Build-Depends-Indep: texi2html, not tetex-bin. * Added support for DEB_BUILD_OPTIONS. * Added doc-base support. -- Santiago Vila Tue, 5 Mar 2002 19:16:24 +0100 wdiff (0.5-11) unstable; urgency=low * Build-Depends: libncurses-dev, texinfo. * Build-Depends-Indep: tetex-bin. -- Santiago Vila Thu, 4 Jan 2001 15:50:03 +0100 wdiff (0.5-10) unstable; urgency=low * Options -V and --version now work (Bug #68412). * Updated upstream source URL. -- Santiago Vila Thu, 17 Aug 2000 10:17:47 +0200 wdiff (0.5-9) unstable; urgency=low * Do not use install-info --description option (Closes: #62937). * Standards-Version: 3.1.1. -- Santiago Vila Wed, 3 May 2000 16:41:19 +0200 wdiff (0.5-8) unstable; urgency=low * Make the `auto-pager', `less-mode' and `avoid-wraps' long options to work, as documented (Bug #36616). Patch by Charles C. Fu. * Figure out if PAGER_PROGRAM is less, so that auto-pager actually works when using /usr/bin/pager (Bug #36618). Patch by Charles C. Fu. * Allow the PAGER environment variable to contain options, as in PAGER="less -c" (Bug #36619). Patch by Charles C. Fu. -- Santiago Vila Thu, 29 Apr 1999 14:02:16 +0200 wdiff (0.5-7) frozen unstable; urgency=low * Enabled wdiff -t option (Bug #26992). * Use /usr/bin/pager as the default pager (Bug #26992). * wdiff.c: Do not declare strstr(), since it is already in and it is a macro in glibc 2.1 (Bugs #29711 and #30174). * Moved info unregistering from postrm to prerm. -- Santiago Vila Wed, 9 Dec 1998 21:12:11 +0100 wdiff (0.5-6) unstable; urgency=medium * Rebuilt using libncurses4. * Documentation now available in HTML in a separate package, wdiff-doc. -- Santiago Vila Wed, 21 Oct 1998 13:39:00 +0200 wdiff (0.5-5) unstable; urgency=low * Fixed typo in the control file, README, wdiff.texi and wdiff.info. particularily -> particularly. * Changed prep.ai.mit.edu by ftp.gnu.org in the copyright file. * Added THANKS file to /usr/doc/wdiff directory. -- Santiago Vila Thu, 12 Mar 1998 19:25:09 +0100 wdiff (0.5-4) unstable; urgency=low * Slightly more detailed copyright file. * First libc6 (& ncurses3.4) release. * Removed debstd dependency. * Pristine source. -- Santiago Vila Sun, 9 Nov 1997 19:31:14 +0100 wdiff (0.5-3) unstable; urgency=low * Changed priority from "extra" to "optional". * Some minor debian/rules changes. * Added MD5 sums. -- Santiago Vila Sun, 23 Feb 1997 16:36:42 +0100 wdiff (0.5-2) unstable; urgency=low * Removed fix-substvars script, since it's no longer needed with new libc5_5.4.20. * Fixed a problem when building it using dpkg-source -x. -- Santiago Vila Sat, 25 Jan 1997 02:33:05 +0100 wdiff (0.5-1) unstable; urgency=low * Initial release at unstable. -- Santiago Vila Mon, 20 Jan 1997 20:35:26 +0100 debian/rules0000755000000000000000000000056712262765540010267 0ustar #!/usr/bin/make -f package = wdiff %: dh $@ override_dh_auto_clean: [ ! -f Makefile ] || $(MAKE) distclean rm -rf doc/$(package) override_dh_auto_configure: dh_auto_configure -- --with-default-pager=/usr/bin/pager override_dh_installdocs: cd doc && makeinfo --html $(package).texi dh_installdocs -i doc/$(package)/*.html dh_installdocs -a NEWS README THANKS TODO debian/wdiff-doc.doc-base0000644000000000000000000000130011025764736012434 0ustar Document: wdiff-doc Title: GNU wdiff manual Author: François Pinard Abstract: This manual documents GNU wdiff. The program `wdiff' is a front end to `diff' for comparing files on a word per word basis. A word is anything between whitespace. This is useful for comparing two texts in which a few words have been changed and for which paragraphs have been refilled. It works by creating two temporary files, one word per line, and then executes `diff' on these files. It collects the `diff' output and uses it to produce a nicer display of word differences between the original files. Section: Text Format: HTML Index: /usr/share/doc/wdiff-doc/index.html Files: /usr/share/doc/wdiff-doc/*.html debian/copyright0000644000000000000000000000405712145127040011123 0ustar This is the Debian prepackaged version of GNU wdiff, a program to compare two files word by word. GNU wdiff was written by François Pinard . This package was put together by Santiago Vila , from sources obtained from: http://ftp.gnu.org/gnu/wdiff/wdiff-1.2.1.tar.gz The changes were fairly minimal, and consisted of adding various debian/* files to the distribution. GNU wdiff is Copyright (C) 1992, 1997, 1998, 1999, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. This program 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 3 of the License, or (at your option) any later version. This program 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 can be found in `/usr/share/common-licenses/GPL'. GNU wdiff manual is Copyright (C) 1992, 1994, 1997, 1998, 1999, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation.