diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:54:58 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:35 +0700 |
commit | 7fb5b225aec712f6f23fb13366a1db417a950a9b (patch) | |
tree | 8a166dd2533466750104acf3cce253bc49620ac4 /development | |
parent | 39fba34998a787947d6477ca75593918e64cb81e (diff) |
development/pkgdiff: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/pkgdiff/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/development/pkgdiff/README b/development/pkgdiff/README index 5f8f4a9d674a0..9531324395d4f 100644 --- a/development/pkgdiff/README +++ b/development/pkgdiff/README @@ -1,11 +1,13 @@ pkgdiff (visualize changes in tgz/rpm/deb/etc archives) Package Changes Analyzer (pkgdiff) - a tool for visualizing changes in -Linux software packages (RPM, DEB, TAR.GZ, etc). The tool is intended for -Linux maintainers who are interested in ensuring compatibility of old and -new versions of packages. It's useful for both source and binary packages. +Linux software packages (RPM, DEB, TAR.GZ, etc). The tool is intended +for Linux maintainers who are interested in ensuring compatibility +of old and new versions of packages. It's useful for both source and +binary packages. -The tool can compare directories as well (with the help of the -d option). +The tool can compare directories as well (with the help of the -d +option). Sample report: https://abi-laboratory.pro/tracker/package_diff/libssh/0.6.5/0.7.0/report.html |