@@ -24,35 +24,35 @@ binary: binary-arch
2424
2525binary-arch : libcpplocate-meta libcpplocate libcpplocate-dev libcpplocate-docs libcpplocate-dbg libcpplocate-all liblocate liblocate-dev liblocate-docs liblocate-dbg liblocate-all
2626
27- libcpplocate-meta :
27+ libcpplocate-meta : build
2828 cd $(BUILDDIR ) ; DESTDIR=../debian/tmp COMPONENT=meta make component_install
2929 mkdir -p debian/tmp/DEBIAN
3030 dpkg-gencontrol -plibcpplocate-meta
3131 dpkg --build debian/tmp ..
3232 rm -rf debian/tmp
3333
34- libcpplocate :
34+ libcpplocate : build
3535 cd $(BUILDDIR ) ; DESTDIR=../debian/tmp COMPONENT=runtime_cpp make component_install
3636 mkdir -p debian/tmp/DEBIAN
3737 dpkg-gencontrol -plibcpplocate
3838 dpkg --build debian/tmp ..
3939 rm -rf debian/tmp
4040
41- libcpplocate-dev :
41+ libcpplocate-dev : build
4242 cd $(BUILDDIR ) ; DESTDIR=../debian/tmp COMPONENT=dev_cpp make component_install
4343 mkdir -p debian/tmp/DEBIAN
4444 dpkg-gencontrol -plibcpplocate-dev
4545 dpkg --build debian/tmp ..
4646 rm -rf debian/tmp
4747
48- libcpplocate-docs :
48+ libcpplocate-docs : build
4949 cd $(BUILDDIR ) ; DESTDIR=../debian/tmp COMPONENT=docs make component_install
5050 mkdir -p debian/tmp/DEBIAN
5151 dpkg-gencontrol -plibcpplocate-docs
5252 dpkg --build debian/tmp ..
5353 rm -rf debian/tmp
5454
55- libcpplocate-dbg :
55+ libcpplocate-dbg : build
5656 cd $(BUILDDEBUGDIR ) ; DESTDIR=../debian/tmp COMPONENT=runtime_cpp make component_install
5757 cd $(BUILDDEBUGDIR ) ; DESTDIR=../debian/tmp COMPONENT=dev_cpp make component_install
5858 rm -rf debian/tmp/usr/include
@@ -63,7 +63,7 @@ libcpplocate-dbg:
6363 dpkg --build debian/tmp ..
6464 rm -rf debian/tmp
6565
66- libcpplocate-all :
66+ libcpplocate-all : build
6767 mkdir -p debian/tmp/DEBIAN
6868 dpkg-gencontrol -plibcpplocate-all
6969 dpkg --build debian/tmp ..
@@ -76,20 +76,20 @@ liblocate:
7676 dpkg --build debian/tmp ..
7777 rm -rf debian/tmp
7878
79- liblocate-dev :
79+ liblocate-dev : build
8080 cd $(BUILDDIR ) ; DESTDIR=../debian/tmp COMPONENT=dev_c make component_install
8181 mkdir -p debian/tmp/DEBIAN
8282 dpkg-gencontrol -pliblocate-dev
8383 dpkg --build debian/tmp ..
8484 rm -rf debian/tmp
8585
86- liblocate-docs :
86+ liblocate-docs : build
8787 mkdir -p debian/tmp/DEBIAN
8888 dpkg-gencontrol -pliblocate-docs
8989 dpkg --build debian/tmp ..
9090 rm -rf debian/tmp
9191
92- liblocate-dbg :
92+ liblocate-dbg : build
9393 cd $(BUILDDEBUGDIR ) ; DESTDIR=../debian/tmp COMPONENT=runtime_c make component_install
9494 cd $(BUILDDEBUGDIR ) ; DESTDIR=../debian/tmp COMPONENT=dev_c make component_install
9595 rm -rf debian/tmp/usr/include
@@ -100,7 +100,7 @@ liblocate-dbg:
100100 dpkg --build debian/tmp ..
101101 rm -rf debian/tmp
102102
103- liblocate-all :
103+ liblocate-all : build
104104 mkdir -p debian/tmp/DEBIAN
105105 dpkg-gencontrol -pliblocate-all
106106 dpkg --build debian/tmp ..
0 commit comments