Преглед изворни кода

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

Guillem Jover пре 20 година
родитељ
комит
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.
   * Add new '--clear-selections' option to dpkg (Andrew Suffield).
     Closes: #112388
+  * Use '--clear-selections' in the dpkg man page example on how to transfer
+    the status to another installation. Closes: #137442
 
   [ 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
 with:
 .br
+\fB     dpkg \-\-clear\-selections\fP
 \fB     dpkg \-\-set\-selections <myselections\fP
 .br
+
 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

+ 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>
 
 	* C/dpkg.1: Document the new '--clear-selections' option.