Skip to content

Commit

Permalink
Use underscore for PPA components
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibel committed Oct 12, 2018
1 parent 24a1cbf commit ab3b72e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions deploy/ubuntu-ppa/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ libcpplocate-meta:
rm -rf debian/tmp

libcpplocate:
cd $(BUILDDIR); DESTDIR=../debian/tmp COMPONENT=runtime-cpp make component_install
cd $(BUILDDIR); DESTDIR=../debian/tmp COMPONENT=runtime_cpp make component_install
mkdir -p debian/tmp/DEBIAN
dpkg-gencontrol -plibcpplocate
dpkg --build debian/tmp ..
rm -rf debian/tmp

libcpplocate-dev:
cd $(BUILDDIR); DESTDIR=../debian/tmp COMPONENT=dev-cpp make component_install
cd $(BUILDDIR); DESTDIR=../debian/tmp COMPONENT=dev_cpp make component_install
mkdir -p debian/tmp/DEBIAN
dpkg-gencontrol -plibcpplocate-dev
dpkg --build debian/tmp ..
Expand All @@ -53,8 +53,8 @@ libcpplocate-docs:
rm -rf debian/tmp

libcpplocate-dbg:
cd $(BUILDDEBUGDIR); DESTDIR=../debian/tmp COMPONENT=runtime-cpp make component_install
cd $(BUILDDEBUGDIR); DESTDIR=../debian/tmp COMPONENT=dev-cpp make component_install
cd $(BUILDDEBUGDIR); DESTDIR=../debian/tmp COMPONENT=runtime_cpp make component_install
cd $(BUILDDEBUGDIR); DESTDIR=../debian/tmp COMPONENT=dev_cpp make component_install
rm -rf debian/tmp/usr/include
rm debian/tmp/usr/share/*/*-config.cmake
rm debian/tmp/usr/share/*/cmake/*/*-export.cmake
Expand All @@ -70,14 +70,14 @@ libcpplocate-all:
rm -rf debian/tmp

liblocate:
cd $(BUILDDIR); DESTDIR=../debian/tmp COMPONENT=runtime-c make component_install
cd $(BUILDDIR); DESTDIR=../debian/tmp COMPONENT=runtime_c make component_install
mkdir -p debian/tmp/DEBIAN
dpkg-gencontrol -pliblocate
dpkg --build debian/tmp ..
rm -rf debian/tmp

liblocate-dev:
cd $(BUILDDIR); DESTDIR=../debian/tmp COMPONENT=dev-c make component_install
cd $(BUILDDIR); DESTDIR=../debian/tmp COMPONENT=dev_c make component_install
mkdir -p debian/tmp/DEBIAN
dpkg-gencontrol -pliblocate-dev
dpkg --build debian/tmp ..
Expand All @@ -90,8 +90,8 @@ liblocate-docs:
rm -rf debian/tmp

liblocate-dbg:
cd $(BUILDDEBUGDIR); DESTDIR=../debian/tmp COMPONENT=runtime-c make component_install
cd $(BUILDDEBUGDIR); DESTDIR=../debian/tmp COMPONENT=dev-c make component_install
cd $(BUILDDEBUGDIR); DESTDIR=../debian/tmp COMPONENT=runtime_c make component_install
cd $(BUILDDEBUGDIR); DESTDIR=../debian/tmp COMPONENT=dev_c make component_install
rm -rf debian/tmp/usr/include
rm debian/tmp/usr/share/*/*-config.cmake
rm debian/tmp/usr/share/*/cmake/*/*-export.cmake
Expand Down
4 changes: 2 additions & 2 deletions deploy/ubuntu-ppa/recipe.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# git-build-recipe format 0.4 deb-version {debupstream}+{revno}
lp:cpplocate v1
nest-part packaging lp:cpplocate deploy/ubuntu-ppa/debian debian v1
lp:cpplocate v2
nest-part packaging lp:cpplocate deploy/ubuntu-ppa/debian debian v2

0 comments on commit ab3b72e

Please sign in to comment.