diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 16:58:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 16:58:42 +0000 |
commit | ac2362a43efda702f9b8756ead4d3517d80f823f (patch) | |
tree | d1570f914349a9a14dfb63cf53e17863101b99ac /debian/control | |
parent | Adding upstream version 9.4. (diff) | |
download | coreutils-ac2362a43efda702f9b8756ead4d3517d80f823f.tar.xz coreutils-ac2362a43efda702f9b8756ead4d3517d80f823f.zip |
Adding debian version 9.4-3.debian/9.4-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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..87e41e4 --- /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, libssl-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 |