From bea3051cd85afdf6515dea0027636de3929415cd Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Thu, 5 Dec 2019 15:42:14 +0100 Subject: [PATCH] 2to3: don't make a backup --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 509a77dd..b5675cc2 100755 --- a/debian/rules +++ b/debian/rules @@ -103,7 +103,7 @@ override_dh_install-arch: mv $(instroot)/bin/update_blastdb.pl $(instroot)/bin/update_blastdb sed -e '1s/$$/3/' $(instroot)/bin/windowmasker_2.2.22_adapter.py \ > $(instroot)/bin/windowmasker_2.2.22_adapter - 2to3 -w $(instroot)/bin/windowmasker_2.2.22_adapter + 2to3 -w --nobackups $(instroot)/bin/windowmasker_2.2.22_adapter chmod +x $(instroot)/bin/windowmasker_2.2.22_adapter rm $(instroot)/bin/windowmasker_2.2.22_adapter.py* # Clean up tests, demos, and internal build tools -- 2.30.2