|  | @@ -120,6 +120,3 @@ clean:
 | 
	
		
			
			| 120 | 120 |  	rm -f \#* \.#* debian/*.substvars debian/*.log
 | 
	
		
			
			| 121 | 121 |  	rm -fr deb.* debian/${APP}
 | 
	
		
			
			| 122 | 122 |  	rm -f ../${APP}*.deb ../${APP}*.changes ../${APP}*.asc ../${APP}*.dsc
 | 
	
		
			
			| 123 |  | -sourcedeb:
 | 
	
		
			
			| 124 |  | -	tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs --exclude 'debian'
 | 
	
		
			
			| 125 |  | -	gzip -f9n ../${APP}_${VERSION}.orig.tar
 |