From 71d036b662449f74bd990a58dbd7148a941755ed Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Thu, 19 Apr 2012 21:51:40 +0300 Subject: [PATCH] Readd manpage_fixes.diff patch with new man page fixes. --- debian/changelog | 1 + debian/patches/manpage_fixes.diff | 19 +++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 21 insertions(+) create mode 100644 debian/patches/manpage_fixes.diff diff --git a/debian/changelog b/debian/changelog index e26bd9fde..4f3a5d1ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ cmake (2.8.8-1) UNRELEASED; urgency=low - mipsel_is_little_endian.diff - paths_in_regex_espace_metachars.diff * Refresh FindBoost_add_-lpthread_#563479.diff patch. + * Readd manpage_fixes.diff patch with new man page fixes. -- Modestas Vainius Thu, 19 Apr 2012 19:04:52 +0300 diff --git a/debian/patches/manpage_fixes.diff b/debian/patches/manpage_fixes.diff new file mode 100644 index 000000000..b8ca86d2d --- /dev/null +++ b/debian/patches/manpage_fixes.diff @@ -0,0 +1,19 @@ +From: Modestas Vainius +Subject: fix man page formatting issues +Origin: vendor +Forwarded: yes + +Detected by lintian: + +W: cmake: manpage-has-errors-from-man usr/share/man/man1/cpack.1.gz 4202: warning [p 82, 5.5i]: cannot adjust line + +--- a/Modules/CPack.cmake ++++ b/Modules/CPack.cmake +@@ -89,6 +89,7 @@ + # CPACK_PACKAGE_FILE_NAME - The name of the package file to generate, + # not including the extension. For example, cmake-2.6.1-Linux-i686. + # The default value is ++# + # ${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-${CPACK_SYSTEM_NAME}. + ##end + # diff --git a/debian/patches/series b/debian/patches/series index cc249dfeb..0a5267c69 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ FindBoost_add_-lpthread_#563479.diff multiarch_findgtk2_fix.diff +manpage_fixes.diff