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=ca81310a8ab4ae8ab2f6b054f6b6bed5fd1002ba

commit ca81310a8ab4ae8ab2f6b054f6b6bed5fd1002ba
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Fri Sep 28 01:50:33 2018 +0200

    build: Fix typo in CPAN recommends key
---
 debian/changelog    | 1 +
 scripts/Build.PL.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d9c0f4ce0..75b4ea7eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ dpkg (1.19.2) UNRELEASED; urgency=medium
     - Do not make the Build.PL script executable.
     - Generalize PACKAGE_CPAN_SIGN by setting PACKAGE_DIST_IS_RELEASE instead.
     - Add a release_status key to the CPAN metadata.
+    - Fix typo in CPAN recommends key.
 
   [ Updated programs translations ]
   * Polish (Ɓukasz Dulny).
diff --git a/scripts/Build.PL.in b/scripts/Build.PL.in
index 66d8b4a2b..97da25645 100644
--- a/scripts/Build.PL.in
+++ b/scripts/Build.PL.in
@@ -94,7 +94,7 @@ my $build = $class->new(
         'Test::Pod'             => 0,
         'Test::Strict'          => 0,
     },
-    recommands => {
+    recommends => {
         'Algorithm::Merge'      => 0,
         'File::FcntlLock'       => 0,
         'Locale::gettext'       => 0,

-- 
Dpkg.Org's dpkg

Reply via email to