File: control

package info (click to toggle)
kdiff3 1.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,032 kB
  • sloc: cpp: 25,561; xml: 455; python: 145; makefile: 6; sh: 4
file content (54 lines) | stat: -rw-r--r-- 1,781 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: kdiff3
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Eike Sauer <eike@debian.org>,
 Pino Toscano <pino@debian.org>,
Section: kde
Priority: optional
Build-Depends: debhelper-compat (= 13),
 dh-sequence-kf6,
 gettext,
 cmake (>= 3.22~),
 extra-cmake-modules (>= 6.2.0~),
 qt6-base-dev (>= 6.6.0~),
 libkf6config-dev (>= 6.2.0~),
 libkf6coreaddons-dev (>= 6.2.0~),
 libkf6crash-dev (>= 6.2.0~),
 libkf6doctools-dev (>= 6.2.0~),
 libkf6i18n-dev (>= 6.2.0~),
 libkf6kio-dev (>= 6.2.0~),
 libkf6widgetsaddons-dev (>= 6.2.0~),
 libkf6xmlgui-dev (>= 6.2.0~),
 libboost-dev (>= 1.82.0~),
 libicu-dev (>= 70.0~),
 xauth <!nocheck>,
 xvfb <!nocheck>,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://kde.org/applications/development/kdiff3
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kdiff3
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kdiff3.git

Package: kdiff3
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: kdiff3-doc
Description: compares and merges 2 or 3 files or directories
 KDiff3 compares two or three input files and shows the differences
 line by line and character by character. It provides an automatic
 merge facility and an integrated editor for comfortable solving of
 merge conflicts. KDiff3 allows recursive directory comparison and
 merging as well. KDiff3 also has KIO support, so it can access to
 remote files and compressed archives.

Package: kdiff3-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Recommends: kdiff3
Description: documentation for KDiff3
 KDiff3 compares two or three input files and shows the differences
 line by line and character by character.
 .
 This package contains the documentation.