mirror of
				https://git.proxmox.com/git/pve-docs
				synced 2025-10-31 19:16:36 +00:00 
			
		
		
		
	 fa764571f6
			
		
	
	
		fa764571f6
		
	
	
	
	
		
			
			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:
 |