This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=5b6c9ee6bbc95a314b0760b1adf1b34a04f94b2f commit 5b6c9ee6bbc95a314b0760b1adf1b34a04f94b2f Author: Guillem Jover <[email protected]> AuthorDate: Sun May 17 16:54:26 2020 +0200 man: Update dselect methods provided Several got removed in 1.20.0. --- debian/changelog | 1 + man/dselect.man | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 216aaeade..b6300e83f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -72,6 +72,7 @@ dpkg (1.20.1) UNRELEASED; urgency=medium Thanks to Johannes Schauer <[email protected]>. - man: Reword text to reduce length in verbatim code block. - man: Add semicolons before varbatim code blocks. + - man: Update dselect methods provided. Several got removed in 1.20.0. * Code internals: - Use $() in shell or qx() in perl instead of ``. - dpkg-split: Switch part number variables from unsigned int to int. diff --git a/man/dselect.man b/man/dselect.man index 7cd72614f..626aea376 100644 --- a/man/dselect.man +++ b/man/dselect.man @@ -158,8 +158,7 @@ of available commands if running interactively: Choose and configure an access method to access package repositories. .sp By default, \fBdselect\fP provides several methods such -as \fIcdrom\fP, \fImulti_cd\fP, \fInfs\fP, \fImulti_nfs\fP, \fIharddisk\fP, -\fImounted\fP, \fImulti_mount\fP or \fIftp\fP, but other +as \fImulti_cd\fP, \fImounted\fP or \fIftp\fP, but other packages may provide additional methods, eg. the \fIapt\fP access method provided by the \fBapt\fP(8) package. .sp -- Dpkg.Org's dpkg

