diff --git a/debian/rules b/debian/rules index d256d9d..cb397dd 100755 --- a/debian/rules +++ b/debian/rules @@ -20,8 +20,8 @@ ifneq (,$(filter-out parallel=1,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))) endif # Get the metapackage name by listing the packages from d/control and -# picking the only one that starts with SD -METAPACKGE := $(shell dh_listpackages | grep "securedrop") +# picking the only one that starts with "securedrop" +METAPACKGE := $(shell dh_listpackages | grep "^securedrop") .PHONY: binary binary-indep binary-arch binary: binary-arch binary-indep