mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	It may be unhelpful to have debug symbols getting pulled from Unstable while using packages from Testing or even Stable.
		
			
				
	
	
		
			11 lines
		
	
	
		
			298 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			298 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Copied from https://www.wireguard.com/install/ (2020-01-11)
 | |
| # Default priority appears to be 500, so 90 results to unstable being
 | |
| # used when the package is not available anywhere else
 | |
| Package: *
 | |
| Pin: release a=unstable
 | |
| Pin-Priority: 90
 | |
| 
 | |
| Package: *
 | |
| Pin: release a=unstable-debug
 | |
| Pin-Priority: 90
 |