diff --git a/debian/changelog b/debian/changelog index 24085f3e5..6ba23d9c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,10 @@ cmake (2.6.3-1) experimental; urgency=low * Call dh_desktop in the binary targets (fixes lintian warning). * Install cmake-gui docs to the cmake-qt-gui package. * Enable binary-indep target. + * Add manpage_friendly_docs.diff patch to make some bits of documentation + manpage friendly (eliminate warnings). - -- Modestas Vainius Mon, 23 Feb 2009 22:35:37 +0200 + -- Modestas Vainius Tue, 24 Feb 2009 00:11:01 +0200 cmake (2.6.2-4) unstable; urgency=low diff --git a/debian/patches/manpage_friendly_docs.diff b/debian/patches/manpage_friendly_docs.diff new file mode 100644 index 000000000..e40b14a58 --- /dev/null +++ b/debian/patches/manpage_friendly_docs.diff @@ -0,0 +1,26 @@ +diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake +index 518f8a8..b64d9cd 100644 +--- a/Modules/FindBoost.cmake ++++ b/Modules/FindBoost.cmake +@@ -66,7 +66,7 @@ + # + # SET(Boost_ADDITIONAL_VERSIONS "0.99" "0.99.0" "1.78" "1.78.0") + # +-# ============================================================================ ++# ===================================== ============= ======================== + # + # Variables used by this module, they can change the default behaviour and need to be set + # before calling find_package: +diff --git a/Modules/FindRTI.cmake b/Modules/FindRTI.cmake +index 3bfa72d..f20a744 100644 +--- a/Modules/FindRTI.cmake ++++ b/Modules/FindRTI.cmake +@@ -5,7 +5,7 @@ + # RTI is a simulation infrastructure standartized by IEEE and SISO. It has a + # well defined C++ API that assures that simulation applications are + # independent on a particular RTI implementation. +-# http://en.wikipedia.org/wiki/Run-Time_Infrastructure_(simulation) ++# http://en.wikipedia.org/wiki/Run-Time_Infrastructure_(simulation) + # + # This code sets the following variables: + # RTI_INCLUDE_DIR = the directory where RTI includes file are found diff --git a/debian/patches/series b/debian/patches/series index 16a033d64..2db7825ae 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ executables-dont-need-fpic.diff reinstate-arm.diff relative_path_fixes2.diff FindQt4_qt4_lupdate_lrelease.diff +manpage_friendly_docs.diff