| 
					
				 | 
			
			
				@@ -5,6 +5,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # HOWMANY is the number of bytes looked at by file 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 CFLAGS += -DHOWMANY=0x18000 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ifeq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	export PATH := $(CURDIR)/debian/run-file:$(PATH) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	export CURDIR 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+endif 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 %: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	dh $@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |