dwdiff 2.0.2-1 source package in Ubuntu

Changelog

dwdiff (2.0.2-1) unstable; urgency=low

  * New upstream release.
  * Use DESTDIR facility (debian/rules).
  * Upstream Makefile installs README, no need to do it here (debian/docs).

dwdiff (2.0-1) unstable; urgency=low

  * Upgrade debian packaging to dh 8.
  * Fix tiny typo in debian/copyright.
  * Remove autotools-dev dependency.
  * Switch to source format 3.0 (quilt) with single-debian-patch option.
  * Add man page slash dash quilt patch.
  * Migrate upstream install script tweaks into quilt patches.
  * Rework upstream install script tweaks as commands in debian/rules.
  * Address lintian "(c)" vs "Copyright (c)" warning in debian/copyright.
  * New upstream release.
    - Update description.
    - Tweak debian/rules to force installation of all linguas.
  * Hi Jack!  Maintainer swizzled; listing old maintainer as co-maint.
  * Expose packaging git repo in debian/control vcs-* field.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  08 Nov 2011 10:40:07 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Barak A. Pearlmutter
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dwdiff_2.0.2.orig.tar.gz 83.8 KiB 6a21d5c50b9025309ab6ab26f0b42e659609032b6c1273374342d08a6b8267a7
dwdiff_2.0.2-1.debian.tar.gz 3.3 KiB 484ae77b68c95ecf253b36a95b560555ca96df1341b8af0808113b5aa1440fbd
dwdiff_2.0.2-1.dsc 1.2 KiB efb0f4306d2b8a84d29c45394ad2f9df87bd6e41e17f5a02fe172e74124bf6ac

Available diffs

View changes file

Binary packages built by this source

dwdiff: diff program that operates word by word

 dwdiff is a diff program that operates at the word level
 instead of the line level. It is different from wdiff in that it allows the
 user to specify what should be considered whitespace, and in that it takes an
 optional list of characters that should be considered delimiters. Delimiters
 are single characters that are treated as if they are words, even when there
 is no whitespace separating them from preceding words or delimiters. dwdiff
 is mostly commandline compatible with wdiff. Only the --autopager, --terminal
 and --avoid-wraps options are not supported.
 .
 The default output from dwdiff is the new text, with the deleted and inserted
 parts annotated with markers. Command line options are available to change
 both what is printed, and the markers.