[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/27.0.1453.110-1-3-g3d75d4c

Giuseppe Iuculano iuculano at debian.org
Sat Jun 29 15:57:52 UTC 2013


The following commit has been merged in the master branch:
commit 3d75d4cebfcf2e684960a3cd83131e11083eaf0d
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Sat Jun 29 17:57:13 2013 +0200

    Remove hardening-wrapper and switch to dpkg-buildflags

diff --git a/debian/control b/debian/control
index d71ffdf..2c2349c 100644
--- a/debian/control
+++ b/debian/control
@@ -60,7 +60,6 @@ Build-Depends: cdbs,
 	libgnome-keyring-dev,
 	libspeex-dev,
 	libspeechd-dev,
-	hardening-wrapper,
 	libxt-dev,
 	libxtst-dev,
 	libpam0g-dev,
diff --git a/debian/rules b/debian/rules
index 1c14540..3f27243 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,11 @@ WANT_SANDBOXING  ?= 1
 USE_SYSTEM_V8    ?= 0
 VERBOSE          ?= 0
 
-export DEB_BUILD_HARDENING=1
+#export DEB_BUILD_HARDENING=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
 #use DEB_BUILD_OPTIONS's parallel=n option (see Policy 4.9.1)
 ifneq (,$(findstring parallel,$(DEB_BUILD_OPTIONS)))
 PARALLEL_JOBS := $(shell echo $(DEB_BUILD_OPTIONS) | \

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list