diff --git a/debian/changelog b/debian/changelog index 8dae39896..e58bd3061 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ cmake (2.8.12-0r2) UNRELEASED; urgency=low * Properly find Java when kernel is 64bit, userland - 32bit (amd64/ppc64). (patch: FindJNI_amd64_ppc_biarch.diff) (Closes: #718290) * Bump Standards-Version to 3.9.5: no further changes needed. + * Fix spelling mistakes in manpages (patch: fixup_manpages.diff). -- Modestas Vainius Sun, 03 Nov 2013 12:28:06 +0200 diff --git a/debian/patches/fixup_manpages.diff b/debian/patches/fixup_manpages.diff new file mode 100644 index 000000000..3d84ced47 --- /dev/null +++ b/debian/patches/fixup_manpages.diff @@ -0,0 +1,50 @@ +From: Modestas Vainius +Subject: Small fixes to manpages +Origin: vendor + +The patch fixes these problems: + +I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakeprops.1.gz overriden overridden +I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakeprops.1.gz overriden overridden +I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakeprops.1.gz overriden overridden +I: cmake-qt-gui: spelling-error-in-binary usr/bin/cmake-gui overriden overridden +I: cmake: spelling-error-in-binary usr/bin/cmake overriden overridden +I: cmake: spelling-error-in-binary usr/bin/cpack overriden overridden +I: cmake: spelling-error-in-binary usr/bin/ctest overriden overridden +I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz overriden overridden +I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz overriden overridden +I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz overriden overridden +I: cmake: spelling-error-in-manpage usr/share/man/man1/cpack.1.gz overriden overridden +I: cmake: spelling-error-in-manpage usr/share/man/man1/cpack.1.gz overriden overridden +I: cmake: spelling-error-in-manpage usr/share/man/man1/cpack.1.gz overriden overridden +I: cmake-curses-gui: spelling-error-in-binary usr/bin/ccmake overriden overridden + +--- a/Source/cmTarget.cxx ++++ b/Source/cmTarget.cxx +@@ -833,7 +833,7 @@ void cmTarget::DefineProperties(cmake *c + "CMAKE_LINK_INTERFACE_LIBRARIES if it is set when a target is " + "created. " + "This property is ignored for STATIC libraries.\n" +- "This property is overriden by the INTERFACE_LINK_LIBRARIES property if " ++ "This property is overridden by the INTERFACE_LINK_LIBRARIES property if " + "policy CMP0022 is NEW.\n" + "This property is deprecated. Use INTERFACE_LINK_LIBRARIES instead."); + +@@ -844,7 +844,7 @@ void cmTarget::DefineProperties(cmake *c + "LINK_INTERFACE_LIBRARIES. " + "If set, this property completely overrides the generic property " + "for the named configuration.\n" +- "This property is overriden by the INTERFACE_LINK_LIBRARIES property if " ++ "This property is overridden by the INTERFACE_LINK_LIBRARIES property if " + "policy CMP0022 is NEW.\n" + "This property is deprecated. Use INTERFACE_LINK_LIBRARIES instead."); + +@@ -855,7 +855,7 @@ void cmTarget::DefineProperties(cmake *c + "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. " +- "This property is overriden by the LINK_INTERFACE_LIBRARIES or " ++ "This property is overridden by the LINK_INTERFACE_LIBRARIES or " + "LINK_INTERFACE_LIBRARIES_ property if " + "policy CMP0022 is OLD or unset.\n" + "\n" diff --git a/debian/patches/series b/debian/patches/series index 9fd62e690..375c0c83e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ multiarch-python-include-dirs.diff qt_import_dir_variable.diff FindPHP4_fix_typo.diff FindJNI_amd64_ppc_biarch.diff +fixup_manpages.diff