Add no-check-builddeps to dpkg-buildpackage and use long cli flags
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -42,7 +42,7 @@ uninstall:
 | 
				
			|||||||
	rm -rf $(DESTDIR)/srv/deploy/install/$(PKG_NAME)
 | 
						rm -rf $(DESTDIR)/srv/deploy/install/$(PKG_NAME)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
package:
 | 
					package:
 | 
				
			||||||
	dpkg-buildpackage -us -uc
 | 
						dpkg-buildpackage --unsigned-source --unsigned-changes --no-check-builddeps
 | 
				
			||||||
 | 
					
 | 
				
			||||||
package-check:
 | 
					package-check:
 | 
				
			||||||
	@if [ "$(DEB_CHANGELOG_VERSION)" != "$(PKG_FULL_VERSION)" ]; then \
 | 
						@if [ "$(DEB_CHANGELOG_VERSION)" != "$(PKG_FULL_VERSION)" ]; then \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user