[SCM] foo-yc20/master: Temporarly disable DSP sources re-generation to prevent SIGSEGV at startup. See upstream bug report for more information: http://code.google.com/p/foo-yc20/issues/detail?id=5

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Apr 26 09:04:24 UTC 2012


The following commit has been merged in the master branch:
commit f7f6122ce4c9624594b5169b03254e1c26c3408a
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Apr 26 11:01:06 2012 +0200

    Temporarly disable DSP sources re-generation to prevent SIGSEGV
    at startup. See upstream bug report for more information:
    http://code.google.com/p/foo-yc20/issues/detail?id=5

diff --git a/debian/rules b/debian/rules
index eabaea6..19f1688 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,26 +3,11 @@
 LDFLAGS+=-Wl,--as-needed
 PREFIX=/usr
 
-FILES_TO_RESTORE=gen/yc20-dsp-standalone.cpp gen/yc20-dsp-plugin.cpp
-
 %:
 	dh $@ -Smakefile
 
-override_dh_auto_clean:
-	for i in ${FILES_TO_RESTORE} ; do \
-		[ ! -f $${i}.upstream-orig ] || mv $${i}.upstream-orig $${i} ;\
-	done
-	dh_auto_clean
-
-override_dh_auto_configure:
-	for i in ${FILES_TO_RESTORE} ; do \
-		[ ! -f $${i} ] || mv $${i} $${i}.upstream-orig ;\
-	done
-	$(MAKE) generate-source
-
 override_dh_auto_build:
 	dh_auto_build -- PREFIX=${PREFIX}
 
 override_dh_auto_install:
 	dh_auto_install -- PREFIX=${PREFIX} install
-

-- 
foo-yc20 packaging



More information about the pkg-multimedia-commits mailing list