Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MariaDB and MySQL Packaging Team
mariadb-5.5
Commits
9c069708
Commit
9c069708
authored
Dec 27, 2014
by
Otto Kekäläinen
Browse files
Fixed multiple minor Lintian complains
parent
78a6c3f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
9c069708
...
@@ -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
:
http
s
://
anonscm
.
debian
.
org
/
cgit
/
pkg
-
mysql
/
mariadb
-
5.5
.
git
Package
:
libmariadbclient18
Package
:
libmariadbclient18
Section
:
libs
Section
:
libs
...
...
debian/mariadb-server-5.5.lintian-overrides
View file @
9c069708
# 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:19
5
/bin/echo
mariadb-server-5.5: command-with-path-in-maintainer-script postinst:19
9
/bin/echo
mariadb-server-5.5: command-with-path-in-maintainer-script postinst:2
09
/bin/echo
mariadb-server-5.5: command-with-path-in-maintainer-script postinst:2
13
/bin/echo
mariadb-server-5.5: command-with-path-in-maintainer-script postinst:21
7
/bin/echo
mariadb-server-5.5: command-with-path-in-maintainer-script postinst:2
2
1 /bin/echo
debian/mariadb-server-5.5.postrm
View file @
9c069708
...
@@ -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 m
ysql
-server-5.5/postrm_remove_databases
||
true
db_input high m
aria
-server-5.5/postrm_remove_databases
||
true
db_go
||
true
db_go
||
true
db_get m
ysql
-server-5.5/postrm_remove_databases
||
true
db_get m
aria
-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#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment