From 074c5e3f96026aaa37153dc7b7a17c64be473fba Mon Sep 17 00:00:00 2001 From: Christian Ehrhardt Date: Thu, 8 Nov 2018 08:10:12 +0100 Subject: d/p/0110-remove_stale_files.patch: update for py3 compatibility (Closes: #893740) Signed-off-by: Christian Ehrhardt --- debian/patches/0110-remove_stale_files.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/patches/0110-remove_stale_files.patch') diff --git a/debian/patches/0110-remove_stale_files.patch b/debian/patches/0110-remove_stale_files.patch index b3a94d2..298d47c 100644 --- a/debian/patches/0110-remove_stale_files.patch +++ b/debian/patches/0110-remove_stale_files.patch @@ -13,7 +13,7 @@ Index: trunk/engine/SCons/Script/Main.py + # Remove temporary files left by SCons + if options.clean: -+ if os.environ.has_key('DH_INTERNAL_OPTIONS'): ++ if 'DH_INTERNAL_OPTIONS' in os.environ: + import shutil + for path in ('.sconsign.dblite', '.sconf_temp'): + try: -- cgit v1.2.3