Skip to content

Commit cb7b03b

Browse files
committed
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.
1 parent eca8c32 commit cb7b03b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Build-Depends: bison,
99
debhelper,
1010
dpatch,
1111
gawk,
12-
hardening-wrapper,
1312
libjemalloc-dev (>= 3.0.0),
1413
libncurses5-dev (>= 5.0-6),
1514
libpam0g-dev,

debian/dist/Debian/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/make -f
22

33
export DH_VERBOSE=1
4-
export DEB_BUILD_HARDENING=1
54

65
PACKAGE=mariadb-10.0
76

debian/dist/Ubuntu/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/make -f
22

33
export DH_VERBOSE=1
4-
export DEB_BUILD_HARDENING=1
54

65
PACKAGE=mariadb-10.0
76

0 commit comments

Comments
 (0)