Package: libotf
Followup-For: Bug #749530
Hi Harshula.
Thanks for the quick response.
In this case, mainly and more importantly, config.guess, config.sub and,
subsequently,
configure and aclocal.m4.
I had forgotten to remove a block from debian/rules, which updates
config.{guess,sub}
by copying them from the autotools-dev directory. That is actually no longer
needed
when running dh-autoreconf.
I am attaching the patch with that change.
Thanks and regards.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13-1-powerpc64le (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: libotf-0.9.13/debian/control
===================================================================
--- libotf-0.9.13.orig/debian/control 2012-12-14 14:26:02.000000000 +0000
+++ libotf-0.9.13/debian/control 2014-05-28 16:37:52.020000741 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Harshula Jayasuriya <[email protected]>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 9), autotools-dev, libtool, libfreetype6-dev, zlib1g-dev, libice-dev, libsm-dev, libx11-dev, libxaw7-dev, libxmu-dev, libxt-dev
+Build-Depends: debhelper (>= 9), dh-autoreconf, libfreetype6-dev, zlib1g-dev, libice-dev, libsm-dev, libx11-dev, libxaw7-dev, libxmu-dev, libxt-dev
Standards-Version: 3.9.3
Homepage: http://www.nongnu.org/m17n/
Index: libotf-0.9.13/debian/rules
===================================================================
--- libotf-0.9.13.orig/debian/rules 2012-12-14 14:28:52.000000000 +0000
+++ libotf-0.9.13/debian/rules 2014-05-28 16:38:03.610000741 +0000
@@ -37,12 +37,7 @@
config.status: configure
dh_testdir
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
- cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
- cp -f /usr/share/misc/config.guess config.guess
-endif
+ dh_autoreconf
./configure $(CROSS) \
--prefix=/usr \
--mandir=\$${prefix}/share/man \
@@ -69,6 +64,7 @@
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
rm -f config.guess
endif
+ dh_autoreconf_clean
dh_clean
install: build