[SCM] zynaddsubfx/master: Add patch to not duplicate changelog file.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Jun 20 08:22:53 UTC 2015


The following commit has been merged in the master branch:
commit fdd7a27bdeac2176cab8ee424c7ecdd1827b7302
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Jun 20 10:26:38 2015 +0200

    Add patch to not duplicate changelog file.

diff --git a/debian/patches/03-dont_duplicate_changelog_files.patch b/debian/patches/03-dont_duplicate_changelog_files.patch
new file mode 100644
index 0000000..b08c6b0
--- /dev/null
+++ b/debian/patches/03-dont_duplicate_changelog_files.patch
@@ -0,0 +1,16 @@
+Description: Dont duplicate changelog files.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: zynaddsubfx/CMakeLists.txt
+===================================================================
+--- zynaddsubfx.orig/CMakeLists.txt
++++ zynaddsubfx/CMakeLists.txt
+@@ -8,6 +8,6 @@ include(CTestConfig.cmake)
+ #Currently the only directory that uses cmake
+ add_subdirectory(src)
+ 
+-install(FILES AUTHORS.txt COPYING FAQ.txt HISTORY.txt README.txt
++install(FILES AUTHORS.txt COPYING FAQ.txt README.txt
+ 	DESTINATION share/doc/zynaddsubfx
+ 	)
diff --git a/debian/patches/series b/debian/patches/series
index 783a24d..a15f616 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-no_sse_generic.patch
 0002-misspellings.patch
+03-dont_duplicate_changelog_files.patch

-- 
zynaddsubfx packaging



More information about the pkg-multimedia-commits mailing list