diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:54:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:54:07 +0000 |
commit | a8110465c4df39a93d20446deb86a759ff88259b (patch) | |
tree | d245d0f08f67461f9f62b91b1413c40a2604420e | |
parent | Merging upstream version 125.0.3. (diff) | |
download | firefox-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>
-rw-r--r-- | debian/changelog | 9 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fa8b060a5c..524b44cc27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +firefox (125.0.3-1) unstable; urgency=medium + + * New upstream release. + + * debian/rules: Avoid conflicting initializations of the mozbuild state + directory. + + -- Mike Hommey <glandium@debian.org> Wed, 01 May 2024 11:43:16 +0900 + firefox (125.0.2-1) unstable; urgency=medium * New upstream release. 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): |