diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:11:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:11:48 +0000 |
commit | 6bf38b4442e4dc8b32ca3cc223fd4c95a35a8b19 (patch) | |
tree | 23ccaf0bd32691ded0bf37edd1a83f010eee5871 /debian/control | |
parent | Adding upstream version 9.1. (diff) | |
download | coreutils-6bf38b4442e4dc8b32ca3cc223fd4c95a35a8b19.tar.xz coreutils-6bf38b4442e4dc8b32ca3cc223fd4c95a35a8b19.zip |
Adding debian version 9.1-1.debian/9.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..05976e0 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: coreutils +Maintainer: Michael Stone <mstone@debian.org> +Section: utils +Priority: required +Standards-Version: 4.5.0 +Build-Depends: gettext (>= 0.10.37), debhelper-compat (= 13), texinfo (>= 4.2), groff, libattr1-dev [linux-any], libacl1-dev [linux-any], libselinux1-dev (>= 1.32) [linux-any], gperf, bison, libgmp3-dev + +Package: coreutils +Architecture: any +Multi-Arch: foreign +Pre-Depends: ${shlibs:Depends}, ${misc:Pre-Depends} +Essential: yes +Depends: ${misc:Depends} +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 numfmt + od paste pathchk pinky pr printenv printf ptx pwd readlink realpath 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 +Homepage: http://gnu.org/software/coreutils |