[SCM] kdelibs4support packaging branch, kubuntu_unstable, updated. 9aa5d802e43cc2491dbb71aa2bb97d1f7c8b0470

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Apr 13 11:04:43 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kdelibs4support.git;a=commitdiff;h=9aa5d80

The following commit has been merged in the kubuntu_unstable branch:
commit 9aa5d802e43cc2491dbb71aa2bb97d1f7c8b0470
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Apr 13 13:04:34 2015 +0200

    remove unused patch crap
---
 debian/patches/kubuntu_fix_findgettext.diff | 27 ---------------------------
 debian/patches/series                       |  0
 2 files changed, 27 deletions(-)

diff --git a/debian/patches/kubuntu_fix_findgettext.diff b/debian/patches/kubuntu_fix_findgettext.diff
deleted file mode 100644
index 3c1920c..0000000
--- a/debian/patches/kubuntu_fix_findgettext.diff
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: make FindGettext.cmake compatible
-Author: Jonathan Riddell <jriddell at ubuntu.com>
-Origin: upstream, https://git.reviewboard.kde.org/r/119111/
-Last-Update: 2014-07-07
-
-Index: kdelibs4support-5.0.0/cmake/modules/FindGettext.cmake
-===================================================================
---- kdelibs4support-5.0.0.orig/cmake/modules/FindGettext.cmake
-+++ kdelibs4support-5.0.0/cmake/modules/FindGettext.cmake
-@@ -212,7 +212,16 @@ MACRO(GETTEXT_PROCESS_PO_FILES _lang)
-       LIST(REMOVE_AT _args 0 1)
-    ENDIF("${_tmp}" STREQUAL "INSTALL_DESTINATION")
-    
--#    message(STATUS "2 all ${_addToAll} dest ${_installDest} args: ${_args}")
-+   LIST(GET _args 0 _tmp)
-+   IF("${_tmp}" STREQUAL "PO_FILES")
-+      LIST(REMOVE_AT _args 0)
-+   ELSE()
-+      SET(_deprecation_arg DEPRECATION)
-+      IF(CMAKE_VERSION VERSION_LESS 3.0.0)
-+         SET(_deprecation_arg AUTHOR_WARNING)
-+      ENDIF()
-+      MESSAGE(${_deprecation_arg} "GETTEXT_PROCESS_PO_FILES without a PO_FILES argument is deprecated")
-+   ENDIF()
-    
-    FOREACH(_current_PO_FILE ${_args})
-       GET_FILENAME_COMPONENT(_name ${_current_PO_FILE} NAME)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e69de29..0000000

-- 
kdelibs4support packaging



More information about the pkg-kde-commits mailing list