Skip to content

Commit e061d22

Browse files
committed
deb: fix build
1 parent 85ee5da commit e061d22

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

build/debian/rules

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,18 @@ export DEB_OBJCXXFLAGS_MAINT_APPEND := $(debug_prefix_map_arg)
1616

1717
%:
1818
dh $@
19+
20+
override_dh_auto_build:
21+
dh_auto_build --buildsystem=makefile -- --directory=..
22+
@echo ""
23+
@echo "|========== build debug version of the library ==========|"
24+
@echo ""
25+
dh_auto_build --buildsystem=makefile -- --directory=../src config=dbg
26+
27+
override_dh_auto_install:
28+
dh_auto_install --buildsystem=makefile -- --directory=../
29+
dh_auto_install --buildsystem=makefile -- --directory=../src config=dbg
30+
31+
override_dh_auto_clean:
32+
dh_auto_clean --buildsystem=makefile -- --directory=../
33+
dh_auto_clean --buildsystem=makefile -- --directory=../src config=dbg

0 commit comments

Comments
 (0)