From dd548909d2d9c36548064e0d37879db102911fd9 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Sun, 29 Sep 2019 13:30:10 +0200 Subject: [PATCH] Drop transitional blast2 package --- debian/changelog | 7 +++++++ debian/control | 11 ----------- debian/rules | 7 ------- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1119c655..e6384c85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ncbi-blast+ (2.9.0-3) UNRELEASED; urgency=medium + + * Team upload. + * Drop transitional blast2 package. (Closes: #940742). + + -- Michael R. Crusoe Sun, 29 Sep 2019 13:29:30 +0200 + ncbi-blast+ (2.9.0-2) unstable; urgency=medium * debian/control: Standards-Version: 4.4.1 (already compliant). diff --git a/debian/control b/debian/control index ea95891e..8497296d 100644 --- a/debian/control +++ b/debian/control @@ -56,14 +56,3 @@ Description: NCBI Blast legacy call script This package adds some fake scripts to call NCBI+ programs with the NCBI blast command line. It makes use of the legacy_blast script in ncbi-blast+ package. - -Package: blast2 -Architecture: all -Multi-Arch: foreign -Section: oldlibs -Priority: optional -Depends: ncbi-blast+-legacy, - ${misc:Depends} -Description: transitional dummy package to ncbi-blast+-legacy - This is a transitional dummy package for ncbi-blast+-legacy. - It can safely be removed. diff --git a/debian/rules b/debian/rules index a165ca15..c10828eb 100755 --- a/debian/rules +++ b/debian/rules @@ -42,8 +42,6 @@ export CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MAKE DEB_CONFIGURE_COMMON_FLAGS += CFLAGS_FOR_BUILD="$(CFLAGS) -fPIE" DEB_CONFIGURE_COMMON_FLAGS += LDFLAGS_FOR_BUILD="$(LDFLAGS)" -BLAST2_VERSION=1:$(shell dpkg-parsechangelog | awk '/^Version:/ { print $$2 }') - ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH)) NATIVE=.native DEB_CONFIGURE_EXTRA_FLAGS += --build=$(DEB_BUILD_GNU_TYPE) \ @@ -163,11 +161,6 @@ override_dh_clean: mv c++/src/util/lmdbxx/Makefile.orig.save c++/src/util/lmdbxx/Makefile.orig mv c++/src/util/lmdbxx/lmdb++.h.orig.save c++/src/util/lmdbxx/lmdb++.h.orig - -override_dh_gencontrol-indep: - dh_gencontrol -pblast2 -- -v$(BLAST2_VERSION) - dh_gencontrol -Nblast2 - %: #dh $@ -Dc++ --with autotools_dev dh $@ -Dc++ -- 2.30.2