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

Use '--clear-selections' in the dpkg man page example on how to transfer
the status to another installation. Closes: #137442

Guillem Jover лет назад: 20
Родитель
Сommit
5f08214c86
3 измененных файлов с 9 добавлено и 0 удалено
  1. 2 0
      debian/changelog
  2. 2 0
      man/C/dpkg.1
  3. 5 0
      man/ChangeLog

+ 2 - 0
debian/changelog

@@ -41,6 +41,8 @@ dpkg (1.13.18~) UNRELEASED; urgency=low
   * Obsolete force/refuse 'auto-select' dpkg option.
   * Obsolete force/refuse 'auto-select' dpkg option.
   * Add new '--clear-selections' option to dpkg (Andrew Suffield).
   * Add new '--clear-selections' option to dpkg (Andrew Suffield).
     Closes: #112388
     Closes: #112388
+  * Use '--clear-selections' in the dpkg man page example on how to transfer
+    the status to another installation. Closes: #137442
 
 
   [ Christian Perrier ]
   [ Christian Perrier ]
   * 
   * 

+ 2 - 0
man/C/dpkg.1

@@ -589,8 +589,10 @@ To make a local copy of the package selection states:
 You might transfer this file to another computer, and install it there
 You might transfer this file to another computer, and install it there
 with:
 with:
 .br
 .br
+\fB     dpkg \-\-clear\-selections\fP
 \fB     dpkg \-\-set\-selections <myselections\fP
 \fB     dpkg \-\-set\-selections <myselections\fP
 .br
 .br
+
 Note that this will not actually install or remove anything, but just
 Note that this will not actually install or remove anything, but just
 set the selection state on the requested packages. You will need some
 set the selection state on the requested packages. You will need some
 other application to actually download and install the requested
 other application to actually download and install the requested

+ 5 - 0
man/ChangeLog

@@ -1,3 +1,8 @@
+2006-04-10  Guillem Jover  <guillem@debian.org>
+
+	* C/dpkg.1: Document the new way to replicate the package status to
+	another installation by using '--clear-selections'.
+
 2006-04-10  Andrew Suffield  <asuffield@debian.org>
 2006-04-10  Andrew Suffield  <asuffield@debian.org>
 
 
 	* C/dpkg.1: Document the new '--clear-selections' option.
 	* C/dpkg.1: Document the new '--clear-selections' option.