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
Faustin Lammler
mariadb-10.1
Commits
62a3df70
Commit
62a3df70
authored
Jan 10, 2016
by
Otto Kekäläinen
Browse files
Rename and install apport hook correctly
parent
57654c88
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/mariadb
-server
-10.0.py
→
debian/
additions/source_
mariadb-10.0.py
View file @
62a3df70
File moved
debian/changelog
View file @
62a3df70
...
@@ -16,6 +16,7 @@ mariadb-10.0 (10.0.23-2) UNRELEASED; urgency=low
...
@@ -16,6 +16,7 @@ mariadb-10.0 (10.0.23-2) UNRELEASED; urgency=low
with
breaks
/
replaces
to
allow
smooth
upgrades
(
Closes
:
#
793977
).
with
breaks
/
replaces
to
allow
smooth
upgrades
(
Closes
:
#
793977
).
*
Update
slow_query_log_file
configuration
syntax
to
match
upstream
's. Also
*
Update
slow_query_log_file
configuration
syntax
to
match
upstream
's. Also
fixes #677222 in MariaDB packages.
fixes #677222 in MariaDB packages.
* Rename and install Apport hook correctly
-- Otto Kekäläinen <otto@seravo.fi> Mon, 28 Dec 2015 09:51:36 +0200
-- Otto Kekäläinen <otto@seravo.fi> Mon, 28 Dec 2015 09:51:36 +0200
...
...
debian/mariadb-server-10.0.install
View file @
62a3df70
...
@@ -3,6 +3,7 @@ debian/additions/debian-start.inc.sh usr/share/mysql
...
@@ -3,6 +3,7 @@ debian/additions/debian-start.inc.sh usr/share/mysql
debian
/
additions
/
echo_stderr
usr
/
share
/
mysql
debian
/
additions
/
echo_stderr
usr
/
share
/
mysql
debian
/
additions
/
mariadb
.
conf
.
d
/
50
-
mysqld_safe
.
cnf
etc
/
mysql
/
mariadb
.
conf
.
d
debian
/
additions
/
mariadb
.
conf
.
d
/
50
-
mysqld_safe
.
cnf
etc
/
mysql
/
mariadb
.
conf
.
d
debian
/
additions
/
mariadb
.
conf
.
d
/
50
-
server
.
cnf
etc
/
mysql
/
mariadb
.
conf
.
d
debian
/
additions
/
mariadb
.
conf
.
d
/
50
-
server
.
cnf
etc
/
mysql
/
mariadb
.
conf
.
d
debian
/
additions
/
source_mariadb
-
10.0.
py
usr
/
share
/
apport
/
package
-
hooks
etc
/
apparmor
.
d
/
usr
.
sbin
.
mysqld
etc
/
apparmor
.
d
/
usr
.
sbin
.
mysqld
usr
/
bin
/
aria_chk
usr
/
bin
/
aria_chk
usr
/
bin
/
aria_dump_log
usr
/
bin
/
aria_dump_log
...
...
debian/rules
View file @
62a3df70
...
@@ -135,9 +135,6 @@ override_dh_auto_install:
...
@@ -135,9 +135,6 @@ override_dh_auto_install:
# rename and install AppArmor profile
# rename and install AppArmor profile
install -D -m 644 debian/apparmor-profile $(TMP)/etc/apparmor.d/usr.sbin.mysqld
install -D -m 644 debian/apparmor-profile $(TMP)/etc/apparmor.d/usr.sbin.mysqld
# rename and install Apport hook
install -D -m 644 debian/mariadb-server-10.0.py $(TMP)/usr/share/apport/package-hooks/source_mariadb-10.0.py
touch $@
touch $@
override_dh_installlogrotate-arch:
override_dh_installlogrotate-arch:
...
...
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