Skip to content
Snippets Groups Projects
Commit 7715b754 authored by Björn Boschman's avatar Björn Boschman
Browse files

* Removed hardening-wrapper from build-deps.

 This seems to be obsolete build variant.
 New variant has been documented at
 https://wiki.debian.org/Hardening
* Added python dep for mysql-testsuite-5.6.
parent 7788c593
Branches
Tags
No related merge requests found
mysql-5.6 (5.6.20-1~exp1) experimental; urgency=low
[ Norvald H. Ryeng ]
* Remove unused build options.
* Add libedit dependency to mysql-client-core-5.6.
......@@ -7,6 +8,8 @@ mysql-5.6 (5.6.20-1~exp1) experimental; urgency=low
[ Bjoern Boschman ]
* New upstream release.
* Removed hardening-wrapper from build-deps.
* Added python dep for mysql-testsuite-5.6.
[ Robie Basak ]
* Add dep8 smoke test.
......@@ -22,7 +25,7 @@ mysql-5.6 (5.6.20-1~exp1) experimental; urgency=low
- Add Apport hook.
* Temporarily disable upstream testsuite dep8 test.
-- Bjoern Boschman <bjoern@boschman.de> Tue, 26 Aug 2014 11:43:32 +0200
-- Bjoern Boschman <bjoern@boschman.de> Wed, 03 Sep 2014 10:57:11 +0200
mysql-5.6 (5.6.19-1~exp1) experimental; urgency=low
......
......@@ -13,7 +13,6 @@ Build-Depends:
debhelper (>= 8.1.3~),
dh-apparmor,
gawk,
hardening-wrapper,
libaio-dev[linux-any],
libedit-dev,
libncurses5-dev (>= 5.0-6),
......@@ -228,8 +227,9 @@ Architecture: any
Depends:
mysql-client-5.6 (= ${binary:Version}),
mysql-server-5.6 (= ${binary:Version}),
python,
${misc:Depends},
${shlibs:Depends}
${shlibs:Depends},
Provides: virtual-mysql-testsuite
Breaks: mysql-testsuite-5.5, virtual-mysql-testsuite
Replaces: mysql-testsuite-5.5, virtual-mysql-testsuite
......
#!/usr/bin/make -f
export DH_VERBOSE=1
export DEB_BUILD_HARDENING=1
PACKAGE:=mysql-5.6
# enable Debian Hardening
# see: https://wiki.debian.org/Hardening
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
TMP:=$(CURDIR)/debian/tmp/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment