[debhelper-devel] [debhelper] 01/01: Fix typo in error message

Niels Thykier nthykier at moszumanska.debian.org
Wed Jun 7 19:45:31 UTC 2017


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 8ffba4d8566e58254243375229ae55d861dad846
Author: Niels Thykier <niels at thykier.net>
Date:   Wed Jun 7 19:44:50 2017 +0000

    Fix typo in error message
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 Debian/Debhelper/Buildsystem/python_distutils.pm | 2 +-
 Debian/Debhelper/Dh_Lib.pm                       | 2 +-
 debian/changelog                                 | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm
index 21ac9d5..f4d1d19 100644
--- a/Debian/Debhelper/Buildsystem/python_distutils.pm
+++ b/Debian/Debhelper/Buildsystem/python_distutils.pm
@@ -109,7 +109,7 @@ sub setup_py {
 	my $this=shift;
 	my $act=shift;
 
-	# We need to to run setup.py with the default python last
+	# We need to run setup.py with the default python last
 	# as distutils/setuptools modifies the shebang lines of scripts.
 	# This ensures that #!/usr/bin/python is installed last and
 	# not pythonX.Y
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 6cfada3..6e976d6 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -317,7 +317,7 @@ sub complex_doit {
 sub error_exitcode {
 	my $command=shift;
 	if ($? == -1) {
-		error("$command failed to to execute: $!");
+		error("$command failed to execute: $!");
 	}
 	elsif ($? & 127) {
 		error("$command died with signal ".($? & 127));
diff --git a/debian/changelog b/debian/changelog
index a2639f9..f48e631 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ debhelper (10.5) UNRELEASED; urgency=medium
     binary packages.
   * dh_shlibdeps: Avoid creating debian/<pkg>/DEBIAN directory if it
     is not needed.
+  * Dh_Lib.pm: Fix typo in error message.
 
   [ Iain Lane ]
   * Dh_Lib: Re-add warning + exit 0 for the -i/-a shortcut that was

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list