[SCM] kmetronome/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:42 UTC 2016
The following commit has been merged in the master branch:
commit 2a86e836b730e1f9a6f246667893551e4dcb5c4f
Author: James Cowgill <jcowgill at debian.org>
Date: Sat Jul 23 23:43:24 2016 +0100
Remove uninstall target from CMakeLists.txt, fixing FTBFS
Closes: #802081
diff --git a/debian/patches/01-remove-uninstall-target.patch b/debian/patches/01-remove-uninstall-target.patch
new file mode 100644
index 0000000..711b6fe
--- /dev/null
+++ b/debian/patches/01-remove-uninstall-target.patch
@@ -0,0 +1,23 @@
+Description: Remove uninstall target from CMakeLists.txt, fixing FTBFS
+Author: James Cowgill <jcowgill at debian.org>
+Author: Radovan Birdic <Radovan.Birdic at imgtec.com>
+Bug-Debian: https://bugs.debian.org/802081
+Forwarded: no
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -122,13 +122,6 @@ CONFIGURE_FILE(
+ "${CMAKE_SOURCE_DIR}/kmetronome.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 kmetronome-${VERSION}
+ COMMAND cp -r cmake_admin kmetronome-${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
--
kmetronome packaging
More information about the pkg-multimedia-commits
mailing list