+ncbi-blast+ (2.9.0-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Drop transitional blast2 package. (Closes: #940742).
+
+ -- Michael R. Crusoe <michael.crusoe@gmail.com> 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).
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.
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) \
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++