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 /libblkid.1.pkg/control | |
parent | afaa9df616a6c805f915d52ffc063edd4b8be88a (diff) |
Add packages
Diffstat (limited to 'libblkid.1.pkg/control')
-rw-r--r-- | libblkid.1.pkg/control | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libblkid.1.pkg/control b/libblkid.1.pkg/control new file mode 100644 index 0000000..690d3ab --- /dev/null +++ b/libblkid.1.pkg/control @@ -0,0 +1,11 @@ +Architecture: any +Platform: all +Section: lib +Depends: + e2fsprogs-common (= ${Source-Version}), + ${Shlib-Depends}, +Description: Block device ID library + The blkid library efficiently allows fsck, mke2fs, e2fsck, and tune2fs to be + able to look up LABEL and UUID filesystem specifiers without needing to search + all of the devices in the system. Instead, the device is looked up in a cache + file, and then verified to make sure the blkid cache is correct. |