Update build-deps
[jigdo.git] / deb / control
1 Source: jigdo
2 Section: utils
3 Priority: extra
4 Maintainer: Richard Atterer <jigdo.atterer.org>
5 Build-Depends: debhelper (>= 4), zlib1g-dev, libbz2-dev, libdb4.3-dev | libdb4.2-dev | libdb4-dev, libgtk2.0-dev, libcurl3-dev | libcurl2-dev
6 Standards-Version: 3.5.6
7
8 Package: jigdo
9 Architecture: any
10 Depends: ${shlibs:Depends}
11 Suggests: jigdo-file
12 Description: Distribution of huge files - GTK+ download manager
13  Jigsaw Download, or short jigdo, is a scheme developed primarily to
14  make it easy to distribute huge filesystem images (e.g. CD (ISO9660)
15  or DVD (UDF) images) over the internet, but it could also be used for
16  other data which is awkward to handle due to its size, like
17  audio/video files or large software packages.
18  .
19  jigdo tries to ensure that the large file is downloaded in small
20  parts which can be stored on different servers. People who want to
21  download the image do so by telling the jigdo download tool to
22  process one ".jigdo" file; using it, jigdo downloads the parts and
23  reassembles the image. jigdo-file is used to prepare the files for
24  download.
25  .
26  This package contains "jigdo", the GTK+ download tool.
27  .
28  This package was built directly from the author's source package at
29  <http://atterer.org/jigdo/>. IT IS NOT AN OFFICIAL DEBIAN PACKAGE. 
30
31 Package: jigdo-file
32 Architecture: any
33 Depends: wget, ${shlibs:Depends}
34 Suggests: jigdo
35 Conflicts: jigdo (<< 0.6.0)
36 Replaces: jigdo (<< 0.6.0)
37 Description: Distribution of huge files - tool for preparing data for download
38  Jigsaw Download, or short jigdo, is a scheme developed primarily to
39  make it easy to distribute huge filesystem images (e.g. CD (ISO9660)
40  or DVD (UDF) images) over the internet, but it could also be used for
41  other data which is awkward to handle due to its size, like
42  audio/video files or large software packages.
43  .
44  jigdo tries to ensure that the large file is downloaded in small
45  parts which can be stored on different servers. People who want to
46  download the image do so by telling the jigdo download tool to
47  process one ".jigdo" file; using it, jigdo downloads the parts and
48  reassembles the image. jigdo-file is used to prepare the files for
49  download.
50  .
51  This package contains "jigdo-file", the tool used for creating
52  ".jigdo" files, and also "jigdo-lite", a script to download Debian CD
53  images.
54  .
55  This package was built directly from the author's source package at
56  <http://atterer.org/jigdo/>. IT IS NOT AN OFFICIAL DEBIAN PACKAGE.