[debhelper-devel] [debhelper] 01/01: dh_strip: Fix typo

Niels Thykier nthykier at moszumanska.debian.org
Sun Jul 12 18:11:43 UTC 2015


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 6293fc37272918145be041c48cc56874a84a7bd9
Author: Guillem Jover <guillem at debian.org>
Date:   Fri Jul 3 22:40:57 2015 +0200

    dh_strip: Fix typo
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog | 2 ++
 dh_strip         | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 38f89e6..19d8854 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ debhelper (9.20150629) UNRELEASED; urgency=medium
   * dh: Avoid passing --parallel to other debhelper commands
     if it is the only option and "parallel" is not set (or
     set to 1) in DEB_BUILD_OPTIONS.
+  * dh_strip: Apply patch from Guillem Jover to fix a typo.
+    (Closes: #792207)
 
  -- Niels Thykier <niels at thykier.net>  Sun, 28 Jun 2015 15:08:19 +0200
 
diff --git a/dh_strip b/dh_strip
index 91197ab..ea86300 100755
--- a/dh_strip
+++ b/dh_strip
@@ -209,7 +209,7 @@ sub testfile {
 	
 	# Is it a static library, and not a debug library?
 	if (m/lib.*\.a$/ && ! m/.*_g\.a$/) {
-		# Is it a binary file, or something else (maybe a liner
+		# Is it a binary file, or something else (maybe a linker
 		# script on Hurd, for example? I don't use file, because
 		# file returns a variety of things on static libraries.
 		if (-B $_) {

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