This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=967373bc25ed6d7e816e13190a5281c057048292 commit 967373bc25ed6d7e816e13190a5281c057048292 Author: Guillem Jover <[email protected]> AuthorDate: Sat Jul 28 03:31:43 2018 +0200 doc: Update test suite requirements in README --- README | 4 ++++ debian/changelog | 1 + 2 files changed, 5 insertions(+) diff --git a/README b/README index da313e43a..f092aaaa7 100644 --- a/README +++ b/README @@ -81,12 +81,16 @@ To run the test suite («make check»): Test::MinimumVersion perl module (optional, author) Test::Pod perl module (optional) + Test::Pod::Coverage perl module (optional, author) Test::Spelling perl module (optional, author) Test::Strict perl module (optional) Test::Synopsis perl module (optional, author) Test::Perl::Critic perl module (optional, author) aspell (optional, author) aspell-en (optional, author) + fakeroot (optional) + gpg (optional) + i18nspector (optional, author) Define the environment variable DPKG_DEVEL_MODE or AUTHOR_TESTING to run the test suite in development mode, to include tests that might not be diff --git a/debian/changelog b/debian/changelog index 4b34c8eca..5a7b8630f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -147,6 +147,7 @@ dpkg (1.19.1) UNRELEASED; urgency=medium - Fold dpkg-buildpackage --[no-]check-builddeps in --help into both -D and -d option descriptions. - Mark profiles as a replaceable item in dpkg-buildpackage --help output. + - Update test suite requirements in README. * Code internals: - Do not use stringy eval to define different sub implementations, just assign an anonymous sub to the typeglob. -- Dpkg.Org's dpkg

