From 8b91d14ef7a3921e202138e354aaddd2ff82b7f9 Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Sat, 27 Jul 2024 22:28:38 -0400 Subject: [PATCH] debian/rules: Move architecture.mk inclusion to the very top ... for the sake of hypothetical builds bypassing dpkg-buildpackage. --- debian/changelog | 4 +++- debian/rules | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 74759c7a..388e5ffa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ ncbi-blast+ (2.16.0+ds-4) UNRELEASED; urgency=medium * NOT RELEASED YET. + * debian/rules: Move architecture.mk inclusion to the very top for the + sake of hypothetical builds bypassing dpkg-buildpackage. - -- Aaron M. Ucko Sat, 27 Jul 2024 22:25:35 -0400 + -- Aaron M. Ucko Sat, 27 Jul 2024 22:28:37 -0400 ncbi-blast+ (2.16.0+ds-3) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index f7020f68..d460c89d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f # -*- makefile -*- +include /usr/share/dpkg/architecture.mk + # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -34,7 +36,6 @@ ifeq ($(DEB_HOST_ARCH_BITS),32) endif endif -include /usr/share/dpkg/architecture.mk include /usr/share/dpkg/buildflags.mk ifneq (,$(findstring mips,$(DEB_HOST_ARCH))) -- 2.30.2