xxdiff 1:4.0+hg453+dfsg-1 source package in Ubuntu

Changelog

xxdiff (1:4.0+hg453+dfsg-1) unstable; urgency=medium

  * Import Upstream version 4.0+hg453+dfsg
  * Drop 09_bison3.patch, 13_fix-sign-compare.patch: applied upstream
  * Declare compliance with Debian Policy 3.9.6
  * Fix a(nother) typo found by lintian
  * Install bash completion into proper path using dh_bash-completion
  * call rm_conffile on obsolete bash completion file
  * Drop obsolete README.Debian for xxdiff-scripts
  * Install all scripts from upstream

 -- Florian Schlichting <email address hidden>  Mon, 21 Dec 2015 20:51:55 +0100

Upload details

Uploaded by:
Florian Schlichting
Uploaded to:
Sid
Original maintainer:
Florian Schlichting
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
xxdiff_4.0+hg453+dfsg-1.dsc 2.0 KiB c00f1fc9ed0b157514e53ff16f93f0fd2423f67ef1008593eeebc88490b3967e
xxdiff_4.0+hg453+dfsg.orig.tar.bz2 1.1 MiB cd80a44438f30733469a93f50d56120e198f6dee909299ca96a0f6abfaac5f14
xxdiff_4.0+hg453+dfsg-1.debian.tar.xz 18.2 KiB 9897658040468ba48b9f17795b646c0f49f5bb6fa5a34b71b67cb95daaff8131

No changes file available.

Binary packages built by this source

xxdiff: graphical file/directory comparison and merge tool

 xxdiff is a powerful tool for viewing the differences between two or three
 files, or two directories, and can be used to produce a merged version. The
 texts of the two or three files are presented side by side with their
 differences highlighted with colors for easy identification. Among its
 features are:
 .
  * Compares two or three files, or two directories (shallow and recursive)
  * Horizontal highlighting of diffs
  * Interactive merges, previewing and saving of the resulting output
  * Unmerges CVS conflicts and displays two files, to help resolve conflicts
  * Fully customizable with a resource file
  * Features and output that ease integration with scripts
 .
 The scripts that accompany xxdiff can be found in the xxdiff-scripts package.

xxdiff-dbgsym: debug symbols for package xxdiff

 xxdiff is a powerful tool for viewing the differences between two or three
 files, or two directories, and can be used to produce a merged version. The
 texts of the two or three files are presented side by side with their
 differences highlighted with colors for easy identification. Among its
 features are:
 .
  * Compares two or three files, or two directories (shallow and recursive)
  * Horizontal highlighting of diffs
  * Interactive merges, previewing and saving of the resulting output
  * Unmerges CVS conflicts and displays two files, to help resolve conflicts
  * Fully customizable with a resource file
  * Features and output that ease integration with scripts
 .
 The scripts that accompany xxdiff can be found in the xxdiff-scripts package.

xxdiff-scripts: graphical file/directory comparison and merge tool - scripts

 xxdiff is a powerful tool for viewing the differences between two or three
 files, or two directories, and can be used to produce a merged version. The
 texts of the two or three files are presented side by side with their
 differences highlighted with colors for easy identification.
 .
 This package provides a number of scripts that are used to perform a variety of
 tasks that all involve getting user verification and feedback using the xxdiff
 graphical differences viewer.
 .
 For example, there are scripts to perform global renaming of strings within a
 large codebase, where each transformed file is viewed by the user with an
 xxdiff, accepted, rejected or merged changes written over the original file
 (file backups are supported). Also, this infrastructure is mostly provided as
 modules, in order to allow users to write file transformations in Python and to
 leverage this interactive confirmation process.
 .
 There are also scripts that visualize diffs for a number of SCM systems, like
 CVS, Subversion, etc. This package was born after a number of these useful
 scripts had sprouted, and it became apparent that sharing the common code for
 the scripts would be a great advantage to tools writers.
 .
 See documentation for a full list of the scripts and their role:
 http://furius.ca/xxdiff/doc/xxdiff-scripts.html