Package: inotify-tools Version: 3.14-1 Followup-For: Bug #727902 User: [email protected] Usertags: origin-ubuntu trusty ubuntu-patch autoreconf
Dear Maintainer, In Ubuntu 14.04, the attached patch was applied to achieve the following: * Use dh-autoreconf for newer arches (Closes: #727902). This debdiff may contain extraneous metadata. If so, kindly please ignore them. Thanks for considering the patch! -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise-proposed'), (500, 'precise'), (100, 'precise-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.11.0-17-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru inotify-tools-3.14/debian/changelog inotify-tools-3.14/debian/changelog diff -Nru inotify-tools-3.14/debian/control inotify-tools-3.14/debian/control --- inotify-tools-3.14/debian/control 2012-06-18 05:28:46.000000000 -0400 +++ inotify-tools-3.14/debian/control 2014-02-17 14:16:23.000000000 -0500 @@ -1,8 +1,10 @@ Source: inotify-tools Section: misc Priority: optional -Maintainer: Ryan Niebur <[email protected]> +Maintainer: Ubuntu Developers <[email protected]> +XSBC-Original-Maintainer: Ryan Niebur <[email protected]> Build-Depends: debhelper (>= 7.0.50~), doxygen, autotools-dev, linux-libc-dev | linux-kernel-headers (>= 2.6.18) + ,dh-autoreconf Standards-Version: 3.9.3 Vcs-Git: git://anonscm.debian.org/git/collab-maint/inotify-tools.git/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/inotify-tools.git;a=summary diff -Nru inotify-tools-3.14/debian/rules inotify-tools-3.14/debian/rules --- inotify-tools-3.14/debian/rules 2012-06-18 05:24:32.000000000 -0400 +++ inotify-tools-3.14/debian/rules 2014-02-17 14:16:34.000000000 -0500 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- $(shell dpkg-buildflags --export=configure)

