]>
Commit | Line | Data |
---|---|---|
2d18d44e AL |
1 | Source: apt |
2 | Section: admin | |
138d4b3d | 3 | Priority: standard |
2d18d44e | 4 | Maintainer: APT Development Team <deity@lists.debian.org> |
8f4141f3 | 5 | Standards-Version: 3.1.1 |
91b59d09 | 6 | Build-Depends: debhelper, debiandoc-sgml |
2d18d44e AL |
7 | |
8 | Package: apt | |
9 | Architecture: any | |
10 | Depends: ${shlibs:Depends} | |
78e96574 | 11 | Priority: standard |
2d18d44e | 12 | Conflicts: deity |
e301bbe9 | 13 | Replaces: deity, libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7) |
d153f53f | 14 | Provides: libapt-pkg${libapt-pkg:major} |
d44d5144 | 15 | Suggests: dpkg-dev |
2d18d44e AL |
16 | Description: Advanced front-end for dpkg |
17 | This is Debian's next generation front-end for the dpkg package manager. | |
18 | It provides the apt-get utility and APT dselect method that provides a | |
19 | simpler, safer way to install and upgrade packages. | |
20 | . | |
21 | APT features complete installation ordering, multiple source capability | |
a880aa74 AL |
22 | and several other unique features, see the Users Guide in |
23 | /usr/doc/apt/guide.text.gz | |
2d18d44e AL |
24 | |
25 | Package: libapt-pkg-dev | |
26 | Architecture: any | |
78e96574 | 27 | Priority: optional |
19fe86f1 | 28 | Depends: libapt-pkg${libapt-pkg:major} |
2d18d44e AL |
29 | Description: Development files for APT's libapt-pkg |
30 | This package contains the header files and static libraries for | |
31 | developing with APT's libapt-pkg Debian package manipulation | |
32 | library. | |
33 | ||
34 | Package: libapt-pkg-doc | |
35 | Architecture: all | |
78e96574 | 36 | Priority: optional |
2d18d44e AL |
37 | Description: Documentation for APT development |
38 | This package contains documentation for development of the APT | |
39 | Debian package manipulation program and its libraries. |