diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-09-17 17:44:39 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-09-17 17:44:39 -0300 |
| commit | 3ce5a128e853bb5efe07409933e33038b2c42b98 (patch) | |
| tree | 67eba6e9ae51eb90edb846e9062b2d48d8686955 | |
| parent | 6bf132679d04d1b48bb3a1c6062767522af2ad49 (diff) | |
removed override dh_auto_clean and set MONGO_VERSION
| -rwxr-xr-x | debian/rules | 22 |
1 files 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: |
