Skip to content
Permalink
Browse files
After-merge fix
The merge commit ded128a failed to adjust
commit 9d18b62 in debian/rules.
We must adjust the build path, which is derived from the package name,
which contains the major version number.
  • Loading branch information
dr-m committed Jan 21, 2020
1 parent f52bf92 commit acc4da9
Showing 1 changed file with 2 additions and 2 deletions.
@@ -148,8 +148,8 @@ endif

override_dh_fixperms:
dh_fixperms
chmod 04755 debian/mariadb-server-10.4/usr/lib/mysql/plugin/auth_pam_tool_dir/auth_pam_tool
chmod 0700 debian/mariadb-server-10.4/usr/lib/mysql/plugin/auth_pam_tool_dir
chmod 04755 debian/mariadb-server-10.5/usr/lib/mysql/plugin/auth_pam_tool_dir/auth_pam_tool
chmod 0700 debian/mariadb-server-10.5/usr/lib/mysql/plugin/auth_pam_tool_dir

override_dh_installlogrotate-arch:
dh_installlogrotate --name mysql-server

0 comments on commit acc4da9

Please sign in to comment.