From: Michael R. Crusoe Date: Sun, 29 Sep 2019 11:30:10 +0000 (+0200) Subject: Drop transitional blast2 package X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~146 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dd548909d2d9c36548064e0d37879db102911fd9;p=ncbi-blast%2B.git Drop transitional blast2 package --- 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++