summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:54:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:54:07 +0000
commita8110465c4df39a93d20446deb86a759ff88259b (patch)
treed245d0f08f67461f9f62b91b1413c40a2604420e /debian/rules
parentMerging upstream version 125.0.3. (diff)
downloadfirefox-a8110465c4df39a93d20446deb86a759ff88259b.tar.xz
firefox-a8110465c4df39a93d20446deb86a759ff88259b.zip
Adding debian version 125.0.3-1.debian/125.0.3-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 15b0396129..60d650fee8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -177,6 +177,10 @@ debian/l10n/$(PRODUCT)-l10n.control: %: %.in
$(call lazy,LIBAVCODEC,$$(shell awk -F\" '/libavcodec\.so\./ { sub(/libavcodec\.so\./,"", $$$$2); p = "libavcodec" $$$$2 " | libavcodec-extra" $$$$2; if (d) { d = d " | " p } else { d = p } } END { print d }' dom/media/platforms/ffmpeg/FFmpegRuntimeLinker.cpp))
+$(PREPROCESSED_FILES): stamps/mozbuild-state
+stamps/mozbuild-state::
+ MOZ_OBJDIR=debian/objdir MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none $(PYTHON) ./mach python -c ""
+
$(PREPROCESSED_FILES): VARS = GRE_VERSION PRODUCT_DOWNLOAD_NAME $(PRODUCT) $(call uc,$(PRODUCT)) $(Product) MOZ_APP_REMOTINGNAME $(SYSTEM_LIBS_VARS) SHORT_SOURCE_CHANNEL DIST TRANSITION MOZ_ENABLE_V4L2 CRASH_REPORTER DEB_HOST_ARCH
debian/control: VARS += L10N_PACKAGES_DEPS PRODUCT LIBAVCODEC
$(PREPROCESSED_FILES):