File: control

package info (click to toggle)
tardiff 0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 144 kB
  • ctags: 42
  • sloc: perl: 1,109; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 826 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
Source: tardiff
Section: utils
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 9~)
Standards-Version: 3.9.8
Homepage: http://tardiff.coolprojects.org/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/tardiff.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/tardiff.git

Package: tardiff
Architecture: all
Depends: libtext-diff-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: Tarball comparison tool
 TarDiff compares the contents of two tarballs and reports on any
 differences found between them. Its use is mainly for release
 managers who can use it as a QA tool to make sure no files have
 accidentally been left over or were added by mistake. TarDiff
 supports compressed tarballs, diff statistics and suppression of GNU
 autotool changes.