@@ -32,14 +32,14 @@ libcpplocate-meta:
3232 rm -rf debian/tmp
3333
3434libcpplocate :
35- cd $(BUILDDIR ) ; DESTDIR=../debian/tmp COMPONENT=runtime-cpp make component_install
35+ 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
4141libcpplocate-dev :
42- cd $(BUILDDIR ) ; DESTDIR=../debian/tmp COMPONENT=dev-cpp make component_install
42+ 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 ..
@@ -53,8 +53,8 @@ libcpplocate-docs:
5353 rm -rf debian/tmp
5454
5555libcpplocate-dbg :
56- cd $(BUILDDEBUGDIR ) ; DESTDIR=../debian/tmp COMPONENT=runtime-cpp make component_install
57- cd $(BUILDDEBUGDIR ) ; DESTDIR=../debian/tmp COMPONENT=dev-cpp make component_install
56+ cd $(BUILDDEBUGDIR ) ; DESTDIR=../debian/tmp COMPONENT=runtime_cpp make component_install
57+ cd $(BUILDDEBUGDIR ) ; DESTDIR=../debian/tmp COMPONENT=dev_cpp make component_install
5858 rm -rf debian/tmp/usr/include
5959 rm debian/tmp/usr/share/* /* -config.cmake
6060 rm debian/tmp/usr/share/* /cmake/* /* -export.cmake
@@ -70,14 +70,14 @@ libcpplocate-all:
7070 rm -rf debian/tmp
7171
7272liblocate :
73- cd $(BUILDDIR ) ; DESTDIR=../debian/tmp COMPONENT=runtime-c make component_install
73+ cd $(BUILDDIR ) ; DESTDIR=../debian/tmp COMPONENT=runtime_c make component_install
7474 mkdir -p debian/tmp/DEBIAN
7575 dpkg-gencontrol -pliblocate
7676 dpkg --build debian/tmp ..
7777 rm -rf debian/tmp
7878
7979liblocate-dev :
80- cd $(BUILDDIR ) ; DESTDIR=../debian/tmp COMPONENT=dev-c make component_install
80+ 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 ..
@@ -90,8 +90,8 @@ liblocate-docs:
9090 rm -rf debian/tmp
9191
9292liblocate-dbg :
93- cd $(BUILDDEBUGDIR ) ; DESTDIR=../debian/tmp COMPONENT=runtime-c make component_install
94- cd $(BUILDDEBUGDIR ) ; DESTDIR=../debian/tmp COMPONENT=dev-c make component_install
93+ cd $(BUILDDEBUGDIR ) ; DESTDIR=../debian/tmp COMPONENT=runtime_c make component_install
94+ cd $(BUILDDEBUGDIR ) ; DESTDIR=../debian/tmp COMPONENT=dev_c make component_install
9595 rm -rf debian/tmp/usr/include
9696 rm debian/tmp/usr/share/* /* -config.cmake
9797 rm debian/tmp/usr/share/* /cmake/* /* -export.cmake
0 commit comments