buildsys: split long debcargo invocation into multiple lines
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
		
							
								
								
									
										8
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								Makefile
									
									
									
									
									
								
							@ -82,7 +82,13 @@ doc:
 | 
			
		||||
build:
 | 
			
		||||
	rm -rf build
 | 
			
		||||
	rm -f debian/control
 | 
			
		||||
	debcargo package --config debian/debcargo.toml --changelog-ready --no-overlay-write-back --directory build proxmox-backup $(shell dpkg-parsechangelog -l debian/changelog -SVersion | sed -e 's/-.*//')
 | 
			
		||||
	debcargo package \
 | 
			
		||||
	   --config debian/debcargo.toml \
 | 
			
		||||
	   --changelog-ready \
 | 
			
		||||
	   --no-overlay-write-back \
 | 
			
		||||
	   --directory build \
 | 
			
		||||
	   proxmox-backup \
 | 
			
		||||
	   $(shell dpkg-parsechangelog -l debian/changelog -SVersion | sed -e 's/-.*//')
 | 
			
		||||
	sed -e '1,/^$$/ ! d' build/debian/control > build/debian/control.src
 | 
			
		||||
	cat build/debian/control.src build/debian/control.in > build/debian/control
 | 
			
		||||
	rm build/debian/control.in build/debian/control.src
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user