Skip to content
Snippets Groups Projects
Commit 52a3fb25 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Attempt to fix multiarch metapackage building

parent d1bed10d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ clean:
dh_testroot
dh_clean
binary-indep:
binary-arch:
dh_clean
dh_testdir
dh_testroot
......@@ -20,8 +20,12 @@ binary-indep:
dh_md5sums
dh_builddeb
binary-arch:
binary-indep:
build-indep:
build-arch:
binary: binary-indep binary-arch
.PHONY: binary binary-arch binary-indep clean build
.PHONY: binary binary-arch binary-indep clean build build-arch build-indep
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment