+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 <tfheen@debian.org> Sun, 29 Sep 2013 16:11:22 +0200
+
sash (3.7-12) unstable; urgency=low
* Update lintian overrides for new names.
Section: shells
Priority: optional
Maintainer: Tollef Fog Heen <tfheen@debian.org>
-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]
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
pkgdir := `pwd`/debian/sash
+BUILT_USING := $(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W zlib1g-dev libc6-dev)
+
%:
dh $@
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)"