From 655737466cc3486ab7481a60a5355dfade35c122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 16 Jan 2015 13:00:03 +0100 Subject: Remove useless hardening parts --- debian/changelog | 5 +++-- debian/rules | 4 ---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7b37eb2..df744e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,16 @@ -xbase64 (3.1.2-5) UNRELEASED; urgency=medium +xbase64 (3.1.2-5) unstable; urgency=low * debian/rules: - Rename arch-dependent file xbconfig.h to xbconfig-[MULTIARCH].h (Closes: #762233). + - Remove useless hardening parts. * Add year 2015 to debian/copyright. * Remove debian/source/options because compression xz is standard now. * debian/control: - Bump Standards-Version to 3.9.6 (no changes required). - Change Vcs-Browser to cgit. - -- Jörg Frings-Fürst Sat, 20 Sep 2014 09:36:45 +0200 + -- Jörg Frings-Fürst Fri, 16 Jan 2015 12:57:29 +0100 xbase64 (3.1.2-4) unstable; urgency=low diff --git a/debian/rules b/debian/rules index eae81b9..569555a 100755 --- a/debian/rules +++ b/debian/rules @@ -6,9 +6,6 @@ #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all -DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk - ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s @@ -18,7 +15,6 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) confflags = --prefix=/usr --mandir=\$${prefix}/share/man --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --enable-static $(shell dpkg-buildflags --export=cmdline) - %: dh $@ --with autoreconf -- cgit v1.2.3