| 
									
										
										
										
											2019-05-22 17:16:06 +02:00
										 |  |  | #!/usr/bin/make -f | 
					
						
							|  |  |  | %: | 
					
						
							| 
									
										
										
										
											2020-11-01 13:03:13 +01:00
										 |  |  | 	dh $@ --parallel --buildsystem=cmake+ninja | 
					
						
							| 
									
										
										
										
											2019-05-22 17:16:06 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | override_dh_auto_configure: | 
					
						
							| 
									
										
										
										
											2022-10-19 11:24:39 +02:00
										 |  |  | 	dh_auto_configure -- -DARCH_OPT=nehalem -DENABLE_EXTERNAL_LIBRARIES=AUTO -DDEBUG_OUTPUT=ON -DBUILD_SERVER=OFF | 
					
						
							| 
									
										
										
										
											2019-05-22 17:16:06 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-07-31 19:20:18 +01:00
										 |  |  | # delete any external projects (such as libsigmf) that are installed | 
					
						
							|  |  |  | # would be better if we could prevent them from being installed in CMakeLists.txt | 
					
						
							|  |  |  | override_dh_install: | 
					
						
							|  |  |  | 	-find debian/sdrangel -type d -name external -exec rm -r {} \; -exec mkdir {} \; -exec rmdir -p {} \; | 
					
						
							|  |  |  | 	dh_install | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-11-01 13:03:13 +01:00
										 |  |  | override_dh_auto_test: | 
					
						
							|  |  |  | 	echo "Skipping test step" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-22 17:16:06 +02:00
										 |  |  | # permit the packaging with /usr/local/lib libraries (from `make install`) | 
					
						
							|  |  |  | # you can also use `export DEB_DH_SHLIBDEPS_ARGS_ALL=--dpkg-shlibdeps-params=--ignore-missing-info` | 
					
						
							|  |  |  | # not a good idea! | 
					
						
							|  |  |  | override_dh_shlibdeps: | 
					
						
							|  |  |  | 	dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info |