From 24e556cb8d5496e45e1a6f515549f874fd4d8dac Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 30 Aug 2008 13:28:52 +0200 Subject: lfhex 0.4-2 --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/rules | 7 ++++--- 3 files changed, 12 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 3ae4baf..d3b03b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lfhex (0.4-2) unstable; urgency=low + + * Fix FTBFS caused by abs not being in the global namespace anymore on some + platforms since g++-4.3. Patch by Thiemo Seufer. (Closes: #495467) + + -- Tobias Klauser Fri, 22 Aug 2008 20:12:39 +0200 + lfhex (0.4-1) unstable; urgency=low * Initial release (Closes: #483159, #483165) diff --git a/debian/control b/debian/control index 2b11c65..b314829 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: lfhex Section: editors Priority: optional Maintainer: Tobias Klauser -Build-Depends: debhelper (>= 6), libqt4-dev, flex, bison +Build-Depends: debhelper (>= 6), dpatch, libqt4-dev, flex, bison Standards-Version: 3.8.0 Homepage: http://stoopidsimple.com/lfhex diff --git a/debian/rules b/debian/rules index 9111682..238c1c5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f -configure: configure-stamp +include /usr/share/dpatch/dpatch.make + +configure: patch-stamp configure-stamp configure-stamp: dh_testdir @@ -17,7 +19,7 @@ build-stamp: configure-stamp touch $@ -clean: +clean: unpatch dh_testdir dh_testroot rm -f build-stamp configure-stamp @@ -48,7 +50,6 @@ binary-arch: build install dh_installdocs dh_installchangelogs dh_installman debian/lfhex.1 - dh_link dh_strip dh_compress dh_fixperms -- cgit v1.2.3-54-g00ecf