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
|
Source: dynamite
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/games-team/dynamite
Vcs-Git: https://salsa.debian.org/games-team/dynamite.git
Homepage: https://github.com/twogood/dynamite
Package: dynamite
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: PKWARE Data Compression decompressor
Dynamite is a tool and library for decompressing data compressed with PKWARE
Data Compression Library and it was created from the specification provided
by a post in the comp.compression newsgroup.
Package: libdynamite0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Conflicts: libdynamite
Replaces: libdynamite
Description: PKWARE Data Compression decompressor library
The dynamite library is needed by tools to be capable of squeezing
out juicy .cab files from self-extracting installation programs created by
the Setup Factory installation program.
Package: libdynamite-dev
Architecture: any
Section: libdevel
Depends: libdynamite0 (= ${binary:Version}),
${misc:Depends}
Description: PKWARE Data Compression decompressor library - development files
The dynamite library is needed by tools to be capable of squeezing
out juicy .cab files from self-extracting installation programs created by
the Setup Factory installation program.
.
This package contains development files for libdynamite.
|