Skip to content

Commit ab3b72e

Browse files
committed
Use underscore for PPA components
1 parent 24a1cbf commit ab3b72e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

deploy/ubuntu-ppa/debian/rules

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ libcpplocate-meta:
3232
rm -rf debian/tmp
3333

3434
libcpplocate:
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

4141
libcpplocate-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

5555
libcpplocate-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

7272
liblocate:
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

7979
liblocate-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

9292
liblocate-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

deploy/ubuntu-ppa/recipe.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# git-build-recipe format 0.4 deb-version {debupstream}+{revno}
2-
lp:cpplocate v1
3-
nest-part packaging lp:cpplocate deploy/ubuntu-ppa/debian debian v1
2+
lp:cpplocate v2
3+
nest-part packaging lp:cpplocate deploy/ubuntu-ppa/debian debian v2

0 commit comments

Comments
 (0)