+sash (3.7-7.2) unstable; urgency=low
+
+ * NMU
+ * Apparently CDBS decided to start overwriting the LDFLAGS setting, which
+ made sash no longer statically linked. Work around this brain-damage.
+ Closes: #403659
+
+ -- Joey Hess <joeyh@debian.org> Tue, 19 Dec 2006 18:16:21 -0500
+
sash (3.7-7.1) unstable; urgency=low
* Non-maintainer upload to fix longstanding l10n issues
pkgdir := `pwd`/debian/sash
DEB_MAKE_INSTALL_TARGET=install BINDIR=$(pkgdir)/bin MANDIR=$(pkgdir)/usr/share/man/man1
+# work around cdbs brain-damage
+LDFLAGS=-static -s
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/debhelper.mk