diff -Nru ste-plugins-0.0.2/debian/changelog ste-plugins-0.0.2/debian/changelog --- ste-plugins-0.0.2/debian/changelog 2014-02-20 15:19:28.000000000 +0000 +++ ste-plugins-0.0.2/debian/changelog 2015-09-10 09:43:31.000000000 +0000 @@ -1,3 +1,12 @@ +ste-plugins (0.0.2-3) unstable; urgency=medium + + * Bump Standards. + * Enable parallel build. + * Update copyright file. + * Added patch to remove LADSPA_PROPERTY_REALTIME. + + -- Jaromír Mikeš Thu, 10 Sep 2015 11:43:15 +0200 + ste-plugins (0.0.2-2) unstable; urgency=medium * Improve long description. Closes: #739612. Thanks Justin B Rye. diff -Nru ste-plugins-0.0.2/debian/control ste-plugins-0.0.2/debian/control --- ste-plugins-0.0.2/debian/control 2014-02-20 15:19:28.000000000 +0000 +++ ste-plugins-0.0.2/debian/control 2015-09-10 09:35:30.000000000 +0000 @@ -11,7 +11,7 @@ Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/index.html Vcs-Git: git://anonscm.debian.org/pkg-multimedia/ste-plugins.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/ste-plugins.git -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Package: ste-plugins Architecture: any diff -Nru ste-plugins-0.0.2/debian/copyright ste-plugins-0.0.2/debian/copyright --- ste-plugins-0.0.2/debian/copyright 2014-02-20 15:19:28.000000000 +0000 +++ ste-plugins-0.0.2/debian/copyright 2015-09-10 09:35:38.000000000 +0000 @@ -13,7 +13,7 @@ Files: ./debian/* Copyright: - 2014 Jaromír Mikeš + 2014-2015 Jaromír Mikeš License: GPL-2+ License: GPL-2+ diff -Nru ste-plugins-0.0.2/debian/patches/02-remove_LADSPA_PROPERTY_REALTIME.patch ste-plugins-0.0.2/debian/patches/02-remove_LADSPA_PROPERTY_REALTIME.patch --- ste-plugins-0.0.2/debian/patches/02-remove_LADSPA_PROPERTY_REALTIME.patch 1970-01-01 00:00:00.000000000 +0000 +++ ste-plugins-0.0.2/debian/patches/02-remove_LADSPA_PROPERTY_REALTIME.patch 2015-09-10 09:38:18.000000000 +0000 @@ -0,0 +1,26 @@ +Author: Jaromír Mikeš +Description: Remove LADSPA_PROPERTY_REALTIME. +Forwarded: no + +Index: ste-plugins/stereo_if.cc +=================================================================== +--- ste-plugins.orig/stereo_if.cc ++++ ste-plugins/stereo_if.cc +@@ -167,7 +167,7 @@ static const LADSPA_Descriptor moddescr + { + 1955, + label0, +- LADSPA_PROPERTY_REALTIME | LADSPA_PROPERTY_HARD_RT_CAPABLE, ++ LADSPA_PROPERTY_HARD_RT_CAPABLE, + name0, + maker, + copyr, +@@ -188,7 +188,7 @@ static const LADSPA_Descriptor moddescr + { + 1956, + label1, +- LADSPA_PROPERTY_REALTIME | LADSPA_PROPERTY_HARD_RT_CAPABLE, ++ LADSPA_PROPERTY_HARD_RT_CAPABLE, + name1, + maker, + copyr, diff -Nru ste-plugins-0.0.2/debian/patches/series ste-plugins-0.0.2/debian/patches/series --- ste-plugins-0.0.2/debian/patches/series 2014-02-20 15:19:28.000000000 +0000 +++ ste-plugins-0.0.2/debian/patches/series 2015-09-10 09:36:58.000000000 +0000 @@ -1 +1,2 @@ 01-destdir.patch +02-remove_LADSPA_PROPERTY_REALTIME.patch diff -Nru ste-plugins-0.0.2/debian/rules ste-plugins-0.0.2/debian/rules --- ste-plugins-0.0.2/debian/rules 2014-02-20 15:19:28.000000000 +0000 +++ ste-plugins-0.0.2/debian/rules 2015-09-10 09:35:50.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --parallel override_dh_auto_build: [ ! -f ladspa.h ] || mv ladspa.h ladspa.h.bak