Rev 1 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1 | Rev 5 | ||
---|---|---|---|
1 | Source: debpool |
1 | Source: debpool |
2 | Section: devel |
2 | Section: devel |
3 | Priority: extra |
3 | Priority: extra |
4 | Maintainer: Joel Aelwyn <fenton@debian.org> |
4 | Maintainer: Joel Aelwyn <fenton@debian.org> |
5 | Standards-Version: 3.7.2.0 |
5 | Standards-Version: 3.7.2.0 |
6 | Build-Depends: debhelper (>= 4) |
6 | Build-Depends: debhelper (>= 4) |
7 | 7 | ||
8 | Package: debpool |
8 | Package: debpool |
9 | Architecture: all |
9 | Architecture: all |
10 | Depends: ${perl:Depends} |
10 | Depends: ${perl:Depends} |
11 | Recommends: gnupg, libdigest-md5-perl, libdigest-sha1-perl, libproc-daemon-perl |
11 | Recommends: gnupg, libdigest-md5-perl, libdigest-sha1-perl, libproc-daemon-perl |
12 | Description: pool-based Debian package archiver |
12 | Description: pool-based Debian package archiver |
13 | DebPool is a package archive maintenance utility designed with a goal of |
13 | DebPool is a package archive maintenance utility designed with a goal of |
14 | removing any dependency on code not shipped as part of the core Debian |
14 | removing any dependency on code not shipped as part of the core Debian |
15 | system. |
15 | system. |
16 | . |
16 | . |
17 | It is capable of all of the following: |
17 | It is capable of all of the following: |
18 | * Tracking multiple distributions (however, it does *not* include |
18 | * Tracking multiple distributions (however, it does *not* include |
19 | unstable -> testing promotion scripts). |
19 | unstable -> testing promotion scripts). |
20 | * Generating Release files (requires libdigest-{md5,sha1}-perl) |
20 | * Generating Release files (requires libdigest-{md5,sha1}-perl) |
21 | * Verifying package signatures (requires gnupg). |
21 | * Verifying package signatures (requires gnupg). |
22 | * Signing release files (requires Release files and gnupg). |
22 | * Signing release files (requires Release files and gnupg). |
23 | * Running in single-pass or daemon modes. |
23 | * Running in single-pass or daemon modes. |
24 | . |
24 | . |
25 | DebPool is intended to be a lightweight replacement for the full Debian |
25 | DebPool is intended to be a lightweight replacement for the full Debian |
26 | archival scripts, in the tradition of debarchive and mini-dinstall, but |
26 | archival scripts, in the tradition of debarchive and mini-dinstall, but |
27 | using a pool layout and avoiding external dependencies. |
27 | using a pool layout and avoiding external dependencies. |
28 | 28 |