From: Aaron M. Ucko Date: Sun, 26 Apr 2020 21:51:01 +0000 (-0400) Subject: override_dh_clean: rm -rf fakehome c++/include/common/ncbi_revision.h X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~113 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bdbae23d62335c45048673d73faf4d516411849d;p=ncbi-blast%2B.git override_dh_clean: rm -rf fakehome c++/include/common/ncbi_revision.h --- diff --git a/debian/changelog b/debian/changelog index 2fe51e9a..3b114cff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ ncbi-blast+ (2.10.0-1) UNRELEASED; urgency=medium * New upstream release. (NOT RELEASED YET.) * debian/patches: Formally refresh. (A few files needed straightforward manual intervention.) + * debian/rules (override_dh_clean): Clean up new generated artifacts: + fakehome/ and c++/include/common/ncbi_revision.h. - -- Aaron M. Ucko Sat, 25 Apr 2020 22:13:31 -0400 + -- Aaron M. Ucko Sun, 26 Apr 2020 17:51:00 -0400 ncbi-blast+ (2.9.0-4) unstable; urgency=high diff --git a/debian/rules b/debian/rules index 496f9f7d..68a9d8da 100755 --- a/debian/rules +++ b/debian/rules @@ -157,8 +157,9 @@ override_dh_clean: done rm -rf c++/compilers/dll c++/config.log c++/Makefile rm -f c++/configure.lineno c++/src/objects/blastxml/blastxml.module + rm -f c++/include/common/ncbi_revision.h find -name check_exec.pid -delete - rm -rf c++/BUILD c++/BUILD.native + rm -rf c++/BUILD c++/BUILD.native fakehome mv configure.orig.save c++/configure.orig mv c++/src/util/lmdb/Makefile.orig.save c++/src/util/lmdb/Makefile.orig mv c++/src/util/lmdbxx/Makefile.orig.save c++/src/util/lmdbxx/Makefile.orig