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
Samuel Thibault
mariadb-10.1
Commits
a3b56139
Commit
a3b56139
authored
Apr 19, 2014
by
Otto Kekäläinen
Browse files
Fix more Lintian warnings
parent
a2d8306b
Changes
5
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
a3b56139
...
...
@@ -270,6 +270,7 @@ Description: Connect storage engine for MariaDB
Connect
engine
supports
a
number
of
file
formats
(
dbf
,
xml
,
txt
,
bin
,
etc
),
connections
to
ODBC
tables
and
remote
MySQL
tables
,
as
well
as
a
number
of
other
interesting
features
.
This
package
contains
the
Connect
plugin
for
MariaDB
.
Package
:
mariadb
-
oqgraph
-
engine
-
10.0
Architecture
:
any
...
...
@@ -277,6 +278,7 @@ Depends: libjudydebian1,
mariadb
-
server
-
10.0
(>=
${
source
:
Version
}),
${
misc
:
Depends
},
${
shlibs
:
Depends
}
Description
:
O
qg
raph
storage
engine
for
MariaDB
The
OQG
RAPH
engine
is
a
computation
engine
plugin
for
handling
hierarchies
Description
:
O
QG
raph
storage
engine
for
MariaDB
The
OQG
raph
engine
is
a
computation
engine
plugin
for
handling
hierarchies
(
trees
)
and
graphs
(
friend
-
of
-
a
-
friend
,
etc
)
cleanly
through
standard
SQL
.
This
package
contains
the
OQGraph
plugin
for
MariaDB
.
debian/mariadb-client-10.0.lintian-overrides
View file @
a3b56139
...
...
@@ -6,3 +6,8 @@ mariadb-client-10.0: embedded-library usr/bin/mysqlshow: libmysqlclient
mariadb-client-10.0: embedded-library usr/bin/mysqlslap: libmysqlclient
# OK, newer Debian should support xz
mariadb-client-10.0: data.tar.xz-member-without-dpkg-pre-depends
# Symlink to mysqlcheck, which does have a manpage
mariadb-client-10.0: binary-without-manpage usr/bin/innochecksum
mariadb-client-10.0: binary-without-manpage usr/bin/mysqlanalyze
mariadb-client-10.0: binary-without-manpage usr/bin/mysqloptimize
mariadb-client-10.0: binary-without-manpage usr/bin/mysqlrepair
debian/mariadb-server-10.0.lintian-overrides
View file @
a3b56139
...
...
@@ -2,3 +2,9 @@
mariadb-server-10.0: embedded-library usr/bin/mysqlbinlog: libmysqlclient
# OK in neẃer Debian, includes support for xz
mariadb-server-10.0: data.tar.xz-member-without-dpkg-pre-depends
# ash's buildin has no "-e" so use /bin/echo
mariadb-server-10.0: command-with-path-in-maintainer-script postinst:195 /bin/echo
mariadb-server-10.0: command-with-path-in-maintainer-script postinst:209 /bin/echo
mariadb-server-10.0: command-with-path-in-maintainer-script postinst:217 /bin/echo
# mysql_plugin is a symlink and does not need its own manpage
mariadb-server-10.0: binary-without-manpage usr/bin/mysql_plugin
debian/mariadb-server-10.0.postinst
View file @
a3b56139
...
...
@@ -4,7 +4,7 @@
if
[
-n
"
$DEBIAN_SCRIPT_DEBUG
"
]
;
then
set
-v
-x
;
DEBIAN_SCRIPT_TRACE
=
1
;
fi
${
DEBIAN_SCRIPT_TRACE
:+
echo
"#42#DEBUG# RUNNING
$0
$*
"
1>&2
}
export
PATH
=
$PATH
:/sbin:/usr/sbin:/bin:/usr/bin
# This command can be used as pipe to syslog. With "-s" it also logs to stderr.
...
...
@@ -141,10 +141,10 @@ EOF
# This will fail if we are upgrading an existing database; in this case
# mysql_upgrade, called from the /etc/init.d/mysql start script, will
# handle things.
# Debian: beware of the bashisms...
# Debian: can safely run on upgrades with existing databases
# Debian: beware of the bashisms...
# Debian: can safely run on upgrades with existing databases
set
+e
/bin/
bash /usr/bin/mysql_install_db
--rpm
--user
=
mysql 2>&1 |
$ERR_LOGGER
bash /usr/bin/mysql_install_db
--rpm
--user
=
mysql 2>&1 |
$ERR_LOGGER
set
-e
## On every reconfiguration the maintenance user is recreated.
...
...
@@ -165,7 +165,7 @@ EOF
# the old query which always succeeds and then the new which may or may not.
# recreate the credentials file if not present or without mysql_upgrade stanza
dc
=
$mysql_cfgdir
/debian.cnf
;
dc
=
$mysql_cfgdir
/debian.cnf
;
if
[
-e
"
$dc
"
-a
-n
"
`
fgrep mysql_upgrade
$dc
2>/dev/null
`
"
]
;
then
pass
=
"
`
sed
-n
's/^[ ]*password *= *// p'
$dc
|
head
-n
1
`
"
else
...
...
debian/mariadb-test-10.0.dirs
View file @
a3b56139
...
...
@@ -19,13 +19,6 @@ usr/share/mysql/mysql-test/suite/parts
usr/share/mysql/mysql-test/suite/parts/inc
usr/share/mysql/mysql-test/suite/parts/t
usr/share/mysql/mysql-test/suite/parts/r
usr/share/mysql/mysql-test/suite/rpl_ndb
usr/share/mysql/mysql-test/suite/rpl_ndb/t
usr/share/mysql/mysql-test/suite/rpl_ndb/r
usr/share/mysql/mysql-test/suite/bugs
usr/share/mysql/mysql-test/suite/bugs/t
usr/share/mysql/mysql-test/suite/bugs/r
usr/share/mysql/mysql-test/suite/bugs/data
usr/share/mysql/mysql-test/suite/rpl
usr/share/mysql/mysql-test/suite/rpl/t
usr/share/mysql/mysql-test/suite/rpl/r
...
...
@@ -46,12 +39,7 @@ usr/share/mysql/mysql-test/suite/jp/t
usr/share/mysql/mysql-test/suite/jp/r
usr/share/mysql/mysql-test/suite/jp/include
usr/share/mysql/mysql-test/suite/jp/std_data
usr/share/mysql/mysql-test/suite/ndb
usr/share/mysql/mysql-test/suite/ndb/t
usr/share/mysql/mysql-test/suite/ndb/r
usr/share/mysql/mysql-test/suite/maria
usr/share/mysql/mysql-test/suite/maria/t
usr/share/mysql/mysql-test/suite/maria/r
usr/share/mysql/mysql-test/suite/funcs_2
usr/share/mysql/mysql-test/suite/funcs_2/lib
usr/share/mysql/mysql-test/suite/funcs_2/t
...
...
@@ -63,9 +51,6 @@ usr/share/mysql/mysql-test/suite/binlog
usr/share/mysql/mysql-test/suite/binlog/t
usr/share/mysql/mysql-test/suite/binlog/r
usr/share/mysql/mysql-test/suite/binlog/std_data
usr/share/mysql/mysql-test/suite/ndb_team
usr/share/mysql/mysql-test/suite/ndb_team/t
usr/share/mysql/mysql-test/suite/ndb_team/r
usr/share/mysql/mysql-test/suite/federated
usr/share/mysql/mysql-test/suite/funcs_1
usr/share/mysql/mysql-test/suite/funcs_1/cursors
...
...
@@ -83,9 +68,6 @@ usr/share/mysql/mysql-test/suite/vcol/inc
usr/share/mysql/mysql-test/suite/vcol/t
usr/share/mysql/mysql-test/suite/vcol/r
usr/share/mysql/mysql-test/suite/oqgraph
usr/share/mysql/mysql-test/suite/oqgraph/t
usr/share/mysql/mysql-test/suite/oqgraph/r
usr/share/mysql/mysql-test/suite/oqgraph/include
usr/share/mysql/mysql-test/std_data
usr/share/mysql/mysql-test/std_data/ndb_backup50
usr/share/mysql/mysql-test/std_data/parts
...
...
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