[SCM] milkytracker/master: Remove resources/music from CMakeLists.txt

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Thu Apr 13 22:53:13 UTC 2017


The following commit has been merged in the master branch:
commit 112ee96eacdd94a514cc163712127bfdfa390000
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Thu Apr 13 21:50:00 2017 +0100

    Remove resources/music from CMakeLists.txt

diff --git a/debian/patches/01_remove-resources-music.patch b/debian/patches/01_remove-resources-music.patch
new file mode 100644
index 0000000..fab6b92
--- /dev/null
+++ b/debian/patches/01_remove-resources-music.patch
@@ -0,0 +1,18 @@
+Description: Remove add_subdirectory(resources/music)
+ All the music in the resources/music directory is licensed under the
+ CC-BY-SA-NC 3.0 license so had to be removed from the package. Patch out the
+ relevant line from CMakeLists.txt.
+Author: James Cowgill <jcowgill at debian.org>
+Forwarded: not-needed
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -189,7 +189,6 @@ if(APPLE)
+ endif()
+ 
+ add_subdirectory(docs)
+-add_subdirectory(resources/music)
+ add_subdirectory(src/compression)
+ add_subdirectory(src/fx)
+ add_subdirectory(src/milkyplay)
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..49314c7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_remove-resources-music.patch

-- 
milkytracker packaging



More information about the pkg-multimedia-commits mailing list