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
|
Source: libpaper
Section: libs
Priority: optional
Maintainer: Giuseppe Sacco <eppesuig@debian.org>
Standards-Version: 4.6.0
Build-Depends: debhelper-compat (= 13), po-debconf, autoconf, help2man, gnulib,
libiberty-dev
Homepage: https://github.com/rrthomas/libpaper
Vcs-Browser: https://salsa.debian.org/debian/libpaper
Vcs-Git: https://salsa.debian.org/debian/libpaper.git
Rules-Requires-Root: no
Package: libpaper2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libpaperg
Recommends: libpaper-utils
Description: Paper sizes catalogue
Libpaper supports paper size configuration and automates recognition of
many different paper sizes for programs that need to deal with paper.
.
This package contains the shared libraries.
Package: libpaper-utils
Section: utils
Architecture: any
Multi-Arch: foreign
Built-Using: ${Built-Using}
Depends: ${shlibs:Depends}, ${misc:Depends}, libpaper2, sensible-utils
Description: Paper sizes catalogue (utilities)
Libpaper supports paper size configuration and automates recognition of
many different paper sizes for programs that need to deal with paper.
.
This package contains the command-line utilities, which can also be used as
a convenient interface for programs written in languages that cannot
conveniently use the shared library.
Package: libpaper-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libpaper2 (= ${binary:Version})
Description: Paper sizes catalogue (development files)
Libpaper supports paper size configuration and automates recognition of
many different paper sizes for programs that need to deal with paper.
.
This package contains the development files.
|