File: control

package info (click to toggle)
comparepdf 1.0.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 192 kB
  • sloc: cpp: 1,035; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 805 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
Source: comparepdf
Section: utils
Priority: optional
Maintainer: David Paleino <dapal@debian.org>
Build-Depends:
 debhelper (>= 11~)
 , qt5-qmake
 , libpoppler-cpp-dev
 , libpoppler-qt5-dev
Standards-Version: 4.1.1
Homepage: http://www.qtrac.eu/comparepdf.html
Vcs-Git: https://anonscm.debian.org/git/collab-maint/comparepdf.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/comparepdf.git

Package: comparepdf
Architecture: any
Depends:
 ${shlibs:Depends}
 , ${misc:Depends}
Description: command line tool for comparing two PDF files
 comparepdf is a command line tool for comparing two PDF files.
 .
 By default it compares their texts but it can also compare them
 visually (e.g., to detect changes in diagrams, images, fonts, and
 layout).
 .
 It should prove useful for automated testing.