9 lines
		
	
	
		
			179 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			179 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/make -f
 | 
						|
export PYBUILD_NAME=openwebrx
 | 
						|
 | 
						|
%:
 | 
						|
	dh $@ --with python3 --buildsystem=pybuild --with systemd
 | 
						|
 | 
						|
override_dh_strip_nondeterminism:
 | 
						|
	dh_strip_nondeterminism -X.png
 |