summaryrefslogtreecommitdiffstats
path: root/debian/l10n/browser-l10n.control.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/l10n/browser-l10n.control.in')
-rw-r--r--debian/l10n/browser-l10n.control.in32
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