rules: Only skip the cloud providers on Ubuntu itself
authorIain Lane <laney@debian.org>
Mon, 26 Jul 2021 10:30:57 +0000 (11:30 +0100)
committerIain Lane <laney@debian.org>
Mon, 26 Jul 2021 10:30:57 +0000 (11:30 +0100)
For everything else the main/universe distinction doesn't apply

debian/rules

index b4c0efa3fa0667fac84d876f294103223928933a..8fff11736e18587f7ec7540cccc3292850cabf71 100755 (executable)
@@ -119,7 +119,7 @@ else
 configure_flags_deb += -Dinstall-tests=true
 endif
 
-ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes), yes)
+ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes), yes)
 # Not in main repository
 configure_flags_deb += -Dcloudproviders=disabled
 endif