Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 magnus 1
Source: debpool
2
Section: devel
3
Priority: extra
4
Maintainer: Joel Aelwyn <fenton@debian.org>
5
Standards-Version: 3.7.2.0
6
Build-Depends: debhelper (>= 4)
7
 
8
Package: debpool
9
Architecture: all
10
Depends: ${perl:Depends}
11
Recommends: gnupg, libdigest-md5-perl, libdigest-sha1-perl, libproc-daemon-perl
12
Description: pool-based Debian package archiver
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
15
 system.
16
 .
17
 It is capable of all of the following:
18
   * Tracking multiple distributions (however, it does *not* include
19
     unstable -> testing promotion scripts).
20
   * Generating Release files (requires libdigest-{md5,sha1}-perl)
21
   * Verifying package signatures (requires gnupg).
22
   * Signing release files (requires Release files and gnupg).
23
   * Running in single-pass or daemon modes.
24
 .
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
27
 using a pool layout and avoiding external dependencies.
28