Description: lintian does not like profiling enabled
             (-> lintian-explain-tags binary-compiled-with-profiling-enabled)
Index: cpdb-libs-1.2.0/demo/Makefile
===================================================================
--- cpdb-libs-1.2.0.orig/demo/Makefile	2018-08-19 12:32:05.000000000 +0200
+++ cpdb-libs-1.2.0/demo/Makefile	2023-01-09 11:43:58.454137674 +0100
@@ -7,10 +7,10 @@
 
 #compile the sample frontend
 print_frontend: print_frontend.c 
-	gcc -g -pg -o $@ $^ $(CPD_FRONT_FLAGS) $(GLIB_FLAGS)
+	gcc -g -o $@ $^ $(CPD_FRONT_FLAGS) $(GLIB_FLAGS)
 
 pickle_test: pickle_test.c
-	gcc -g -pg -o $@ $^ $(CPD_FRONT_FLAGS)
+	gcc -g -o $@ $^ $(CPD_FRONT_FLAGS)
 
 clean:
 	rm -f print_frontend pickle_test
