Skip to content

Commit 1960f7b

Browse files
illuusiogrooverdan
authored andcommitted
MDEV-27033: Clean lintian 'extended-description-is-empty' errors
Fix Debian lintian errors: E: mariadb-plugin-provider-bzip2: extended-description-is-empty E: mariadb-plugin-provider-lz4: extended-description-is-empty E: mariadb-plugin-provider-lzma: extended-description-is-empty E: mariadb-plugin-provider-lzo: extended-description-is-empty E: mariadb-plugin-provider-snappy: extended-description-is-empty by adding Debian Policy Manual section 3.4 (The description of a package) extended descriptions to mariadb-plugin-provide-* packages
1 parent bf8dc0b commit 1960f7b

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

debian/control

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,34 +944,69 @@ Depends: mariadb-server-10.7,
944944
${misc:Depends},
945945
${shlibs:Depends}
946946
Description: BZip2 compression support in the server and storage engines
947+
The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga,
948+
can use different compression libraries.
949+
.
950+
Plugin provides BZip2 (https://sourceware.org/bzip2/) compression
951+
.
952+
Note that these affect InnoDB and Mroonga only;
953+
RocksDB still uses the compression algorithms from its own library
947954

948955
Package: mariadb-plugin-provider-lz4
949956
Architecture: any
950957
Depends: mariadb-server-10.7,
951958
${misc:Depends},
952959
${shlibs:Depends}
953960
Description: LZ4 compression support in the server and storage engines
961+
The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga,
962+
can use different compression libraries.
963+
.
964+
Plugin provides LZ4 (http://lz4.github.io/lz4/) compression
965+
.
966+
Note that these affect InnoDB and Mroonga only;
967+
RocksDB still uses the compression algorithms from its own library
954968

955969
Package: mariadb-plugin-provider-lzma
956970
Architecture: any
957971
Depends: mariadb-server-10.7,
958972
${misc:Depends},
959973
${shlibs:Depends}
960974
Description: LZMA compression support in the server and storage engines
975+
The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga,
976+
can use different compression libraries.
977+
.
978+
Plugin provides LZMA (https://tukaani.org/lzma/) compression
979+
.
980+
Note that these affect InnoDB and Mroonga only;
981+
RocksDB still uses the compression algorithms from its own library
961982

962983
Package: mariadb-plugin-provider-lzo
963984
Architecture: any
964985
Depends: mariadb-server-10.7,
965986
${misc:Depends},
966987
${shlibs:Depends}
967988
Description: LZO compression support in the server and storage engines
989+
The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga,
990+
can use different compression libraries.
991+
.
992+
Plugin provides LZO (http://www.oberhumer.com/opensource/lzo/) compression
993+
.
994+
Note that these affect InnoDB and Mroonga only;
995+
RocksDB still uses the compression algorithms from its own library
968996

969997
Package: mariadb-plugin-provider-snappy
970998
Architecture: any
971999
Depends: mariadb-server-10.7,
9721000
${misc:Depends},
9731001
${shlibs:Depends}
9741002
Description: Snappy compression support in the server and storage engines
1003+
The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga,
1004+
can use different compression libraries.
1005+
.
1006+
Plugin provides Snappy (https://github.com/google/snappy) compression
1007+
.
1008+
Note that these affect InnoDB and Mroonga only;
1009+
RocksDB still uses the compression algorithms from its own library
9751010

9761011
Package: mariadb-test
9771012
Architecture: any

0 commit comments

Comments
 (0)