From 3ce5a128e853bb5efe07409933e33038b2c42b98 Mon Sep 17 00:00:00 2001 From: Lucas de Castro Borges Date: Tue, 17 Sep 2024 17:44:39 -0300 Subject: removed override dh_auto_clean and set MONGO_VERSION --- debian/rules | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/debian/rules b/debian/rules index ea6e87b378b..bfb84fd0dba 100755 --- a/debian/rules +++ b/debian/rules @@ -13,9 +13,9 @@ ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS))) DEB_SCONS_OPTIONS := --d=DEBUGBUILD endif -ifeq (,$(filter nodbgsym,$(DEB_BUILD_OPTIONS))) - DEB_SCONS_OPTIONS += --nostrip -endif +#ifeq (,$(filter nodbgsym,$(DEB_BUILD_OPTIONS))) +# DEB_SCONS_OPTIONS += --nostrip +#endif ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) PROCS=$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) @@ -42,15 +42,15 @@ ifeq (32, $(DEB_HOST_ARCH_BITS)) COMMON_OPTIONS += --wiredtiger=off endif -override_dh_auto_clean: - scons --keep-going --clean $(COMMON_OPTIONS) . - find $(CURDIR)/ -name "*.pyc" -delete - rm -rf $(CURDIR)/debian/tmp-test/ - rm -rf $(CURDIR)/.scons/ - rm -rf $(CURDIR)/build/ - +#override_dh_auto_clean: +# scons --keep-going --clean $(COMMON_OPTIONS) . +# find $(CURDIR)/ -name "*.pyc" -delete +# rm -rf $(CURDIR)/debian/tmp-test/ +# rm -rf $(CURDIR)/.scons/ +# rm -rf $(CURDIR)/build/ +# override_dh_auto_build: - scons $(COMMON_OPTIONS) core tools + scons MONGO_VERSION=6.0.18 $(COMMON_OPTIONS) install-servers #core tools ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: -- cgit v1.2.3