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
|
Source: libjodycode
Section: libs
Priority: optional
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Rules-Requires-Root: no
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
Standards-Version: 4.7.2
Homepage: https://codeberg.org/jbruchon/libjodycode
Vcs-Browser: https://salsa.debian.org/debian/libjodycode
Vcs-Git: https://salsa.debian.org/debian/libjodycode.git
Package: libjodycode3t64
Provides: ${t64:Provides}
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libjodycode3, libjodycode2 (<= 2.0.1-4)
Breaks: libjodycode3 (<< ${source:Version}), libjodycode2 (<= 2.0.1-4)
Description: shared lib for programs written by Jody Bruchon (runtime)
libjodycode is a software code library containing code shared among several
of the programs written by Jody Bruchon such as imagepile, jdupes, winregfs,
and zeromerge. These shared pieces of code were copied between each program
as they were updated. As the number of programs increased and keeping these
pieces of code synced became more annoying, the decision was made to combine
all of them into a single reusable shared library.
.
This package provides the runtime for libjodycode.
Package: libjodycode-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends}, libjodycode3t64 (= ${binary:Version})
Replaces: libjodycode2-dev (<= 2.0.1-4), libjodycode3-dev (<= 3.0.1-2)
Breaks: libjodycode2-dev (<= 2.0.1-4), libjodycode3-dev (<= 3.0.1-2)
Description: shared lib for programs written by Jody Bruchon (development files)
libjodycode is a software code library containing code shared among several
of the programs written by Jody Bruchon such as imagepile, jdupes, winregfs,
and zeromerge. These shared pieces of code were copied between each program
as they were updated. As the number of programs increased and keeping these
pieces of code synced became more annoying, the decision was made to combine
all of them into a single reusable shared library.
.
This package provides the development files for libjodycode.
|