mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-25 01:04:05 +00:00
f4523640a7
zxcatexport.pl, zxcatimport.pl and zxcatCopyCloneList.pl load Capture::Tiny at top level. The deb ships them on every architecture and declared nothing for it. Signed-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>
16 lines
575 B
Plaintext
16 lines
575 B
Plaintext
Source: xcat-client
|
|
Section: admin
|
|
Priority: extra
|
|
Maintainer: xCAT <xcat-user@lists.sourceforge.net>
|
|
Build-Depends: debhelper (>= 9)
|
|
Standards-Version: 3.9.4
|
|
|
|
Package: xcat-client
|
|
Architecture: all
|
|
Depends: ${perl:Depends}, perl-xcat (>= 2.13-snap000000000000), libcapture-tiny-perl
|
|
Recommends: libsort-versions-perl, nmap
|
|
Description: Core executables and data of the xCAT management project
|
|
xCAT-client provides the fundamental xCAT commands (chtab, chnode, rpower,
|
|
etc) helpful in administrating systems at scale, with particular attention
|
|
paid to large HPC clusters.
|