Просмотр исходного кода

State that the preferred front-end is aptitude

All instances recommending dselect cannot be changed yet as it's the
only front-end right now directly changing dpkg pkg selections. Replace
also one instance of dselect usage with 'apt-get dselect-upgrade' which
honours those selections, though. Closes: #483785
Guillem Jover лет назад: 18
Родитель
Сommit
da41337d96
3 измененных файлов с 13 добавлено и 2 удалено
  1. 7 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 4 2
      man/dpkg.1

+ 7 - 0
ChangeLog

@@ -1,3 +1,10 @@
+2008-08-17  Guillem Jover  <guillem@debian.org>
+
+	* man/dpkg.1: Change reference to dselect as being the preferred
+	fron-end to aptitude. And 'apt-get dselect-upgrade' to be used to
+	act on the current package selections. Add references to aptitude
+	and apt man pages in 'SEE ALSO'.
+
 2008-08-16  Guillem Jover  <guillem@debian.org>
 
 	* src/main.c (setpipe): Set file descriptors to close on exec.

+ 2 - 0
debian/changelog

@@ -29,6 +29,8 @@ dpkg (1.14.21) UNRELEASED; urgency=low
   * Move lzma from dpkg Suggests to Pre-Depends. Closes: #456332
   * Match description of -si option in dpkg-buildpackage to the one in
     dpkg-genchanges. Closes: #493743
+  * State that the preferred front-end is aptitude and replace one instance
+    of dselect usage with apt-get. Closes: #483785
 
   [ Updated scripts translations ]
   * Russian (Yuri Kozlov). Closes: #490076

+ 4 - 2
man/dpkg.1

@@ -19,7 +19,7 @@ packages are particularly inadequate.
 .SH DESCRIPTION
 \fBdpkg\fP is a tool to install, build, remove and manage
 Debian packages. The primary and more user-friendly
-front-end for \fBdpkg\fP is \fBdselect\fP(1). \fBdpkg\fP itself is
+front-end for \fBdpkg\fP is \fBaptitude\fP(1). \fBdpkg\fP itself is
 controlled entirely via command line parameters, which consist of exactly
 one action and zero or more options. The action-parameter tells \fBdpkg\fP
 what to do and options control the behavior of the action in some way.
@@ -641,7 +641,7 @@ with:
 Note that this will not actually install or remove anything, but just
 set the selection state on the requested packages. You will need some
 other application to actually download and install the requested
-packages. For example, run \fBdselect\fP and choose \fIInstall\fP.
+packages. For example, run \fBapt\-get dselect-upgrade\fP.
 
 Ordinarily, you will find that \fBdselect\fP(1) provides a more
 convenient way to modify the package selection states.
@@ -652,6 +652,8 @@ Additional functionality can be gained by installing any of the
 following packages: \fBapt\fR, \fBaptitude\fR and \fBdebsums\fR.
 .
 .SH SEE ALSO
+\fBaptitude\fP(1),
+\fBapt\fP(1),
 \fBdselect\fP(1),
 \fBdpkg\-deb\fP(1),
 \fBdpkg\-query\fP(1),