[SCM] kmidimon/master: Remove uninstall target from CMakeLists.txt, fixing FTBFS

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Sun Jul 24 12:35:46 UTC 2016


The following commit has been merged in the master branch:
commit 5eaaa2f5e9e9365cca2b4b377a82c3b5def89ff0
Author: Radovan Birdic <Radovan.Birdic at imgtec.com>
Date:   Sat Jul 23 21:16:45 2016 +0100

    Remove uninstall target from CMakeLists.txt, fixing FTBFS
    
    Closes: #803566

diff --git a/debian/patches/01-remove-uninstall-target.patch b/debian/patches/01-remove-uninstall-target.patch
new file mode 100644
index 0000000..36a3285
--- /dev/null
+++ b/debian/patches/01-remove-uninstall-target.patch
@@ -0,0 +1,22 @@
+Description: Remove uninstall target from CMakeLists.txt, fixing FTBFS
+Author: Radovan Birdic <Radovan.Birdic at imgtec.com>
+Bug-Debian: https://bugs.debian.org/803566
+Forwarded: no
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -128,13 +128,6 @@ CONFIGURE_FILE(
+     "${CMAKE_SOURCE_DIR}/kmidimon.spec"
+     IMMEDIATE @ONLY)
+ 
+-CONFIGURE_FILE(
+-    "${CMAKE_SOURCE_DIR}/cmake_admin/cmake_uninstall.cmake.in"
+-    "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
+-    IMMEDIATE @ONLY)
+-ADD_CUSTOM_TARGET(uninstall
+-    "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
+-
+ ADD_CUSTOM_TARGET ( tarball
+     COMMAND mkdir -p kmidimon-${VERSION}
+     COMMAND cp -r cmake_admin kmidimon-${VERSION}
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8bb8ae1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-remove-uninstall-target.patch

-- 
kmidimon packaging



More information about the pkg-multimedia-commits mailing list