From aad505b485ba900a0b928021acb0e12cca910227 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Dec 2006 18:16:21 -0500 Subject: [PATCH] Imported Debian patch 3.7-7.2 --- debian/changelog | 9 +++++++++ debian/rules | 2 ++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index fe1f4b2..aa2366a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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 Tue, 19 Dec 2006 18:16:21 -0500 + sash (3.7-7.1) unstable; urgency=low * Non-maintainer upload to fix longstanding l10n issues diff --git a/debian/rules b/debian/rules index c01e647..e3d0248 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,8 @@ 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 -- 2.39.5