Package: freeipmi Version: 1.4.11-1.1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu zesty ubuntu-patch
Hi folks, In Ubuntu, we have applied a patch to freeipmi to use dh_autoreconf instead of dh_autotools-dev. At one time, this was needed in order to let the freeipmi package build on ppc64el. Since I see that freeipmi is built on ppc64el in Debian unstable now, it's possible that this patch is not currently needed; nevertheless, dh_autoreconf is the best practice for updating autotools output at package build time, and will be better future-proofed for other ports. Please consider applying the attached patch. An alternative approach would be to update to debhelper compat level 10, where I believe dh_autoreconf is run automatically. This of course impacts backporting of your package, which may or may not be acceptable to you. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ [email protected] [email protected]
diff -Nru freeipmi-1.4.11/debian/control freeipmi-1.4.11/debian/control --- freeipmi-1.4.11/debian/control 2016-09-05 00:55:48.000000000 -0700 +++ freeipmi-1.4.11/debian/control 2016-10-21 11:36:45.000000000 -0700 @@ -5,6 +5,7 @@ Uploaders: Yaroslav Halchenko <[email protected]>, Bernd Zeimetz <[email protected]> Build-Depends: debhelper (>= 9), autotools-dev (>= 20100122.1~), + dh-autoreconf, libgcrypt11-dev, chrpath Standards-Version: 3.9.3 diff -Nru freeipmi-1.4.11/debian/rules freeipmi-1.4.11/debian/rules --- freeipmi-1.4.11/debian/rules 2016-09-05 00:55:48.000000000 -0700 +++ freeipmi-1.4.11/debian/rules 2016-09-13 10:43:25.000000000 -0700 @@ -4,7 +4,7 @@ # --fail-missing for dh_install # --link-doc for dh_installdocs %: - dh $@ --with autotools_dev --fail-missing --link-doc=freeipmi-common + dh $@ --with autoreconf --fail-missing --link-doc=freeipmi-common override_dh_auto_configure: : # suppress multiarch support for now

