We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ee5da commit e061d22Copy full SHA for e061d22
1 file changed
build/debian/rules
@@ -16,3 +16,18 @@ export DEB_OBJCXXFLAGS_MAINT_APPEND := $(debug_prefix_map_arg)
16
17
%:
18
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
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