[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.11.4-8-g709ca96

Modestas Vainius modax at alioth.debian.org
Sat Mar 26 21:43:55 UTC 2011


The following commit has been merged in the master branch:
commit 709ca96908847f9884d15e7e4b43732aa548cf60
Author: Modestas Vainius <modax at debian.org>
Date:   Sat Mar 26 23:43:19 2011 +0200

    Fix typo (thanks Pino) and capatalize ABI.
---
 cmake/DebianABIManager.cmake |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cmake/DebianABIManager.cmake b/cmake/DebianABIManager.cmake
index a476e24..8b4a21f 100644
--- a/cmake/DebianABIManager.cmake
+++ b/cmake/DebianABIManager.cmake
@@ -112,9 +112,9 @@ if (CMAKE_BUILD_TYPE AND CMAKE_BUILD_TYPE STREQUAL "Debian")
         string(REPLACE ";" " " debabi_errpkgs "${debabi_failedpkgs}")
         message(SEND_ERROR "DebianABIManager: failed packages: ${debabi_errpkgs}")
     elseif (debabi_okpkgs)
-        message("------------------------------------------------------------------")
-        message("-- DebianAbiManager: successfuly processed the following packages:")
-        message("------------------------------------------------------------------")
+        message("-------------------------------------------------------------------")
+        message("-- DebianABIManager: successfully processed the following packages:")
+        message("-------------------------------------------------------------------")
         foreach (debabi_pkg ${debabi_okpkgs})
             get_target_property(debabi_soversion ${debabi_${debabi_pkg}_CMake-Target} SOVERSION)
             get_target_property(debabi_symver ${debabi_${debabi_pkg}_CMake-Target} DEBABI_SYMVER)

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list