mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 11:27:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Updating from testing only when apt is told to do so
 | 
						|
# https://wiki.debian.org/AptPreferences#Notes_from_JoshuaRodman
 | 
						|
# See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725934 debsecan
 | 
						|
Package: *
 | 
						|
Pin: release a=testing
 | 
						|
Pin-Priority: 900
 | 
						|
 | 
						|
Package: *
 | 
						|
Pin: release a=testing-debug
 | 
						|
Pin-Priority: 900
 | 
						|
 | 
						|
Package: *
 | 
						|
Pin: release o=Debian
 | 
						|
Pin-Priority: -10
 |