From 49ef65c97cb31674c1a603729646473eb179a44f Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Sun, 19 Jun 2011 16:23:47 +0300 Subject: [PATCH] Fix a couple of new spelling / formatting errors. (patch spelling_formatting_fixes.diff) W: cmake-data: manpage-has-errors-from-man usr/share/man/man1/cmakemodules.1.gz 2641: warning [p 39, 1.5i]: can't break line I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakeprops.1.gz explict explicit I: cmake: spelling-error-in-binary usr/bin/cmake explict explicit I: cmake: spelling-error-in-binary usr/bin/cpack explict explicit I: cmake: spelling-error-in-binary usr/bin/ctest explict explicit W: cmake: manpage-has-errors-from-man usr/share/man/man1/cmake.1.gz 7300: warning [p 120, 3.3i]: can't break line I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz explict explicit I: cmake-curses-gui: spelling-error-in-binary usr/bin/ccmake explict explicit I: cmake-qt-gui: spelling-error-in-binary usr/bin/cmake-gui explict explicit --- debian/changelog | 2 + debian/patches/series | 1 + debian/patches/spelling_formatting_fixes.diff | 51 +++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 debian/patches/spelling_formatting_fixes.diff diff --git a/debian/changelog b/debian/changelog index 54614ab92..607da05c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ cmake (2.8.5~rc2-0r1) UNRELEASED; urgency=low * Drop backport_test_order_fix.diff patch, was backported from upstream. * Drop multiarch_basic_support.diff patch, merged upstream. * Refresh screen-256color-bce.diff patch. + * Add spelling_formatting_fixes.diff which fixes a couple of new + spelling / formatting errors. -- Modestas Vainius Sun, 19 Jun 2011 15:42:11 +0300 diff --git a/debian/patches/series b/debian/patches/series index 9d5ba9a39..640fc3fd3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ FindBoost_add_-lpthread_#563479.diff screen-256color-bce.diff multiarch_findgtk2_fix.diff +spelling_formatting_fixes.diff diff --git a/debian/patches/spelling_formatting_fixes.diff b/debian/patches/spelling_formatting_fixes.diff new file mode 100644 index 000000000..25a1c148a --- /dev/null +++ b/debian/patches/spelling_formatting_fixes.diff @@ -0,0 +1,51 @@ +From: Modestas Vainius +Subject: Fix a couple of new spelling / formatting errors +Forwarded: yes +Origin: vendor +Last-Update: 2011-06-19 + +The patch fixes the following problems spotted by lintian: + +W: cmake-data: manpage-has-errors-from-man usr/share/man/man1/cmakemodules.1.gz 2641: warning [p 39, 1.5i]: can't break line +I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakeprops.1.gz explict explicit +I: cmake: spelling-error-in-binary usr/bin/cmake explict explicit +I: cmake: spelling-error-in-binary usr/bin/cpack explict explicit +I: cmake: spelling-error-in-binary usr/bin/ctest explict explicit +W: cmake: manpage-has-errors-from-man usr/share/man/man1/cmake.1.gz 7300: warning [p 120, 3.3i]: can't break line +I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz explict explicit +I: cmake-curses-gui: spelling-error-in-binary usr/bin/ccmake explict explicit +I: cmake-qt-gui: spelling-error-in-binary usr/bin/cmake-gui explict explicit + +--- a/Source/cmComputeLinkDepends.cxx ++++ b/Source/cmComputeLinkDepends.cxx +@@ -69,7 +69,7 @@ We can also infer the edge + because *every* time A appears B is seen on its right. We do not know + whether A really needs symbols from B to link, but it *might* so we + must preserve their order. This is the case also for the following +-explict lists: ++explicit lists: + + X: A B Y + Y: A B +--- a/Source/cmTarget.cxx ++++ b/Source/cmTarget.cxx +@@ -590,7 +590,7 @@ void cmTarget::DefineProperties(cmake *c + "For an executable with exports (see the ENABLE_EXPORTS property) " + "no default transitive link dependencies are used. " + "This property replaces the default transitive link dependencies with " +- "an explict list. " ++ "an explicit list. " + "When the target is linked into another target the libraries " + "listed (and recursively their link interface libraries) will be " + "provided to the other target also. " +--- a/Modules/FindArmadillo.cmake ++++ b/Modules/FindArmadillo.cmake +@@ -8,7 +8,7 @@ + # add_executable(foo foo.cc) + # target_link_libraries(foo ${ARMADILLO_LIBRARIES}) + # +-#============================================================================= ++#===================================== ============= ========================= + # + # This module sets the following variables: + # ARMADILLO_FOUND - set to true if the library is found