28 lines
		
	
	
		
			463 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			463 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#only include specific /debian files
 | 
						|
src/debian/*
 | 
						|
!src/debian/compat
 | 
						|
!src/debian/changelog
 | 
						|
!src/debian/control
 | 
						|
!src/debian/rules
 | 
						|
!src/debian/copyright
 | 
						|
!src/debian/docs
 | 
						|
!src/debian/watch
 | 
						|
!src/debian/source/format
 | 
						|
 | 
						|
#since we have not changed upstream, and this is packaged don't keep the source files
 | 
						|
src/*
 | 
						|
 | 
						|
 | 
						|
#generic packaging artifacts
 | 
						|
debhelper-build-stamp
 | 
						|
.debhelper
 | 
						|
*.deb
 | 
						|
*.dsc
 | 
						|
*.build
 | 
						|
*.buildinfo
 | 
						|
*.changes
 | 
						|
*.log
 | 
						|
*.substvars
 | 
						|
*.diff.gz
 | 
						|
*.upload
 | 
						|
*.debian.tar.xz |