dwdiff 1.9-0.1 source package in Ubuntu

Changelog

dwdiff (1.9-0.1) unstable; urgency=low

  * NMU
  * New upstream release.  closes: #612771.
  * Change dh_clean -k to dh_prep.
  * Add a watch file.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 12:43:52 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Olexandr Kravchuk
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dwdiff_1.9.orig.tar.gz 74.7 KiB 602a6728f317717041ff83d46737c92e2b08491fd44370f70d956fc7b7db6219
dwdiff_1.9-0.1.diff.gz 2.8 KiB fd06719562af7230ec13225133fd109f52637402e65b92c56e05ab6ca5233222
dwdiff_1.9-0.1.dsc 1.6 KiB c0fba7e1fe97df7c46d76c46278e281759e657955c3e9a4cb77603ca10564219

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.