mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 21:55:33 +02:00
MDEV-11164 - hardening-wrapper has been removed from Debian Sid
The hardening-wrapper package has been removed from Debian Sid. Remove dependency and relevant settings.
This commit is contained in:
parent
eca8c324e9
commit
cb7b03b00d
3 changed files with 0 additions and 3 deletions
1
debian/control
vendored
1
debian/control
vendored
|
|
@ -9,7 +9,6 @@ Build-Depends: bison,
|
|||
debhelper,
|
||||
dpatch,
|
||||
gawk,
|
||||
hardening-wrapper,
|
||||
libjemalloc-dev (>= 3.0.0),
|
||||
libncurses5-dev (>= 5.0-6),
|
||||
libpam0g-dev,
|
||||
|
|
|
|||
1
debian/dist/Debian/rules
vendored
1
debian/dist/Debian/rules
vendored
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export DH_VERBOSE=1
|
||||
export DEB_BUILD_HARDENING=1
|
||||
|
||||
PACKAGE=mariadb-10.0
|
||||
|
||||
|
|
|
|||
1
debian/dist/Ubuntu/rules
vendored
1
debian/dist/Ubuntu/rules
vendored
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export DH_VERBOSE=1
|
||||
export DEB_BUILD_HARDENING=1
|
||||
|
||||
PACKAGE=mariadb-10.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue