debian/rules: Prefix `dh' options with `-O' to prevent sadness.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 29 Sep 2019 15:39:13 +0000 (16:39 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 Sep 2019 15:40:40 +0000 (16:40 +0100)
debian/rules

index a7ae1b0..509866f 100755 (executable)
@@ -4,5 +4,5 @@ DH_OPTIONS = --parallel -Bdebian/build
 
 ## Test both with and without CPU-specific optimizations.
 override_dh_auto_test:
-       dh_auto_test $(DH_OPTIONS)
-       CATACOMB_CPUFEAT="-*" dh_auto_test $(DH_OPTIONS)
+       dh_auto_test $(addprefix -O, $(DH_OPTIONS))
+       CATACOMB_CPUFEAT="-*" dh_auto_test $(addprefix -O, $(DH_OPTIONS))