99_remove_rename_mariadb-server_files_in.diff 600 Bytes
Newer Older
1
2
Author: Otto Kekäläinen <otto@seravo.fi>
Description: Remove upstream debian/* handling that is obsolete
3

4
5
6
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -438,12 +438,6 @@ CONFIGURE_FILE(
Otto Kekäläinen's avatar
Otto Kekäläinen committed
7
8
     ${CMAKE_SOURCE_DIR}/cmake/info_macros.cmake.in
     ${CMAKE_BINARY_DIR}/info_macros.cmake @ONLY)
9
10
11
12
13
14
15
16
17
18
 
-IF(DEB)
-  CONFIGURE_FILE(
-    ${CMAKE_SOURCE_DIR}/debian/mariadb-server-5.5.files.in
-    ${CMAKE_SOURCE_DIR}/debian/mariadb-server-5.5.files)
-ENDIF(DEB)
-
 # Handle the "INFO_*" files.
 INCLUDE(${CMAKE_BINARY_DIR}/info_macros.cmake)
 # Source: This can be done during the cmake phase, all information is