File: control

package info (click to toggle)
icdiff 1.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 552 kB
  • sloc: python: 549; sh: 159; makefile: 14
file content (28 lines) | stat: -rw-r--r-- 1,070 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: icdiff
Maintainer: Sascha Steinbiss <satta@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 12),
               python3-all,
               dh-python,
               python3-distutils-extra,
               python3-setuptools,
               help2man,
               flake8
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian/icdiff
Vcs-Git: https://salsa.debian.org/debian/icdiff.git
Homepage: http://www.jefftk.com/icdiff

Package: icdiff
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-pkg-resources
Description: terminal side-by-side colorized word diff
 By highlighting changes, icdiff can show you the differences between similar
 files without getting in the way. This is especially helpful for identifying
 and understanding small changes within existing lines.
 Instead of trying to be a diff replacement for all circumstances, the goal
 of icdiff is to be a tool you can reach for to get a better picture of what
 changed when it's not immediately obvious from diff.