File: control

package info (click to toggle)
debget 1.0
  • links: PTS
  • area: main
  • in suites: potato
  • size: 68 kB
  • ctags: 41
  • sloc: perl: 534; makefile: 55
file content (19 lines) | stat: -rw-r--r-- 747 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: debget
Section: utils
Priority: optional
Maintainer: Roderick Schertler <roderick@argon.org>
Standards-Version: 3.0.0

Package: debget
Architecture: all
Depends: ${perl:Depends}, libnet-perl, libproc-waitstat-perl
Suggests: devscripts
Description: download/compile source and binary Debian packages
 debget downloads source and binary Debian packages by name.  It doesn't
 require a local copy of the Packages files, instead it lists directories
 on the FTP site to find out what versions are available.
 .
 debget can also optionally unpack and compile source packages, and even
 install the generated binary packages.  If you intend to use these
 features you should install the devscripts package for the dscverify
 script it contains.