Package: sgt-puzzles Version: 20140928.r10274-1 Severity: minor Tags: patch
Dear maintainer, Attached you'll find a patch file that removes the Lintian warning 'hardening- no-relro'. With kind regards, Roland Clobus -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'testing-updates') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16-2-amd64 (SMP w/8 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages sgt-puzzles depends on: ii libatk1.0-0 2.14.0-1 ii libc6 2.19-11 ii libcairo2 1.12.16-5 ii libfontconfig1 2.11.0-6.1 ii libfreetype6 2.5.2-2 ii libgdk-pixbuf2.0-0 2.31.1-2+b1 ii libglib2.0-0 2.42.0-2 ii libgtk2.0-0 2.24.25-1 ii libpango-1.0-0 1.36.8-2 ii libpangocairo-1.0-0 1.36.8-2 ii libpangoft2-1.0-0 1.36.8-2 Versions of packages sgt-puzzles recommends: ii iceweasel [www-browser] 31.1.0esr-1 ii w3m [www-browser] 0.5.3-17 ii yelp 3.14.1-1 sgt-puzzles suggests no packages. -- no debconf information
--- debian/rules.orig 2014-10-01 23:04:48.000000000 +0200 +++ debian/rules 2014-10-31 19:48:50.569433265 +0100 @@ -3,6 +3,8 @@ # We require some bash features override SHELL := /bin/bash +export DEB_BUILD_HARDENING=1 + DEBIAN_VERSION := $(shell dpkg-parsechangelog | sed -r 's/^Version: //; t; d') LANGUAGES := en $(patsubst debian/po/%.po,%,$(wildcard debian/po/*.po))