File duplicity-remove_shebang.patch of Package duplicity
diff -urEbwB duplicity-0.8.10.orig/bin/duplicity duplicity-0.8.10/bin/duplicity --- duplicity-0.8.10.orig/bin/duplicity 2020-01-13 18:55:45.000000000 -0600 +++ duplicity-0.8.10/bin/duplicity 2020-01-23 15:43:52.629406317 -0600 @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*- # # duplicity -- Encrypted bandwidth efficient backup diff -urEbwB duplicity-0.8.10.orig/bin/rdiffdir duplicity-0.8.10/bin/rdiffdir --- duplicity-0.8.10.orig/bin/rdiffdir 2020-01-13 18:55:19.000000000 -0600 +++ duplicity-0.8.10/bin/rdiffdir 2020-01-23 15:43:52.629406317 -0600 @@ -1,2 +1,2 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*- diff -urEbwB duplicity-0.8.10.orig/compilec.py duplicity-0.8.10/compilec.py --- duplicity-0.8.10.orig/compilec.py 2019-12-28 15:19:23.000000000 -0600 +++ duplicity-0.8.10/compilec.py 2020-01-23 15:43:52.633406338 -0600 @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*- # # Copyright 2002 Ben Escoto <ben@emerose.org>