From: IOhannes m zmölnig (Debian/GNU) Date: Mon, 20 Dec 2021 07:36:45 +0000 (+0100) Subject: Fix copy-paste error X-Git-Tag: archive/raspbian/0.20.1+ds1-1+rpi1~1^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=038d0e145a935e375a37acf14567e30d00b1c24b;p=giada.git Fix copy-paste error Gbp-Dch: ignore --- diff --git a/debian/rules b/debian/rules index 8ab629b..282a128 100755 --- a/debian/rules +++ b/debian/rules @@ -48,7 +48,7 @@ execute_before_dh_auto_configure: done cp -ra /usr/share/juce src/deps/ # patch around some bugs in FST - sed -e 's|\(.*t_fstTimeInfo.smpteFrameRate.*\)|};\ntypedef enum {\1|' -e 's|\(.*SmpteFilm35mm.*\)|\1 }^CstSmpteFrameRate;\nenum {dummy_enum|' /usr/include/pluginterfaces/fst/fst.h > src/deps/juce/modules/juce_audio_processors/format_types/fst.h + sed -e 's|\(.*t_fstTimeInfo.smpteFrameRate.*\)|};\ntypedef enum {\1|' -e 's|\(.*SmpteFilm35mm.*\)|\1 } VstSmpteFrameRate;\nenum {dummy_enum|' /usr/include/pluginterfaces/fst/fst.h > src/deps/juce/modules/juce_audio_processors/format_types/fst.h sed -e 's||"fst.h"|' -i src/deps/juce/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp override_dh_auto_configure: dh_auto_configure -- \