Source: wdiff
Version: 1.2.1-2
Severity: normal
Tags: patch
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear maintainer(s),

New ports in preparation (arm64/aarch64, openrisc/or1k, ppc64el)
require updates to config.{guess,sub} or {libtool,aclocal}.m4 files.

dh-autoreconf can be used to get new libtool macros (needed now for
ppc64el) and update config.{sub,guess} for new arches (arm64/aarch64
and openrisc/or1k).  See the following URL for more information:

  
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build


I created a patch for "wdiff" (version 1.2.1-2) when bootstrapping
OpenRISC/or1k (attached in a new message), in the case that you find
it useful.

Please, apply this patch (or tweak it, or create your own if you
prefer) and include it in your next uploads, in order to keep these
ancillary files up to date in the future without maintainer
intervention, and make easier the task of introducing new ports in
Debian.

If you have any doubts/comments/suggestions, you can get in contact
with people behind these efforts (look at the list of bug reports with
these tags, link in the URL above).

Cheers.
-- 
Manuel A. Fernandez Montecelo <manuel.montez...@gmail.com>
diff -Nru wdiff-1.2.1/debian/changelog wdiff-1.2.1/debian/changelog
--- wdiff-1.2.1/debian/changelog	2014-01-07 11:55:57.000000000 +0000
+++ wdiff-1.2.1/debian/changelog	2014-04-07 21:57:25.000000000 +0100
@@ -1,3 +1,11 @@
+wdiff (1.2.1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use dh-autoreconf to regenerate config.{sub,guess} and support new
+    architectures more easily
+
+ -- Manuel A. Fernandez Montecelo <m...@debian.org>  Mon, 07 Apr 2014 21:54:16 +0100
+
 wdiff (1.2.1-2) unstable; urgency=medium
 
   * Do not ship BACKLOG in the doc directory, as it is not really useful
diff -Nru wdiff-1.2.1/debian/control wdiff-1.2.1/debian/control
--- wdiff-1.2.1/debian/control	2013-10-12 14:17:33.000000000 +0100
+++ wdiff-1.2.1/debian/control	2014-04-07 21:55:07.000000000 +0100
@@ -2,7 +2,7 @@
 Section: text
 Priority: optional
 Maintainer: Santiago Vila <sanv...@debian.org>
-Build-Depends: debhelper (>= 9.20120311), texinfo, libncurses5-dev
+Build-Depends: debhelper (>= 9.20120311), texinfo, libncurses5-dev, dh-autoreconf
 Standards-Version: 3.9.4
 Homepage: http://www.gnu.org/software/wdiff/
 
diff -Nru wdiff-1.2.1/debian/rules wdiff-1.2.1/debian/rules
--- wdiff-1.2.1/debian/rules	2014-01-07 11:56:16.000000000 +0000
+++ wdiff-1.2.1/debian/rules	2014-04-07 22:10:09.000000000 +0100
@@ -3,13 +3,15 @@
 package = wdiff
 
 %:
-	dh $@
+	dh $@ --with-autoreconf
 
 override_dh_auto_clean:
+	dh_autoreconf_clean
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -rf doc/$(package)
 
 override_dh_auto_configure:
+	dh_autoreconf
 	dh_auto_configure -- --with-default-pager=/usr/bin/pager
 
 override_dh_installdocs:

Reply via email to