diff options
-rw-r--r-- | perl-install/share/list.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/perl-install/share/list.xml b/perl-install/share/list.xml index a0baaa890..91b289ce4 100644 --- a/perl-install/share/list.xml +++ b/perl-install/share/list.xml @@ -1,7 +1,7 @@ <list no-arch-libraries="on"> <from expand="binary"> - ash echo + ash bsh echo cpio gzip bzip2 <if-not ARCH="ppc"> fdisk @@ -55,6 +55,10 @@ hattrib hcopy hcd hformat hmount humount </if> + + <if set="DEBUG_INSTALL"> + strace + </if> </from> <from dir="/usr/X11R6/LIB/modules"> @@ -127,6 +131,10 @@ <from expand="command"> perl -Mlang -I. -le 'print foreach lang::console_font_files()' </from> + + <if set="DEBUG_INSTALL"> + /etc/termcap + </if> </from> <from dir="/usr/share/ldetect-lst"> @@ -258,6 +266,10 @@ Net/FTP/I.pm Net/FTP/dataconn.pm Net/Netrc.pm + <if set="DEBUG_INSTALL"> + perl5db.pl + Term/ReadLine.pm + </if> </from> <from expand="perl"> @@ -270,6 +282,12 @@ ARCH-linux/URPM/Resolve.pm ARCH-linux/URPM/Signature.pm ARCH-linux/auto/URPM/URPM.so + <if set="DEBUG_INSTALL"> + ARCH-linux/Term/ReadLine/Gnu.pm + ARCH-linux/Term/ReadLine/Gnu/XS.pm + ARCH-linux/auto/Term/ReadLine/Gnu/Gnu.so + ARCH-linux/auto/Term/ReadLine/Gnu/XS/autosplit.ix + </if> </from> <from expand="rpm" matching="m!^/usr/lib/perl5! and !/\.pod$/"> |