diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | doc/apt-get.8.sgml | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4e364ee72..b2ac52bf5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ apt (0.5.10) unstable; urgency=low binary package 'apt' in the man pages (Closes: #205290) * Updated Polish po file from Marcin Owsiany <porridge@debian.org> (Closes: #205950) + * Mention some of the available frontends in apt-get(8) (Closes: #205829) -- diff --git a/doc/apt-get.8.sgml b/doc/apt-get.8.sgml index 3ca15cc38..fb532b831 100644 --- a/doc/apt-get.8.sgml +++ b/doc/apt-get.8.sgml @@ -45,7 +45,9 @@ <RefSect1><Title>Description</> <para> <command/apt-get/ is the command-line tool for handling packages, and may be - considered the user's "back-end" to other tools using the APT library. + considered the user's "back-end" to other tools using the APT + library. Several "front-end" interfaces exist, such as dselect(8), + aptitude, synaptic, gnome-apt and wajig. <para> Unless the <option/-h/, or <option/--help/ option is given, one of the commands below must be present. |