summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-01-16 13:00:03 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-01-16 13:00:03 +0100
commit655737466cc3486ab7481a60a5355dfade35c122 (patch)
treea2fcb99d48fbdc9646d59aa2552b15951ec76d7b
parent5d7ff407e7aa483d527cd732d0dc712580c65e13 (diff)
Remove useless hardening parts
-rw-r--r--debian/changelog5
-rwxr-xr-xdebian/rules4
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 <debian@jff-webhosting.net> Sat, 20 Sep 2014 09:36:45 +0200
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> 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