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: jigit
Section: utils
Priority: extra
Maintainer: Steve McIntyre <93sam@debian.org>
Build-Depends: debhelper (>= 8), zlib1g-dev, libbz2-dev
Standards-Version: 3.9.1.0
Homepage: http://www.einval.com/~steve/software/JTE/
Package: jigit
Section: utils
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libio-compress-perl
Recommends: wget
Description: tools for working with jigdo files
Utilities written to make jigdo files easier to work with.
.
jigit-mkimage: program to create images from jigdo files
iso-image.pl: example CGI wrapper for mkimage - make images on the fly!
jigdump: list the contents of a template file
jigsum: Output MD5 sums in the base64-style jigdo way
mkjigsnap: helper script to be run on the upstream server
Package: libjte1
Section: libs
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Jigdo Template Export - runtime library
libjte is a library providing support for creating jigdo files, to be
used by ISO image creation tools such as xorriso.
.
This package provides the runtime library file needed to run software
written using libjte
Package: libjte-dev
Section: libdevel
Priority: extra
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, zlib1g-dev, libbz2-dev, libjte1 (= ${binary:Version})
Description: Jigdo Template Export - development
libjte is a library providing support for creating jigdo files, to be
used by ISO image creation tools such as xorriso.
.
This package provides the header and development files needed to build
programs and packages that use libjte.
|