mirror of
				https://git.proxmox.com/git/pve-manager
				synced 2025-11-04 00:08:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			280 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			280 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/make -f
 | 
						|
 | 
						|
include debian/rules.env
 | 
						|
 | 
						|
export REPOID=${REPOID_GENERATED}
 | 
						|
 | 
						|
override_dh_compress:
 | 
						|
	dh_compress -Xaplinfo.dat
 | 
						|
 | 
						|
override_dh_strip_nondeterminism:
 | 
						|
	dh_strip_nondeterminism -X.png
 | 
						|
 | 
						|
override_dh_fixperms:
 | 
						|
	dh_fixperms -Xpvemailforward -Xvar/log/pveproxy
 | 
						|
 | 
						|
%:
 | 
						|
	dh $@
 |