buildsys: improve DSC target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
		
							parent
							
								
									e662807c34
								
							
						
					
					
						commit
						60e902c637
					
				
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							@ -65,10 +65,12 @@ $(DST_DEB): $(BUILD_DIR).prepared
 | 
				
			|||||||
	#lintian $(HDR_DEB)
 | 
						#lintian $(HDR_DEB)
 | 
				
			||||||
	lintian $(LINUX_TOOLS_DEB)
 | 
						lintian $(LINUX_TOOLS_DEB)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dsc: $(DSC)
 | 
					dsc:
 | 
				
			||||||
 | 
						$(MAKE) $(DSC)
 | 
				
			||||||
 | 
						lintian $(DSC)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(DSC): $(BUILD_DIR).prepared
 | 
					$(DSC): $(BUILD_DIR).prepared
 | 
				
			||||||
	cd $(BUILD_DIR); dpkg-buildpackage -S -uc -us -d
 | 
						cd $(BUILD_DIR); dpkg-buildpackage -S -uc -us -d
 | 
				
			||||||
	lintian $(DSC)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
sbuild: $(DSC)
 | 
					sbuild: $(DSC)
 | 
				
			||||||
	sbuild $(DSC)
 | 
						sbuild $(DSC)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user