diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 19:14:58 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-08 01:05:35 (EST) |
commit | cd9f5d5289fc7830bc5eafc3e9a17aec402aef2f (patch) | |
tree | 04d3b9274d99b93659c3b0a2b36058fe3ee6d767 /libcom-err.2.pkg/control | |
parent | afaa9df616a6c805f915d52ffc063edd4b8be88a (diff) |
Add packages
Diffstat (limited to 'libcom-err.2.pkg/control')
-rw-r--r-- | libcom-err.2.pkg/control | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libcom-err.2.pkg/control b/libcom-err.2.pkg/control new file mode 100644 index 0000000..ab50425 --- /dev/null +++ b/libcom-err.2.pkg/control @@ -0,0 +1,10 @@ +Architecture: any +Platform: all +Section: lib +Depends: + e2fsprogs-common (= ${Source-Version}), + ${Shlib-Depends}, +Description: Common error description library + libcom_err is an attempt to present a common error-handling mechanism to + manipulate the most common form of error code in a fashion that does not + have the problems identified with mechanisms commonly in use. |