First drop of aptitude for Maemo
[aptitude] / debian / control
1 Source: aptitude
2 Section: admin
3 Maintainer: Daniel Burrows <dburrows@debian.org>
4 Build-Depends: libapt-pkg-dev (>= 0.7.0), debhelper (>= 4.0.0), libsigc++-2.0-dev, libcwidget-dev (>= 0.5.6.1-2), libncursesw5-dev, gettext, g++ (>= 4:3.2.2-0), docbook-xsl, docbook-xml, xsltproc, html2text,
5 Vcs-Hg: http://hg.debian.org/hg/aptitude/debian
6 Vcs-Browser: http://hg.debian.org/hg/aptitude/debian
7 Standards-Version: 3.8.0.0
8
9 Package: aptitude
10 Architecture: any
11 Priority: important
12 Depends: ${shlibs:Depends}
13 Recommends: aptitude-doc-en | aptitude-doc, libparse-debianchangelog-perl
14 Suggests: tasksel, debtags
15 Description: terminal-based package manager
16  aptitude is a terminal-based package manager with a number of useful
17  features, including: a mutt-like syntax for matching packages in a
18  flexible manner, dselect-like persistence of user actions, the
19  ability to retrieve and display the Debian changelog of most
20  packages, and a command-line mode similar to that of apt-get.
21  .
22  aptitude is also Y2K-compliant, non-fattening, naturally cleansing,
23  and housebroken.
24
25 Package: aptitude-dbg
26 Section: devel
27 Priority: extra
28 Architecture: any
29 Depends: aptitude (= ${Source-Version})
30 Recommends: libcwidget3-dbg
31 Description: Debug symbols for the aptitude package manager
32  aptitude is a terminal-based package manager with a number of useful
33  features, including: a mutt-like syntax for matching packages in a
34  flexible manner, dselect-like persistence of user actions, the
35  ability to retrieve and display the Debian changelog of most
36  packages, and a command-line mode similar to that of apt-get.
37  .
38  This package contains the debugging symbols for aptitude.  You only
39  need these if you want to generate debugging backtraces of aptitude;
40  if you do, you probably also want the debug package for the cwidget
41  library.