[SCM] Audacity debian packaging branch, master, updated. debian/1.3.10-2-6-g4d364fc

bdrung-guest at users.alioth.debian.org bdrung-guest at users.alioth.debian.org
Tue Jan 19 21:59:43 UTC 2010


The following commit has been merged in the master branch:
commit 4d364fc25da7ab60f1e24be78fb1a7b502fd793f
Author: Benjamin Drung <bdrung at gmail.com>
Date:   Tue Jan 19 22:59:13 2010 +0100

    Replace spaces by tab in debian/source_audacity.py

diff --git a/debian/source_audacity.py b/debian/source_audacity.py
index 0a2cd9b..125ba66 100644
--- a/debian/source_audacity.py
+++ b/debian/source_audacity.py
@@ -14,7 +14,7 @@ def add_info(report):
 	# of the user's soundcards would be nice.
 	report['AlsaCards'] = command_output(['cat', '/proc/asound/cards'])
 
-        cfgfilename = os.path.expanduser('~/.audacity-data/audacity.cfg')
+	cfgfilename = os.path.expanduser('~/.audacity-data/audacity.cfg')
 	if os.path.exists(cfgfilename):
 		s = open(cfgfilename).read()
 		# give the user some privacy by removing MRU file list

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list