Dear maintainer,

I attached an updated patch that can be applied with the debian source.

Same approach as before, just added autoreconf. Tested and it's fine.

-- 
Paulo Flabiano Smorigo
IBM Linux Technology Center
diff --git a/debian/control b/debian/control
index fcf95a4..3670f12 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: elk
 Section: devel
 Priority: optional
 Maintainer: Sam Hocevar <s...@debian.org>
-Build-Depends: debhelper (>= 8.0), groff, libelfg0-dev, libx11-dev, 
libxext-dev, libxmu-dev, libxt-dev, libice-dev, libsm-dev, libmotif-dev, 
libgdbm-dev, libxaw7-dev
+Build-Depends: debhelper (>= 8.0), groff, libelfg0-dev, libx11-dev, 
libxext-dev, libxmu-dev, libxt-dev, libice-dev, libsm-dev, libmotif-dev, 
libgdbm-dev, libxaw7-dev, dh-autoreconf
 Standards-Version: 3.9.2
 
 Package: elk
diff --git a/debian/rules b/debian/rules
index 7bf3985..73715aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@
 configure: configure-stamp
 configure-stamp:
        dh_testdir
+       dh_autoreconf
        ./configure --prefix=/usr --mandir=/usr/share/man
        touch configure-stamp
 
@@ -20,6 +21,7 @@ clean:
        dh_testroot
        rm -f build-stamp configure-stamp
        [ ! -f Makefile ] || $(MAKE) -i distclean
+       dh_autoreconf_clean
        dh_clean
 
 install: build

Reply via email to