Skip to content

Commit

Permalink
Revert "Fix removing duplicate CLI files (#8)"
Browse files Browse the repository at this point in the history
This reverts commit 8dad2f0.

Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
chapulina authored and methylDragon committed Jun 25, 2022
1 parent 8dad2f0 commit c67b12a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ubuntu/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ override_dh_auto_configure:
-DCMAKE_BUILD_TYPE=RelWithDebInfo

override_dh_strip:
dh_strip -a --dbg-package=libgz-utils2-dbg
dh_strip -a --dbg-package=libignition-utils2-dbg

override_dh_install:
dh_install
# remove duplicate cli files from utilsx-dev.install regexp
cd debian/libgz-utils2-cli-dev; find . -type f -exec rm -f ../libgz-utils2-dev/{} \;
find debian/libgz-utils2-dev -type d -empty -delete
cd debian/libignition-utils2-cli-dev; find . -type f -exec rm -f ../libignition-utils2-dev/{} \;
find debian/libignition-utils2-dev -type d -empty -delete

override_dh_auto_test:
ifeq ($(DEB_HOST_ARCH),armhf)
Expand Down

0 comments on commit c67b12a

Please sign in to comment.