[dh-make-perl] 01/01: lib/Debian/AptContents.pm: Fix typo in code comment

Axel Beckert abe at deuxchevaux.org
Mon Sep 19 20:54:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository dh-make-perl.

commit 6fcc5d5eb74a7f5a6802280fa4eca5b308f8fbd7
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Sep 19 22:53:55 2016 +0200

    lib/Debian/AptContents.pm: Fix typo in code comment
---
 debian/changelog          | 3 +++
 lib/Debian/AptContents.pm | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index fa4a58a..b99efd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,9 @@ dh-make-perl (0.92) UNRELEASED; urgency=medium
     warnings during tests.
   * debian/control: remove Homepage field which still pointed to MetaCPAN.
 
+  [ Axel Beckert ]
+  * lib/Debian/AptContents.pm: Fix typo in code comment.
+
  -- Christian Hofstaedtler <zeha at debian.org>  Sun, 17 Jul 2016 16:55:59 +0000
 
 dh-make-perl (0.91) unstable; urgency=medium
diff --git a/lib/Debian/AptContents.pm b/lib/Debian/AptContents.pm
index 410abdb..201a8e1 100644
--- a/lib/Debian/AptContents.pm
+++ b/lib/Debian/AptContents.pm
@@ -371,7 +371,7 @@ sub find_perl_module_package {
 
     if ($core_dep) {
 
-        # the core dependency is satosfied by oldstable?
+        # the core dependency is satisfied by oldstable?
         if ( $core_dep->ver <= $oldstable_perl ) {
             # drop the direct dependency and remove the version
             undef($direct_dep);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git



More information about the Pkg-perl-cvs-commits mailing list