summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2008-08-30 13:28:52 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2008-08-30 13:28:52 +0200
commit24e556cb8d5496e45e1a6f515549f874fd4d8dac (patch)
treed058f652e3f666143e2cb619001099a8c6154ca4
parent2ada69fe971ecc8881d5eb01dfbf337996472c40 (diff)
lfhex 0.4-20.4-2
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules7
3 files changed, 12 insertions, 4 deletions
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 <tklauser@access.unizh.ch> 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 <tklauser@access.unizh.ch>
-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