diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-05-26 05:44:40 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-05-26 05:44:40 +0000 |
commit | c307afb87823bdcf63e04ffae7e8ad740961bd94 (patch) | |
tree | 66b7706c846150c3faf533d6465da68f3833508c /perl-install/share/list.xml | |
parent | 9a718039a1c3b947534896318ec4500c60c5eb2f (diff) | |
download | drakx-c307afb87823bdcf63e04ffae7e8ad740961bd94.tar drakx-c307afb87823bdcf63e04ffae7e8ad740961bd94.tar.gz drakx-c307afb87823bdcf63e04ffae7e8ad740961bd94.tar.bz2 drakx-c307afb87823bdcf63e04ffae7e8ad740961bd94.tar.xz drakx-c307afb87823bdcf63e04ffae7e8ad740961bd94.zip |
- add stuff to enable perl debugging when DEBUG_INSTALL is set
- ash is now a symlink, add bsh
Diffstat (limited to 'perl-install/share/list.xml')
-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$/"> |