File: control

package info (click to toggle)
libpuzzle 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,092 kB
  • sloc: sh: 9,723; ansic: 1,811; makefile: 977; php: 269; sql: 148
file content (46 lines) | stat: -rw-r--r-- 1,644 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: libpuzzle
Section: graphics
Priority: optional
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Uploaders: Emmanuel Bouthenot <kolter@debian.org>
Build-Depends:
    debhelper (>= 12),
    libgd-dev
Standards-Version: 4.3.0
Homepage: https://github.com/jedisct1/libpuzzle
Vcs-Browser: https://salsa.debian.org/debian-phototools-team/libpuzzle
Vcs-Git: https://salsa.debian.org/debian-phototools-team/libpuzzle.git

Package: libpuzzle1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: quick similar image finder - shared library
 The Puzzle library is designed to quickly find visually similar images
 (GIF, PNG, JPG), even if they have been resized, recompressed,
 recolored or slightly modified.
 .
 This package contains the C library.

Package: libpuzzle-bin
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: quick similar image finder - runtime tool
 The Puzzle library is designed to quickly find visually similar images
 (GIF, PNG, JPG), even if they have been resized, recompressed,
 recolored or slightly modified.
 .
 This package contains the command-line tool: puzzle-diff.

Package: libpuzzle-dev
Section: libdevel
Architecture: any
Depends: libpuzzle1 (= ${binary:Version}), ${misc:Depends}
Description: quick similar image finder - development files
 The Puzzle library is designed to quickly find visually similar images
 (GIF, PNG, JPG), even if they have been resized, recompressed,
 recolored or slightly modified.
 .
 This package contains the development files.