<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 4f7adafa79de0a9aa680c103b9550a3b23a3525c Mon Sep 17 00:00:00 2001
From: Felix Geyer &lt;debfx-pkg@fobos.de&gt;
Date: Mon, 5 Mar 2012 21:06:38 +0100
Subject: [PATCH 5/5] Fix hyphen-used-as-minus-sign lintian warnings.

---
 debian/changelog              |    1 +
 debian/manpages/lupdate-qt4.1 |    2 +-
 debian/manpages/moc-qt4.1     |    6 +++---
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 82819df..c70ca9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ qt4-x11 (4:4.8.0-2) UNRELEASED; urgency=low
     - drop mv-qt4-bin-dbg.sh script.
     - drop elfutils build dependency.
   * Bump debhelper build-dependency to 9.
+  * Fix hyphen-used-as-minus-sign lintian warnings.
 
  -- Fathi Boudra &lt;fabo@debian.org&gt;  Wed, 04 Jan 2012 22:15:56 +0200
 
diff --git a/debian/manpages/lupdate-qt4.1 b/debian/manpages/lupdate-qt4.1
index 68958b9..deb7243 100644
--- a/debian/manpages/lupdate-qt4.1
+++ b/debian/manpages/lupdate-qt4.1
@@ -144,7 +144,7 @@ and .ts files:
 .PP
 .in +4
 .nf
-lupdate *.cpp *.h *.ui -ts gnomovision_dk.ts
+lupdate *.cpp *.h *.ui \-ts gnomovision_dk.ts
 .fi
 .in -4
 .SH "SEE ALSO"
diff --git a/debian/manpages/moc-qt4.1 b/debian/manpages/moc-qt4.1
index 131827a..85555bb 100644
--- a/debian/manpages/moc-qt4.1
+++ b/debian/manpages/moc-qt4.1
@@ -137,7 +137,7 @@ Here is a useful makefile rule if you only use GNU make:
 .in +4
 .nf
 m%.cpp: %.h
-        moc $&lt; -o $@
+        moc $&lt; \-o $@
 .fi
 .in -4
 .PP
@@ -147,7 +147,7 @@ following form:
 .in +4
 .nf
 mNAME.cpp: NAME.h
-        moc $&lt; -o $@
+        moc $&lt; \-o $@
 .fi
 .in -4
 .PP
@@ -170,7 +170,7 @@ a makefile rule like this:
 NAME.o: mNAME.cpp
 
 mNAME.cpp: NAME.cpp
-        moc -i $&lt; -o $@
+        moc -i $&lt; \-o $@
 .fi
 .in -4
 .PP
-- 
1.7.9.1

</pre></body></html>