From: Michael R. Crusoe Date: Thu, 5 Dec 2019 14:42:14 +0000 (+0100) Subject: 2to3: don't make a backup X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~121 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bea3051cd85afdf6515dea0027636de3929415cd;p=ncbi-blast%2B.git 2to3: don't make a backup --- 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