Source: libatomic-ops Version: 7.4.2-3 Tags: patch User: helm...@debian.org Usertags: rebootstrap
While backporting upstream improvements such as https://github.com/ivmai/libatomic_ops/commit/4b005ee56898309e8afba9b3c48cf94f0f5f78e4 to the libatomic-ops Debian package, Marek Vasut noticed that Makefile.in is not rebuilt from Makefile.am. Not building from source is discouraged by the Debian policy and prone to errors. We therefore ask to run autoreconf during build. You can find a patch achieving just that attached. Helmut
--- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: cdbs (>= 0.4.27), autotools-dev, debhelper, + dh-autoreconf, dh-buildinfo, quilt, patchutils (>= 0.2.25), quilt --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/dpkg/architecture.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk