[SCM] Computer music toolkit packaging branch, master, updated. upstream/1.16-16-g08fd71c

fsateler-guest at users.alioth.debian.org fsateler-guest at users.alioth.debian.org
Sun Feb 15 00:19:56 UTC 2009


The following commit has been merged in the master branch:
commit 08fd71c6d742bcc88fc73b902a668e2cd16d638c
Author: Felipe Sateler <fsateler at gmail.com>
Date:   Sun Feb 15 11:17:53 2009 +1100

    Don't fail if the plugin subdir doesn't exist.

diff --git a/debian/changelog b/debian/changelog
index 0fda37a..16c97ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ cmt (1.16-1) UNRELEASED; urgency=low
   * Use quilt for patch management.
   * Don't strip unconditionally. Closes: #436633
   * Fix zeroing of denormal numbers. Closes: #324529
+  * Don't fail if the plugin subdir doesn't exist.
 
  -- Felipe Sateler <fsateler at gmail.com>  Fri, 19 Dec 2008 14:38:57 -0300
 
diff --git a/debian/patches/create-dest-dir.patch b/debian/patches/create-dest-dir.patch
new file mode 100644
index 0000000..38c688f
--- /dev/null
+++ b/debian/patches/create-dest-dir.patch
@@ -0,0 +1,12 @@
+Index: cmt/src/makefile
+===================================================================
+--- cmt.orig/src/makefile	2009-02-15 11:12:41.000000000 +1100
++++ cmt/src/makefile	2009-02-15 11:14:03.000000000 +1100
+@@ -66,6 +66,7 @@
+ targets:	$(PLUGIN_LIB)
+ 
+ $(PLUGIN_LIB):	$(PLUGIN_OBJECTS)
++	mkdir -p $(shell dirname $(PLUGIN_LIB))
+ 	$(CXX)	-shared							\
+ 		-o $(PLUGIN_LIB)					\
+ 		$(PLUGIN_OBJECTS)					
diff --git a/debian/patches/series b/debian/patches/series
index bece029..55e7308 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 no-strip.patch
 correct_denormal.patch
+create-dest-dir.patch

-- 
Computer music toolkit packaging



More information about the pkg-multimedia-commits mailing list