Commit 9c069708 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Fixed multiple minor Lintian complains

parent 78a6c3f6
...@@ -12,8 +12,7 @@ Build-Depends: bison, ...@@ -12,8 +12,7 @@ Build-Depends: bison,
dh-apparmor, dh-apparmor,
hardening-wrapper, hardening-wrapper,
libaio-dev [linux-any], libaio-dev [linux-any],
libjemalloc-dev (>= 3.0.0), libjemalloc-dev (>= 3.0.0) [linux-any],
libjemalloc-dev [linux-any],
libncurses5-dev (>= 5.0-6), libncurses5-dev (>= 5.0-6),
libpam0g-dev, libpam0g-dev,
libreadline-gplv2-dev, libreadline-gplv2-dev,
...@@ -26,8 +25,8 @@ Build-Depends: bison, ...@@ -26,8 +25,8 @@ Build-Depends: bison,
zlib1g-dev (>= 1:1.1.3-5) zlib1g-dev (>= 1:1.1.3-5)
Standards-Version: 3.9.5 Standards-Version: 3.9.5
Homepage: http://mariadb.org/ Homepage: http://mariadb.org/
Vcs-Git: git://git.debian.org/git/pkg-mysql/mariadb-5.5.git Vcs-Git: git://anonscm.debian.org/pkg-mysql/mariadb-5.5.git
Vcs-Browser: http://git.debian.org/?p=pkg-mysql/mariadb-5.5.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-mysql/mariadb-5.5.git
Package: libmariadbclient18 Package: libmariadbclient18
Section: libs Section: libs
......
# Embedded from same source is OK # Embedded from same source is OK
mariadb-server-5.5: embedded-library usr/bin/mysqlbinlog: libmysqlclient mariadb-server-5.5: embedded-library usr/bin/mysqlbinlog: libmysqlclient
# ash's buildin has no "-e" so use /bin/echo # ash's buildin has no "-e" so use /bin/echo
mariadb-server-5.5: command-with-path-in-maintainer-script postinst:195 /bin/echo mariadb-server-5.5: command-with-path-in-maintainer-script postinst:199 /bin/echo
mariadb-server-5.5: command-with-path-in-maintainer-script postinst:209 /bin/echo mariadb-server-5.5: command-with-path-in-maintainer-script postinst:213 /bin/echo
mariadb-server-5.5: command-with-path-in-maintainer-script postinst:217 /bin/echo mariadb-server-5.5: command-with-path-in-maintainer-script postinst:221 /bin/echo
...@@ -52,9 +52,9 @@ if [ "$1" = "purge" -a ! \( -x /usr/sbin/mysqld -o -L /usr/sbin/mysqld \) ]; the ...@@ -52,9 +52,9 @@ if [ "$1" = "purge" -a ! \( -x /usr/sbin/mysqld -o -L /usr/sbin/mysqld \) ]; the
rm -f /var/log/mysql.{log,err}{,.0,.[1234567].gz} rm -f /var/log/mysql.{log,err}{,.0,.[1234567].gz}
rm -rf /var/log/mysql rm -rf /var/log/mysql
db_input high mysql-server-5.5/postrm_remove_databases || true db_input high maria-server-5.5/postrm_remove_databases || true
db_go || true db_go || true
db_get mysql-server-5.5/postrm_remove_databases || true db_get maria-server-5.5/postrm_remove_databases || true
if [ "$RET" = "true" ]; then if [ "$RET" = "true" ]; then
# never remove the debian.cnf when the databases are still existing # never remove the debian.cnf when the databases are still existing
# else we ran into big trouble on the next install! # else we ran into big trouble on the next install!
...@@ -63,20 +63,7 @@ if [ "$1" = "purge" -a ! \( -x /usr/sbin/mysqld -o -L /usr/sbin/mysqld \) ]; the ...@@ -63,20 +63,7 @@ if [ "$1" = "purge" -a ! \( -x /usr/sbin/mysqld -o -L /usr/sbin/mysqld \) ]; the
rm -rf /var/run/mysqld # this directory is created by the init script, don't leave behind rm -rf /var/run/mysqld # this directory is created by the init script, don't leave behind
userdel mysql || true userdel mysql || true
fi fi
# (normally) Automatically added by dh_installinit
if [ "$1" = "purge" ] ; then
update-rc.d mysql remove >/dev/null || exit 0
fi
# (normally) End automatically added section
fi
# (normally) Automatically added by dh_installdebconf
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_purge
fi fi
# (normally) End automatically added section
#DEBHELPER# #DEBHELPER#
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment