Parcourir la source

Add dselect.cfg and dpkg.cfg manpages

Wichert Akkerman il y a 24 ans
Parent
commit
33473991b2
5 fichiers modifiés avec 41 ajouts et 1 suppressions
  1. 5 0
      ChangeLog
  2. 1 0
      debian/changelog
  3. 1 1
      man/en/Makefile.in
  4. 17 0
      man/en/dpkg.cfg.5
  5. 17 0
      man/en/dselect.cfg.5

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+Sun Feb 10 01:31:57 CET 2002 Wichert Akkerman <wakkerma@debian.org>
+
+  * man/en/dselect.cfg.5, man/en/dpkg.cfg.5: new files
+  * man/en/Makefile.in: install new manpages
+
 Sun Feb 10 01:16:58 CET 2002 Wichert Akkerman <wakkerma@debian.org>
 
   * scripts/update-alternatives.pl: Improve working of --config output

+ 1 - 0
debian/changelog

@@ -82,6 +82,7 @@ dpkg (1.10) unstable; urgency=low
     when removing a manually selected alternative. Closes: Bug#132632
   * Copy bugs and origin information into status file. Closes: Bug#132714
   * Improve wording of update-alternatives --config text. Closes: Bug#133035
+  * Add manpages for dpkg.cfg and dselect.cfg. Closes: Bug#132901
 
  -- Wichert Akkerman <wakkerma@debian.org>  Mon, 20 Aug 2001 14:54:38 +0200
 

+ 1 - 1
man/en/Makefile.in

@@ -4,7 +4,7 @@ top_srcdir	= @top_srcdir@
 
 include ../../Makefile.conf
 
-MAN5PAGES	= deb-control.5 deb-old.5 deb.5
+MAN5PAGES	= deb-control.5 deb-old.5 deb.5 dpkg.cfg.5 dselect.cfg.5
 
 all:
 

+ 17 - 0
man/en/dpkg.cfg.5

@@ -0,0 +1,17 @@
+.TH DPKG.CFG 5 "February 2002" "Debian Project" "dpkg suite"
+.SH NAME
+dpkg.cfg \- dpkg configuration file
+.SH DESCRIPTION
+This file contains default options for dpkg. Each line contains a
+single option which is exactly the same as a normal commandline
+option for dpkg except for the leading dashes which are not used
+here. Comments are allowed by starting a line with a hash sign
+("\fB#\fR").
+.SH FILES
+.I /etc/dpkg/dpkg.cfg
+~/.dpkg.cfg
+.SH AUTHOR
+See \fB/usr/share/doc/dpkg/THANKS\fP for the list of people who have
+contributed to \fBdpkg\fP .
+.SH SEE ALSO
+.BR dpkg (8)

+ 17 - 0
man/en/dselect.cfg.5

@@ -0,0 +1,17 @@
+.TH DSELECT.CFG 5 "February 2002" "Debian Project" "dpkg suite"
+.SH NAME
+dselect.cfg \- dselect configuration file
+.SH DESCRIPTION
+This file contains default options for dpkg. Each line contains a
+single option which is exactly the same as a normal commandline
+option for dpkg except for the leading dashes which are not used
+here. Comments are allowed by starting a line with a hash sign
+("\fB#\fR").
+.SH FILES
+.I /etc/dselect/dpkg.cfg
+~/.dselect.cfg
+.SH AUTHOR
+See \fB/usr/share/doc/dpkg/THANKS\fP for the list of people who have
+contributed to \fBdpkg\fP .
+.SH SEE ALSO
+.BR dselect (8)