Bug#733085: blocking the ppc64el architecture bootstrap

2014-11-04 Thread Paulo Flabiano Smorigo
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


Bug#733085: blocking the ppc64el architecture bootstrap

2014-10-28 Thread Paulo Flabiano Smorigo
On Mon, 25 Aug 2014 05:27:48 +0200 Aurelien Jarno aure...@debian.org wrote:
 Dear maintainer,
 
 The ppc64el architecture has been added to the Debian archive. Your
 package elk fails to build as reported in bug #733085 and
 the build log is available on [1].
 
 It would be very nice if you can upload a fixed version of this package.
 Don't hesitate to ask questions if you need help to fix this bug. If
 you lack time for that, I can also proceed with an NMU.
 
 Thanks,
 Aurelien
 
 [1] https://buildd.debian.org/status/logs.php?pkg=elkarch=ppc64el
 
 -- 
 Aurelien Jarno  GPG: 4096R/1DDD8C9B
 aurel...@aurel32.net http://www.aurel32.net
 
 

Dear maintainer,

elk is successfully built for all arch except arm64 and ppc64el:
https://buildd.debian.org/status/package.php?p=elk

Can you please take a look in this patch in order to enable elk package
for all archs? :)

Thanks in advance!
-- 
Paulo Flabiano Smorigo
IBM Linux Technology Center


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#733085: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package elk fails to build as reported in bug #733085 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=elkarch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org