mirror of
				https://git.proxmox.com/git/pve-docs
				synced 2025-11-04 04:32:27 +00:00 
			
		
		
		
	build packages in one go by moving individual .deb targets into install targets called by dpkg-buildpackage. all three binary packages are bootstrappable on a straight Debian host, so there is no need to call dpkg-buildpackage separately for each of them. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			151 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			151 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/make -f
 | 
						|
 | 
						|
# Uncomment this to turn on verbose mode.
 | 
						|
#export DH_VERBOSE=1
 | 
						|
 | 
						|
%:
 | 
						|
	dh $@ 
 | 
						|
 | 
						|
.PHONY: override_dh_auto_build
 | 
						|
override_dh_auto_build:
 |