mirror of
				https://git.proxmox.com/git/pve-manager
				synced 2025-10-31 18:55:35 +00:00 
			
		
		
		
	 de59191b45
			
		
	
	
		de59191b45
		
	
	
	
	
		
			
			which was replaced by proxmox-mail-forward living in its own package. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			280 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			280 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/make -f
 | |
| 
 | |
| include debian/rules.env
 | |
| export REPOID=${REPOID_GENERATED}
 | |
| 
 | |
| %:
 | |
| 	dh $@
 | |
| 
 | |
| override_dh_compress:
 | |
| 	dh_compress -Xaplinfo.dat -Xtrustedkeys.gpg
 | |
| 
 | |
| override_dh_strip_nondeterminism:
 | |
| 	dh_strip_nondeterminism -X.png
 | |
| 
 | |
| override_dh_fixperms:
 | |
| 	dh_fixperms -Xvar/log/pveproxy
 |