diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..21f7590e --- /dev/null +++ b/debian/control @@ -0,0 +1,34 @@ +Source: coreutils +Maintainer: Igor Pashev <pashev.igor@gmail.com> +Section: utils +Priority: required +Standards-Version: 3.9.2.0 +Build-Depends: gettext (>= 0.10.37), + debhelper (>= 9), texinfo (>= 4.2), groff, + libattr1-dev, + libselinux1-dev (>= 1.32) [linux-any], + gperf, bison, + libsec1-dev [illumos-amd64], libacl1-dev [linux-any], +Homepage: http://gnu.org/software/coreutils + +Package: coreutils +Architecture: any +Multi-Arch: foreign +Pre-Depends: ${shlibs:Depends}, ${misc:Pre-Depends} +Essential: yes +Depends: ${misc:Depends} +Replaces: illumos-procps (<= 0.1+13513-22), realpath +Description: GNU core utilities + This package contains the basic file, shell and text manipulation + utilities which are expected to exist on every operating system. + . + Specifically, this package includes: + arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp + csplit cut date dd df dir dircolors dirname du echo env expand expr + factor false flock fmt fold groups head hostid id install join link ln + logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc od + paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir runcon + sha*sum seq shred sleep sort split stat stty sum sync tac tail tee test + timeout touch tr true truncate tsort tty uname unexpand uniq unlink + users vdir wc who whoami yes + |