diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-10-12 20:06:47 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-10-12 20:06:47 +0200 |
commit | e627d1d01f36a1c4935978861db6e46b77167f1e (patch) | |
tree | 5a4fdd7d78b6f70948437c82832be3242467901b /debian/patches | |
parent | 0f07ba21d0d04801b878da2808294a1db5a6775f (diff) |
Refresh d/p/0110-remove_stale_files.patch for python 3 compatibility
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0110-remove_stale_files.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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: |