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 <a...@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 <z...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to