Drop transitional blast2 package
authorMichael R. Crusoe <michael.crusoe@gmail.com>
Sun, 29 Sep 2019 11:30:10 +0000 (13:30 +0200)
committerMichael R. Crusoe <michael.crusoe@gmail.com>
Mon, 30 Sep 2019 09:21:27 +0000 (11:21 +0200)
debian/changelog
debian/control
debian/rules

index 1119c6552a4d35ade5beb7b89fc3c044b50f7eec..e6384c85bfb3fb2faccf7f98bd9a072384ee52fd 100644 (file)
@@ -1,3 +1,10 @@
+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).
index ea95891e00ade314e73ce666854526be2651a0cc..8497296deee8f16cfe4136ad64377df50788d7f2 100644 (file)
@@ -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.
index a165ca15de134cc520b05664a82167133bb8d9e1..c10828eb225160453eff431b53369e67b140d4bc 100755 (executable)
@@ -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++