Skip to content

Commit e8bd2dd

Browse files
author
Aaron Roller
committed
build: .deb created in current dir AM-604/4_0_1
1 parent 5496a71 commit e8bd2dd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

debian/rules

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
1414

1515
override_dh_auto_configure:
1616
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DADVANCED_SENSING:BOOL=ON
17+
18+
override_dh_builddeb:
19+
dh_builddeb --destdir=.
20+
21+
override_dh_auto_clean:
22+
dh_auto_clean
23+
rm -f *.*deb
24+
rm -rf obj-*

0 commit comments

Comments
 (0)