1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
Description: Select packages for Debian.
(manpages from propcs)
+ Set procps superior to util-linux.
+ (kill.1, uptime.1 from procps)
Set procps superior to coreutils.
+ (hostname.1 from hostname)
Set net-tools (similar documentation) superior to coreutils.
+ (groups.1, id.1 from coreutils)
Set coreutils superior to shadow.
(manpages from sysvinit)
+ Keep sysvinit superior to util-linux
(while wall.1 is from bsdutils (util-linux) ...).
+ (sulogin.8 from sysvinit)
Set sysvinit superior to shadow.
+ (tailf.1 from util-linux)
Set apmd inferior to util-linux.
+ (write.1 from util-linux)
Set netkit inferior to util-linux.
+ (ld.so.8, ldconfig.8, ldd.1 from eglibc)
Leave ld.so (removed from etch).
(manpages from man-db)
+ Exclude man (not in Debian).
+ Keep man-db excluded (translations are included in the package).
(nfs)
+ (rquotad.8 from quota)
Set quota superior to nfs-utils.
+ Set nfs-utils superior to nfs-server (removed from squeeze).
(pcmcia)
+ Exclude pcmcia-cs (removed from lenny).
(ftp)
+ (ftpd.8 from ftp-server's)
Set netkit superior to wu-ftpd (removed from wheezy).
Author: YOSHINO Yoshihito <yy.y.ja.jp@gmail.com>
Forwarded: not-needed
Last-Update: 2015-12-13
Index: manpages-ja/script/pkgs.list
===================================================================
--- manpages-ja.orig/script/pkgs.list
+++ manpages-ja/script/pkgs.list
@@ -6,8 +6,11 @@
# 上に書いたパッケージが、重複ページの選択時にも上に来る
# (i.e. 優先される) ことになります。
#
-shadow Y
+procps Y
+net-tools Y
GNU_coreutils Y
+SysVinit Y
+shadow Y
gnumaniak Y
GNU_bash Y
GNU_bc Y
@@ -37,9 +40,7 @@ GNU_texinfo Y
GNU_textutils N
GNU_uucp Y
LDP_man-pages Y
-SysVinit Y
acl Y
-apmd Y
at Y
autofs Y
bind Y
@@ -81,7 +82,7 @@ linux-man9 Y
logrotate Y
lpr-linux Y
majordomo Y
-man Y
+man N
man-db N
microcode_ctl Y
mirrordir Y
@@ -90,19 +91,16 @@ modutils N
mpg123 Y
ncftp Y
ncurses Y
-net-tools Y
netatalk Y
-netkit Y
-nfs-server Y
+quota Y
nfs-utils Y
+nfs-server Y
pciutils Y
-pcmcia-cs Y
+pcmcia-cs N
ppp Y
procinfo Y
procmail Y
-procps Y
psmisc Y
-quota Y
rdate Y
reiserfsprogs Y
rp-pppoe Y
@@ -119,8 +117,10 @@ tcpdump Y
tcsh Y
ucd-snmp Y
util-linux Y
+apmd Y
uudeview Y
vsftpd Y
+netkit Y
wu-ftpd Y
xinetd Y
yp-tools Y
|