xxdiff 1:5.1+git20220924+dfsg-1build3 source package in Ubuntu

Changelog

xxdiff (1:5.1+git20220924+dfsg-1build3) noble; urgency=high

  * No change rebuild against libqt5core5t64, libqt5gui5t64,
    libqt5widgets5t64.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 16:52:10 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
xxdiff_5.1+git20220924+dfsg.orig.tar.xz 991.4 KiB 6ccebe8482b8af0da7dd56d26d864f57e1fd3ed8d2a7a2ea895e520ad619ac84
xxdiff_5.1+git20220924+dfsg-1build3.debian.tar.xz 16.9 KiB 01ad61aeb7b7e610667f94dfd5dd34a144d21217213e00482ed58c12b7998935
xxdiff_5.1+git20220924+dfsg-1build3.dsc 2.1 KiB ad0246adb611120384d1fab61f9f72c45e73c6c2e38c1f5b071633c31c127626

View changes file

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 xxdiff
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
 (making backups is 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:
 https://furius.ca/xxdiff/doc/xxdiff-scripts.html