summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAntti-Juhani Kaijanaho <ajk@debian.org>2006-01-28 21:53:39 +0100
committerAntti-Juhani Kaijanaho <ajk@debian.org>2006-01-28 21:53:39 +0100
commitecb0f5b97014c8b010bfd1dfbd0e97b5b7a925ac (patch)
treea7f701278a81c5bcfc206cf2d5830ffb257f0838 /debian/control
parentb93a059e177d57e6fa523aeea67fabf61e5220e0 (diff)
downloaddctrl-tools-ecb0f5b97014c8b010bfd1dfbd0e97b5b7a925ac.tar.gz
Import 2.2
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 9 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 9297486..9fd56ea 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ Section: utils
Priority: optional
Maintainer: Antti-Juhani Kaijanaho <ajk@debian.org>
Standards-Version: 3.6.1
-Build-Depends: gettext (>= 0.11-0)
+Build-Depends: gettext
Package: grep-dctrl
Architecture: any
Depends: ${shlibs:Depends}
-Suggests: dselect
+Suggests: dselect, apt
Description: Grep Debian package information
The grep-dctrl program can answer such questions as
* "What is the Debian package foo?"
@@ -18,7 +18,7 @@ Description: Grep Debian package information
programming language?"
and with some help
* "Who maintain the essential packages of a Debian system?"
- given a useful input file.
+ given a useful input file.
.
It is a specialised grep program that is meant for processing any
file which has the general format of a Debian package control file.
@@ -26,8 +26,9 @@ Description: Grep Debian package information
Packages files on a distribution medium (such as a Debian CD-ROM or
an FTP site carrying Debian).
.
- This package includes the specializations grep-status and
- grep-available, which take their input by default from the dpkg
- status file and the dpkg available file (updated by dselect update),
- respectively. The grep-available specialization is useful mainly to
- users of dselect.
+ This package includes the specializations grep-status, grep-available
+ and grep-aptavail, which take their input by default from the dpkg
+ status file, the dpkg available file (updated by dselect update) and
+ the apt available database (updated by apt-get update), respectively.
+ The grep-available specialization is useful mainly for users of
+ dselect; while grep-aptavail only works if apt is installed. \ No newline at end of file