diffutils 1:3.12-ok2 source package in openKylin
Changelog
diffutils (1:3.12-ok2) huanghe; urgency=medium * 跳过riscv64的测试 -- tangxiaofeng <email address hidden> Fri, 13 Mar 2026 14:54:05 +0800
diffutils (1:3.12-ok2) huanghe; urgency=medium * 跳过riscv64的测试 -- tangxiaofeng <email address hidden> Fri, 13 Mar 2026 14:54:05 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | utils |
| File | Size | SHA-256 Checksum |
|---|---|---|
| diffutils_3.12.orig.tar.xz | 1.8 MiB | 7c8b7f9fc8609141fdea9cece85249d308624391ff61dedaf528fcb337727dfd |
| diffutils_3.12.orig.tar.xz.asc | 833 bytes | ad05b321b2f23441275af68072123a5907b05ad989335a9f1f6e3781cb0846a6 |
| diffutils_3.12-ok2.debian.tar.xz | 8.7 KiB | dcc9bf1683f21fa83507186bd9876b961e8890c34509fa69a2aae7675c792d17 |
| diffutils_3.12-ok2.dsc | 2.0 KiB | 36ca7bfe8c2f4da8f49fffd916d4cfe7006c515bd59ac75eececf84134250008 |
The diffutils package provides the diff, diff3, sdiff, and cmp programs.
.
`diff' shows differences between two files, or each corresponding file
in two directories. `cmp' shows the offsets and line numbers where
two files differ. `cmp' can also show all the characters that
differ between the two files, side by side. `diff3' shows differences
among three files. `sdiff' merges two files interactively.
.
The set of differences produced by `diff' can be used to distribute
updates to text files (such as program source code) to other people.
This method is especially useful when the differences are small compared
to the complete files. Given `diff' output, the `patch' program can
update, or "patch", a copy of the file.
This package contains the HTML documentation for GNU diffutils.