diff options
| author | Steve Slaven <bpk@hoopajoo.net> | 2006-02-06 22:25:00 (GMT) | 
|---|---|---|
| committer | Steve Slaven <bpk@hoopajoo.net> | 2006-02-06 22:25:00 (GMT) | 
| commit | 3a02fb809d70fcbe35239ec4c653b18d121aa311 (patch) | |
| tree | ef1d3597b18d06f5ffb14cba6315e6eab8b5281f /debian/rules | |
| parent | c730a8c29963ecf5996ebafe344a50edfb604eaf (diff) | |
| download | powwow-3a02fb809d70fcbe35239ec4c653b18d121aa311.zip powwow-3a02fb809d70fcbe35239ec4c653b18d121aa311.tar.gz powwow-3a02fb809d70fcbe35239ec4c653b18d121aa311.tar.bz2  | |
Updated debian build, bumped versionv1.2.10
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 68ec697..2435f36 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,7 @@ clean:  	# Add here commands to clean up after the build process.  	#$(MAKE) clean  	#$(MAKE) distclean +	if test -e Makefile; then $(MAKE) distclean; fi  	dh_clean  | 
