[Pkg-osm-commits] [SCM] monav branch, master, updated. debian/0.2+svn405-1-11-gc87b014
David Paleino
dapal at debian.org
Mon Mar 14 12:09:31 UTC 2011
The following commit has been merged in the master branch:
commit b71678cd5989d2bdca392e2f3015d1b968a7d7d1
Author: David Paleino <dapal at debian.org>
Date: Fri Mar 11 18:58:40 2011 +0100
Fix some source code typos (04-fix_typos.patch)
diff --git a/debian/changelog b/debian/changelog
index e5d3a49..2b4d9e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ monav (0.2+svn450-1) UNRELEASED; urgency=low
* Make new monav-data binary package: split images into an
arch-independent package, instead of embedding them into a Qt
Resource file (03-dont_embed_resources.patch and other files)
+ * Fix some source code typos (04-fix_typos.patch)
- -- David Paleino <dapal at debian.org> Fri, 11 Mar 2011 18:43:50 +0100
+ -- David Paleino <dapal at debian.org> Mon, 14 Mar 2011 13:03:11 +0100
monav (0.2+svn405-1) experimental; urgency=low
diff --git a/debian/patches/04-fix_typos.patch b/debian/patches/04-fix_typos.patch
new file mode 100644
index 0000000..0ce2c01
--- /dev/null
+++ b/debian/patches/04-fix_typos.patch
@@ -0,0 +1,27 @@
+---
+ preprocessor/preprocessingwindow.ui | 2 +-
+ utils/commandlineparser.cpp | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+--- monav.orig/preprocessor/preprocessingwindow.ui
++++ monav/preprocessor/preprocessingwindow.ui
+@@ -555,7 +555,7 @@
+ <item row="3" column="1">
+ <widget class="QGroupBox" name="groupBox_4">
+ <property name="title">
+- <string>Adress Lookup Module</string>
++ <string>Address Lookup Module</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout_3">
+ <property name="margin">
+--- monav.orig/utils/commandlineparser.cpp
++++ monav/utils/commandlineparser.cpp
+@@ -142,7 +142,7 @@ bool CommandLineParser::parse( bool igno
+ return false;
+ }
+ if ( settings.size() > 1 ) {
+- qWarning() << "Ambigious command line option not available:" << args[i];
++ qWarning() << "Ambiguous command line option not available:" << args[i];
+ return false;
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
index 2f93b7a..46cdc3a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
01-fix_build_issues.patch
02-toll-booth_routing.patch
03-dont_embed_resources.patch
+04-fix_typos.patch
--
fast navigation system featuring exact routing
More information about the Pkg-osm-commits
mailing list