projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5223f8
)
rules: Only skip the cloud providers on Ubuntu itself
author
Iain Lane
<laney@debian.org>
Mon, 26 Jul 2021 10:30:57 +0000
(11:30 +0100)
committer
Iain 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
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index b4c0efa3fa0667fac84d876f294103223928933a..8fff11736e18587f7ec7540cccc3292850cabf71 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-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