diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:59 +0000 |
commit | 4619c1a0ffc127c8f645077f5c322663d8b9b2b3 (patch) | |
tree | 070869da410d51f1e532cfb680e493ef847523c7 /debian/l10n/browser-l10n.control.in | |
parent | Adding upstream version 86.0.1. (diff) | |
download | firefox-debian.tar.xz firefox-debian.zip |
Adding debian version 86.0.1-1.debian/86.0.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/l10n/browser-l10n.control.in')
-rw-r--r-- | debian/l10n/browser-l10n.control.in | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/l10n/browser-l10n.control.in b/debian/l10n/browser-l10n.control.in new file mode 100644 index 0000000000..149435a0c9 --- /dev/null +++ b/debian/l10n/browser-l10n.control.in @@ -0,0 +1,32 @@ +Package: @browser@-l10n-@L10N_LANG@ +Architecture: all +Section: localization +Depends: ${misc:Depends}, + @browser@ (>= ${source:Version}), @browser@ (<< ${source:Version}.1~) +%ifdef L10N_RECOMMENDS +Recommends: @L10N_RECOMMENDS@ +%endif +%if L10N_LANG == bn +Breaks: @browser@-l10n-bn-in (<< 68), @browser@-l10n-bn-bd (<< 68) +Replaces: @browser@-l10n-bn-in (<< 68), @browser@-l10n-bn-bd (<< 68) +Provides: @browser@-l10n-bn-in, @browser@-l10n-bn-bd +%elif TRANSITION && L10N_TRANSITION +Breaks: iceweasel-l10n-@L10N_LANG@ (<< 45) +Replaces: iceweasel-l10n-@L10N_LANG@ (<< 45) +Provides: iceweasel-l10n-@L10N_LANG@ +%endif +Description: @L10N_LANGUAGE@ language package for @Browser@ + @LONGDESC1@ + @LONGDESC2@ + . + This package contains the localization of @Browser@ in @L10N_LANGUAGE@. +%if TRANSITION + +Package: iceweasel-l10n-@L10N_LANG@ +Architecture: all +Priority: extra +Section: oldlibs +Depends: @browser@-l10n-@L10N_LANG@, ${misc:Depends} +Description: @L10N_LANGUAGE@ language package for Iceweasel - Transitional package + This is a transitional package, it can be safely removed. +%endif |