File: control

package info (click to toggle)
dpkg-www 2.59
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 192 kB
  • sloc: sh: 1,596; makefile: 16
file content (44 lines) | stat: -rw-r--r-- 1,249 bytes parent folder | download
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
Source: dpkg-www
Section: doc
Priority: optional
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Uploaders: Guillem Jover <guillem@debian.org>
Vcs-Git: https://git.dpkg.org/cgit/dpkg/dpkg-www.git
Vcs-Browser: https://git.dpkg.org/git/dpkg/dpkg-www.git
Rules-Requires-Root: no
Build-Depends:
 debhelper (>= 11),
 dh-apache2,
Standards-Version: 4.3.0

Package: dpkg-www
Architecture: all
Depends:
 ${misc:Depends},
 dpkg (>= 1.19.3),
 apt,
 perl,
Recommends:
 ${misc:Recommends},
 dwww,
 info2www,
Suggests:
 dlocate,
 grep-dctrl,
 firefox | www-browser,
 sensible-utils,
 man2html,
 tasksel,
Description: Debian package management web interface
 With the dpkg cgi-bin you can browse Debian packages on a local or
 remote host using a normal web browser.
 .
 You can list packages, show package information and installed files,
 browse documentation and navigate through the packages dependencies.
 You can also find all the packages owners of a file or directory or
 those providing a virtual package.
 .
 If you are the system administrator you can also install or remove
 packages by clicking on the buttons found in the package info page,
 provided that this feature has been enabled and you have properly
 configured your web browser.