Skip to content

Commit 97cd583

Browse files
committed
Deb: Sync non-functional changes from official Debian 10.4 packaging
- Update comment strings - Extend package description to satisfy Lintian complaint - Remove uscan stanza from rules as it is never used anyway
1 parent ffd3609 commit 97cd583

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

debian/additions/debian-start

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ fi
1515

1616
MYSQL="/usr/bin/mysql --defaults-file=/etc/mysql/debian.cnf"
1717
MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf"
18+
# Don't run full mysql_upgrade on every server restart, use --version-check to do it only once
1819
MYUPGRADE="/usr/bin/mysql_upgrade --defaults-extra-file=/etc/mysql/debian.cnf --version-check"
1920
MYCHECK="/usr/bin/mysqlcheck --defaults-file=/etc/mysql/debian.cnf"
2021
MYCHECK_SUBJECT="WARNING: mysqlcheck has found corrupt tables"

debian/control

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,8 @@ Depends: libcrack2 (>= 2.9.0),
718718
Description: CrackLib Password Validation Plugin for MariaDB
719719
This password validation plugin uses cracklib to allow only
720720
sufficiently secure (as defined by cracklib) user passwords in MariaDB.
721+
.
722+
Install and configure this to enforce stronger passwords for MariaDB users.
721723

722724
Package: mariadb-test
723725
Architecture: any
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
The examples directory includes files that might be needed by some
22
developers:
33
- the example file udf_example.c
4+
5+
For more information, see MariaDB Connector/C docs at:
6+
https://github.com/MariaDB/mariadb-connector-c/wiki/libmysql_libmariadb

debian/rules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ override_dh_installinit-arch:
163163
override_dh_installcron-arch:
164164
dh_installcron --name mysql-server
165165

166-
get-orig-source:
167-
uscan --force-download --verbose
168-
169166
# If a file is not supposed to be included anywhere, add it to the not-installed
170167
# file and document the reason. Note that dh_install supports the above mentioned
171168
# white list file only starting from Debian Stretch and Ubuntu Xenial.

0 commit comments

Comments
 (0)