Package: src:colorblind
Version: 0.0.1-1
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package colorblind fails to build from source on ppc64el because
configuration files need to be updated.

Using autoreconf will fix that and the package builds successfully.

The patch attached adds it to the build.

Thanks.

Fernando


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u colorblind-0.0.1/debian/control colorblind-0.0.1/debian/control
--- colorblind-0.0.1/debian/control
+++ colorblind-0.0.1/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: extra
 Maintainer: Daniel Ruoso <dan...@ruoso.com>
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev
+Build-Depends: cdbs, debhelper (>= 5), dh-autoreconf
 Standards-Version: 3.7.2
 
 Package: libcolorblind0
diff -u colorblind-0.0.1/debian/rules colorblind-0.0.1/debian/rules
--- colorblind-0.0.1/debian/rules
+++ colorblind-0.0.1/debian/rules
@@ -3,2 +3,3 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk

Reply via email to