From 9300ed95d75b0d3c6dc0805d60f08eff7fc907a2 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Thu, 11 Jul 2013 11:30:51 -0700 Subject: [PATCH] Remove the manifest template file The old manifest template at top level should be removed to avoid clobbering the intended manifest in packaging/. Change-Id: I1ac3caff2a3f16a9d25330c553b035047bb77a16 --- CMakeLists.txt | 1 - packaging/pims-ipc.changes | 3 +++ pims-ipc.manifest.in | 12 ------------ 3 files changed, 3 insertions(+), 13 deletions(-) create mode 100644 packaging/pims-ipc.changes delete mode 100644 pims-ipc.manifest.in diff --git a/CMakeLists.txt b/CMakeLists.txt index 5631d18..af1a950 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,6 @@ SET_TARGET_PROPERTIES(${PROJECT_NAME} PROPERTIES VERSION ${VERSION}) TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${pkgs_LDFLAGS}) CONFIGURE_FILE(${PROJECT_NAME}.pc.in ${PROJECT_NAME}.pc @ONLY) -CONFIGURE_FILE(${PROJECT_NAME}.manifest.in ${PROJECT_NAME}.manifest @ONLY) SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "${PROJECT_NAME}.pc") INSTALL(TARGETS ${PROJECT_NAME} DESTINATION ${LIB_INSTALL_DIR}) diff --git a/packaging/pims-ipc.changes b/packaging/pims-ipc.changes new file mode 100644 index 0000000..5e671d3 --- /dev/null +++ b/packaging/pims-ipc.changes @@ -0,0 +1,3 @@ +* Thu Jul 11 2013 Patrick McCarty e96fbe5 +- Remove the manifest template file + diff --git a/pims-ipc.manifest.in b/pims-ipc.manifest.in deleted file mode 100644 index f9162a6..0000000 --- a/pims-ipc.manifest.in +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - -- 2.7.4