File: control

package info (click to toggle)
java-diff-utils 4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,196 kB
  • sloc: java: 3,463; sh: 513; xml: 391; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 978 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: java-diff-utils
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 junit4 (>= 4.12),
 libassertj-core-java,
 libjgit-java (>= 4.11),
 libmaven-bundle-plugin-java,
 libsurefire-java,
 maven-debian-helper (>= 2.2),
 maven-repo-helper (>= 1.5)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/java-diff-utils.git
Vcs-Browser: https://salsa.debian.org/java-team/java-diff-utils
Homepage: https://github.com/java-diff-utils/java-diff-utils

Package: libdiffutils-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Description: compute diffs and apply patches in Java
 Diff Utils library is a Java library for performing comparison
 operations between texts: computing diffs, applying patches,
 generating unified diffs or parsing them, generating diff output
 and so on.