Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package inotify-tools unblock inotify-tools/3.14-2 diffstat for inotify-tools-3.14 inotify-tools-3.14 changelog | 10 ++++++++++ control | 10 +++++----- rules | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff -Nru inotify-tools-3.14/debian/changelog inotify-tools-3.14/debian/changelog --- inotify-tools-3.14/debian/changelog 2012-06-18 12:49:29.000000000 +0300 +++ inotify-tools-3.14/debian/changelog 2017-02-28 11:33:27.000000000 +0200 @@ -1,3 +1,13 @@ +inotify-tools (3.14-2) unstable; urgency=medium + + * QA upload. + * Set maintainer to Debian QA Group. (see #856293) + * Set architecture to linux-any to not even try building on other + architectures. (Closes: #745204) + * Run dh-autoreconf to fix FTBFS on arm64. (Closes: #727902) + + -- Adrian Bunk <b...@debian.org> Tue, 28 Feb 2017 11:33:27 +0200 + inotify-tools (3.14-1) unstable; urgency=low * debian/source/format now set to 3.0 (quilt) diff -Nru inotify-tools-3.14/debian/control inotify-tools-3.14/debian/control --- inotify-tools-3.14/debian/control 2012-06-18 12:28:46.000000000 +0300 +++ inotify-tools-3.14/debian/control 2017-02-28 11:33:27.000000000 +0200 @@ -1,15 +1,15 @@ Source: inotify-tools Section: misc Priority: optional -Maintainer: Ryan Niebur <r...@debian.org> -Build-Depends: debhelper (>= 7.0.50~), doxygen, autotools-dev, linux-libc-dev | linux-kernel-headers (>= 2.6.18) +Maintainer: Debian QA Group <packa...@qa.debian.org> +Build-Depends: debhelper (>= 9.20160403~), doxygen, autotools-dev, linux-libc-dev | linux-kernel-headers (>= 2.6.18) 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 Homepage: https://github.com/rvoicilas/inotify-tools/wiki/ Package: libinotifytools0 -Architecture: any +Architecture: linux-any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: inotify-tools (<< 3.10-2) @@ -22,7 +22,7 @@ related string formatting Package: libinotifytools0-dev -Architecture: any +Architecture: linux-any Section: libdevel Provides: libinotifytools-dev Conflicts: libinotifytools-dev @@ -38,7 +38,7 @@ string formatting Package: inotify-tools -Architecture: any +Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends} Description: command-line programs providing a simple interface to inotify inotify-tools is a set of command-line programs for Linux providing a diff -Nru inotify-tools-3.14/debian/rules inotify-tools-3.14/debian/rules --- inotify-tools-3.14/debian/rules 2012-06-18 12:24:32.000000000 +0300 +++ inotify-tools-3.14/debian/rules 2017-02-28 11:33:27.000000000 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- $(shell dpkg-buildflags --export=configure)