[SCM] csound/master: Unbreak binary build
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Sat Sep 3 16:51:36 UTC 2016
The following commit has been merged in the master branch:
commit 5efefc045eec80b2ba6bf2487bf30525bcf90595
Author: Felipe Sateler <fsateler at debian.org>
Date: Sat Sep 3 13:10:49 2016 -0300
Unbreak binary build
diff --git a/debian/rules b/debian/rules
index 8c4f4de..ae387e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -146,13 +146,16 @@ override_dh_auto_clean:
rm -f Custom.cmake
rm -rf doc/doxygen
-override_dh_auto_install-indep:
+override_dh_auto_install: override_dh_auto_install-indep override_dh_auto_install-arch
+
+do_dh_auto_install:
dh_auto_install
+
+override_dh_auto_install-indep: do_dh_auto_install
mkdir -p $(CURDIR)/debian/tmp/usr/share/csound/hrtf
cp samples/*.dat $(CURDIR)/debian/tmp/usr/share/csound/hrtf
-override_dh_auto_install-arch:
- dh_auto_install
+override_dh_auto_install-arch: do_dh_auto_install
mv $(CURDIR)/debian/tmp/usr/bin/extract \
$(CURDIR)/debian/tmp/usr/bin/csound_extract
mkdir -p $(CURDIR)/debian/tmp/usr/lib/pd/extra
--
csound packaging
More information about the pkg-multimedia-commits
mailing list