From: Tollef Fog Heen Date: Sun, 29 Sep 2013 14:11:22 +0000 (+0200) Subject: Imported Debian patch 3.7-13 X-Git-Tag: debian/3.7-13 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b84e9dae7438a51c4437283b2e0682cdd4fa573;p=sash Imported Debian patch 3.7-13 --- diff --git a/debian/changelog b/debian/changelog index c596f16..39cba90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sash (3.7-13) unstable; urgency=low + + * Update to debhelper compat version 9, which adds hardening. + * Update to newer Standards-Version, add Built-Using field. + + -- Tollef Fog Heen Sun, 29 Sep 2013 16:11:22 +0200 + sash (3.7-12) unstable; urgency=low * Update lintian overrides for new names. diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index fc1adb3..4992332 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: sash Section: shells Priority: optional Maintainer: Tollef Fog Heen -Standards-Version: 3.8.0 -Build-Depends: zlib1g-dev (>= 1:1.2.2-7), debhelper (>= 8), +Standards-Version: 3.9.4 +Build-Depends: zlib1g-dev (>= 1:1.2.2-7), debhelper (>= 9), e2fslibs-dev [!kfreebsd-amd64 !kfreebsd-i386], kfreebsd-kernel-headers [kfreebsd-amd64 kfreebsd-i386] @@ -13,6 +13,7 @@ Section: shells Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: doc-debian +Built-Using: ${built-using} Description: Stand-alone shell sash serves as an interactive substitute for /bin/sh, for use when /bin/sh is unusable. It's statically linked, and includes many standard diff --git a/debian/rules b/debian/rules index b4da5d2..0903e46 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,8 @@ pkgdir := `pwd`/debian/sash +BUILT_USING := $(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W zlib1g-dev libc6-dev) + %: dh $@ @@ -14,3 +16,6 @@ override_dh_auto_install: override_dh_install: dh_install install -m 0644 debian/lintian-overrides $(pkgdir)/usr/share/lintian/overrides/sash + +override_dh_gencontrol: + dh_gencontrol -- -V"built-using=$(BUILT_USING)"