Initial release for Brigantia
98
helpers/DATA/firefox/branding/Makefile.in
Normal file
|
|
@ -0,0 +1,98 @@
|
|||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Trisquel Public License Version
|
||||
# 1.1 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
# http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
# for the specific language governing rights and limitations under the
|
||||
# License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Trisquel Foundation.
|
||||
# Portions created by the Initial Developer are Copyright (C) 2009
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Justin Dolske <dolske@mozilla.com> (original author)
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = \
|
||||
content \
|
||||
locales \
|
||||
$(NULL)
|
||||
|
||||
PREF_JS_EXPORTS = $(srcdir)/pref/abrowser-branding.js
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
WINDOWS_BRANDING_FILES = \
|
||||
abrowser.ico \
|
||||
document.ico \
|
||||
branding.nsi \
|
||||
wizHeader.bmp \
|
||||
wizHeaderRTL.bmp \
|
||||
wizWatermark.bmp \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_SPLASHSCREEN
|
||||
WINDOWS_BRANDING_FILES += splash.bmp
|
||||
endif
|
||||
|
||||
OSX_BRANDING_FILES = \
|
||||
background.png \
|
||||
abrowser.icns \
|
||||
disk.icns \
|
||||
document.icns \
|
||||
dsstore \
|
||||
$(NULL)
|
||||
|
||||
LINUX_BRANDING_FILES = \
|
||||
default16.png \
|
||||
default22.png \
|
||||
default24.png \
|
||||
default32.png \
|
||||
default48.png \
|
||||
default128.png \
|
||||
default256.png \
|
||||
document.png \
|
||||
mozicon128.png \
|
||||
$(NULL)
|
||||
|
||||
|
||||
export::
|
||||
$(NSINSTALL) -D $(DIST)/branding
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
|
||||
cp $(addprefix $(srcdir)/, $(WINDOWS_BRANDING_FILES)) $(DIST)/branding/
|
||||
endif
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
|
||||
cp $(addprefix $(srcdir)/, $(OSX_BRANDING_FILES)) $(DIST)/branding/
|
||||
endif
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
||||
cp $(addprefix $(srcdir)/, $(LINUX_BRANDING_FILES)) $(DIST)/branding/
|
||||
$(NSINSTALL) -D $(DIST)/install
|
||||
endif
|
||||
BIN
helpers/DATA/firefox/branding/abrowser.icns
Normal file
BIN
helpers/DATA/firefox/branding/abrowser.ico
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
helpers/DATA/firefox/branding/background.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
46
helpers/DATA/firefox/branding/branding.nsi
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Trisquel Public License Version
|
||||
# 1.1 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
# http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
# for the specific language governing rights and limitations under the
|
||||
# License.
|
||||
#
|
||||
# The Original Code is the Trisquel Installer code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Trisquel Foundation
|
||||
# Portions created by the Initial Developer are Copyright (C) 2006
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Robert Strong <robert.bugzilla@gmail.com>
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
# NSIS branding defines for unofficial builds.
|
||||
# The official release build branding.nsi is located in other-license/branding/abrowser/
|
||||
# The nightly build branding.nsi is located in browser/installer/windows/nsis/
|
||||
|
||||
# BrandFullNameInternal is used for some registry and file system values
|
||||
# instead of BrandFullName and typically should not be modified.
|
||||
!define BrandFullNameInternal "Abrowser"
|
||||
!define CompanyName "Trisquel"
|
||||
!define URLInfoAbout "http://trisquel.info/browser"
|
||||
!define URLUpdateInfo "http://trisquel.info/wiki"
|
||||
1
helpers/DATA/firefox/branding/configure.sh
Normal file
|
|
@ -0,0 +1 @@
|
|||
MOZ_APP_DISPLAYNAME=Abrowser
|
||||
11
helpers/DATA/firefox/branding/content/Makefile.in
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Branding Makefile
|
||||
# - jars chrome artwork
|
||||
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
BIN
helpers/DATA/firefox/branding/content/about-background.png
Normal file
|
After Width: | Height: | Size: 146 KiB |
BIN
helpers/DATA/firefox/branding/content/about-logo.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
helpers/DATA/firefox/branding/content/about-wordmark.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
helpers/DATA/firefox/branding/content/about.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
20
helpers/DATA/firefox/branding/content/aboutDialog.css
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#aboutDialogContainer {
|
||||
background-image: url("chrome://branding/content/about-background.png");
|
||||
background-repeat: no-repeat;
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.text-link {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
#rightBox {
|
||||
/* this margin prevents text from overlapping the planet image */
|
||||
margin-left: 280px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
#bottomBox {
|
||||
background-color: rgba(0,0,0,.7);
|
||||
}
|
||||
BIN
helpers/DATA/firefox/branding/content/icon48.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
helpers/DATA/firefox/branding/content/icon64.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
11
helpers/DATA/firefox/branding/content/jar.mn
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
browser.jar:
|
||||
% content branding %content/branding/ contentaccessible=yes
|
||||
content/branding/about.png (about.png)
|
||||
content/branding/about-background.png (about-background.png)
|
||||
content/branding/about-logo.png (about-logo.png)
|
||||
content/branding/about-wordmark.png (about-wordmark.png)
|
||||
content/branding/icon48.png (icon48.png)
|
||||
content/branding/icon64.png (icon64.png)
|
||||
content/branding/icon128.png (../mozicon128.png)
|
||||
content/branding/icon16.png (../default16.png)
|
||||
content/branding/aboutDialog.css (aboutDialog.css)
|
||||
BIN
helpers/DATA/firefox/branding/default128.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
helpers/DATA/firefox/branding/default16.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
helpers/DATA/firefox/branding/default22.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
helpers/DATA/firefox/branding/default24.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
helpers/DATA/firefox/branding/default256.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
helpers/DATA/firefox/branding/default32.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
helpers/DATA/firefox/branding/default48.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
helpers/DATA/firefox/branding/disk.icns
Normal file
BIN
helpers/DATA/firefox/branding/document.icns
Normal file
BIN
helpers/DATA/firefox/branding/document.ico
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
helpers/DATA/firefox/branding/document.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
helpers/DATA/firefox/branding/dsstore
Normal file
47
helpers/DATA/firefox/branding/locales/Makefile.in
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Trisquel Public License Version
|
||||
# 1.1 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
# http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
# for the specific language governing rights and limitations under the
|
||||
# License.
|
||||
#
|
||||
# The Original Code is the Trisquel Browser code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Benjamin Smedberg <benjamin@smedbergs.us>
|
||||
# Portions created by the Initial Developer are Copyright (C) 2004
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = browser/branding/unofficial/locales
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DEFINES += -DAB_CD=$(AB_CD) -DMOZ_DISTRIBUTION_ID_UNQUOTED=$(MOZ_DISTRIBUTION_ID)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Do NOT localize or otherwise change these values
|
||||
browser.startup.homepage=http://trisquel.info
|
||||
4
helpers/DATA/firefox/branding/locales/en-US/brand.dtd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<!ENTITY brandShortName "Abrowser">
|
||||
<!ENTITY brandFullName "Abrowser">
|
||||
<!ENTITY vendorShortName "Trisquel">
|
||||
<!ENTITY trademarkInfo.part1 " ">
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
brandShortName=Abrowser
|
||||
brandFullName=Abrowser
|
||||
vendorShortName=Trisquel
|
||||
|
||||
syncBrandShortName=Sync
|
||||
8
helpers/DATA/firefox/branding/locales/jar.mn
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#filter substitution
|
||||
|
||||
@AB_CD@.jar:
|
||||
% locale branding @AB_CD@ %locale/branding/
|
||||
# Unofficial branding only exists in en-US
|
||||
locale/branding/brand.dtd (en-US/brand.dtd)
|
||||
* locale/branding/brand.properties (en-US/brand.properties)
|
||||
* locale/branding/browserconfig.properties (browserconfig.properties)
|
||||
BIN
helpers/DATA/firefox/branding/mozicon128.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
15
helpers/DATA/firefox/branding/pref/abrowser-branding.js
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
pref("startup.homepage_override_url","http://trisquel.info");
|
||||
pref("startup.homepage_welcome_url","http://trisquel.info/welcome");
|
||||
// The time interval between checks for a new version (in seconds)
|
||||
// nightly=8 hours, official=24 hours
|
||||
pref("app.update.interval", 86400);
|
||||
// The time interval between the downloading of mar file chunks in the
|
||||
// background (in seconds)
|
||||
pref("app.update.download.backgroundInterval", 60);
|
||||
// URL user can browse to manually if for some reason all update installation
|
||||
// attempts fail.
|
||||
pref("app.update.url.manual", "http://trisquel.info/browser");
|
||||
// A default value for the "More information about this update" link
|
||||
// supplied in the "An update is available" page of the update wizard.
|
||||
pref("app.update.url.details", "http://trisquel.info/browser");
|
||||
|
||||
BIN
helpers/DATA/firefox/branding/splash.bmp
Normal file
|
After Width: | Height: | Size: 232 KiB |
BIN
helpers/DATA/firefox/branding/wizHeader.bmp
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
helpers/DATA/firefox/branding/wizHeaderRTL.bmp
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
helpers/DATA/firefox/branding/wizWatermark.bmp
Normal file
|
After Width: | Height: | Size: 151 KiB |
851
helpers/DATA/firefox/control
Normal file
|
|
@ -0,0 +1,851 @@
|
|||
Source: firefox
|
||||
Section: web
|
||||
Priority: optional
|
||||
Maintainer: Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info>
|
||||
Vcs-Bzr: https://code.launchpad.net/~mozillateam/abrowser/abrowser.natty
|
||||
Build-Depends: cdbs,
|
||||
debhelper (>= 5),
|
||||
m4,
|
||||
autotools-dev,
|
||||
autoconf2.13,
|
||||
quilt,
|
||||
patchutils (>= 0.2.25),
|
||||
bzip2,
|
||||
zip,
|
||||
libx11-dev,
|
||||
libxt-dev,
|
||||
libgtk2.0-dev (>= 2.10),
|
||||
liborbit2-dev,
|
||||
libidl-dev (>= 0.8.0),
|
||||
libxft-dev,
|
||||
libfreetype6-dev,
|
||||
libxrender-dev,
|
||||
libxinerama-dev,
|
||||
libgnome2-dev,
|
||||
libgconf2-dev,
|
||||
libgnomeui-dev,
|
||||
libstartup-notification0-dev,
|
||||
libasound2-dev,
|
||||
libcurl4-openssl-dev,
|
||||
libdbus-glib-1-dev (>= 0.60),
|
||||
mozilla-devscripts (>= 0.10~),
|
||||
hardening-wrapper,
|
||||
lsb-release,
|
||||
libiw-dev,
|
||||
mesa-common-dev,
|
||||
libnotify-dev (>= 0.4),
|
||||
libgnomevfs2-dev,
|
||||
yasm,
|
||||
xvfb,
|
||||
imagemagick,
|
||||
libdbusmenu-gtk-dev
|
||||
Standards-Version: 3.9.1
|
||||
|
||||
Package: abrowser
|
||||
Architecture: any
|
||||
Depends: fontconfig,
|
||||
psmisc,
|
||||
xul-ext-ubufox,
|
||||
abrowser-gnome-support,
|
||||
lsb-release,
|
||||
debianutils (>= 1.16),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Recommends: ubufox,
|
||||
abrowser-globalmenu
|
||||
Provides: www-browser,
|
||||
iceweasel, firefox, icecat,
|
||||
gnome-www-browser
|
||||
Suggests: abrowser-gnome-support | abrowser-kde-support,
|
||||
latex-xft-fonts,
|
||||
libthai0
|
||||
Replaces: abrowser-old,
|
||||
abrowser-old-branding,
|
||||
abrowser-branding,
|
||||
kubuntu-abrowser-installer
|
||||
Breaks: abrowser-old (<= 4.0~b11+build3+nobinonly-0ubuntu1),
|
||||
abrowser-old-branding (<= 4.0~b11+build3+nobinonly-0ubuntu1),
|
||||
abrowser-branding (<= 4.0~b11+build3+nobinonly-0ubuntu1)
|
||||
XB-Xul-AppId: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
|
||||
Description: Safe and easy web browser from Mozilla
|
||||
Abrowser delivers safe, easy web browsing. A familiar user interface,
|
||||
enhanced security features including protection from online identity theft,
|
||||
and integrated search let you get the most out of the web.
|
||||
|
||||
Package: abrowser-gnome-support
|
||||
Architecture: any
|
||||
Section: gnome
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
abrowser
|
||||
Description: Safe and easy web browser from Trisquel - GNOME support
|
||||
Abrowser delivers safe, easy web browsing. A familiar user interface,
|
||||
enhanced security features including protection from online identity theft,
|
||||
and integrated search let you get the most out of the web.
|
||||
.
|
||||
This package depends on the GNOME libraries which allow Abrowser to take
|
||||
advantage of technologies such as GConf, GIO libnotify
|
||||
|
||||
Package: abrowser-dbg
|
||||
Architecture: any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
abrowser (= ${binary:Version})
|
||||
Description: Safe and easy web browser from Trisquel - debug symbols
|
||||
Abrowser delivers safe, easy web browsing. A familiar user interface,
|
||||
enhanced security features including protection from online identity theft,
|
||||
and integrated search let you get the most out of the web.
|
||||
.
|
||||
This package contains the debugging symbols for the Abrowser web
|
||||
browser
|
||||
|
||||
Package: abrowser-dev
|
||||
Architecture: any
|
||||
Section: devel
|
||||
Priority: extra
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
abrowser (= ${binary:Version}),
|
||||
${nspr:Depends},
|
||||
${nss:Depends},
|
||||
${cairo:Depends}
|
||||
Conflicts: xulrunner-2.0-dev,
|
||||
xulrunner-1.9.2-dev
|
||||
Description: Safe and easy web browser from Trisquel - development files
|
||||
Abrowser delivers safe, easy web browsing. A familiar user interface,
|
||||
enhanced security features including protection from online identity theft,
|
||||
and integrated search let you get the most out of the web.
|
||||
.
|
||||
This package contains the headers and SDK for building plugins with Abrowser
|
||||
|
||||
Package: abrowser-mozsymbols
|
||||
Architecture: amd64 i386 armel
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Description: Safe and easy web browser from Trisquel - Breakpad symbols
|
||||
Abrowser delivers safe, easy web browsing. A familiar user interface,
|
||||
enhanced security features including protection from online identity theft,
|
||||
and integrated search let you get the most out of the web.
|
||||
.
|
||||
This package contains the Abrowser symbols in a format expected by Mozilla's
|
||||
Breakpad. Eventually this package should go away and the symbol upload be
|
||||
implemented in soyuz (or other builders that build this package)
|
||||
|
||||
Package: abrowser-globalmenu
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
abrowser (= ${binary:Version})
|
||||
Description: Unity appmenu integration for Abrowser
|
||||
This package provides an extension which adds support for the Unity
|
||||
appmenu to Abrowser
|
||||
|
||||
# Transitional packages below here
|
||||
|
||||
Package: abrowser-old
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, abrowser
|
||||
Description: Safe and easy web browser from Trisquel - transitional package
|
||||
This is a transitional package to ensure that upgrades work correctly.
|
||||
It can be safely removed
|
||||
|
||||
Package: abrowser-branding
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, abrowser
|
||||
Description: Safe and easy web browser from Trisquel - transitional package
|
||||
This is a transitional package to ensure that upgrades work correctly.
|
||||
It can be safely removed
|
||||
|
||||
Package: abrowser-old-branding
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, abrowser
|
||||
Description: Safe and easy web browser from Trisquel - transitional package
|
||||
This is a transitional package to ensure that upgrades work correctly.
|
||||
It can be safely removed
|
||||
|
||||
Package: abrowser-gnome-support-dbg
|
||||
Architecture: any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Depends: ${misc:Depends}, abrowser-gnome-support, abrowser-dbg (= ${binary:Version})
|
||||
Description: Safe and easy web browser from Trisquel - transitional package
|
||||
This is a transitional package to ensure that upgrades work correctly.
|
||||
It can be safely removed
|
||||
|
||||
# Language packs below here
|
||||
|
||||
Package: abrowser-locale-af
|
||||
Provides: firefox-locale-af
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-af-base
|
||||
Description: Afrikaans language pack for Abrowser
|
||||
This package contains Afrikaans translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-ar
|
||||
Provides: firefox-locale-ar
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-ar-base
|
||||
Description: Arabic language pack for Abrowser
|
||||
This package contains Arabic translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-ast
|
||||
Provides: firefox-locale-ast
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-ast-base
|
||||
Description: Asturian language pack for Abrowser
|
||||
This package contains Asturian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-be
|
||||
Provides: firefox-locale-be
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-be-base
|
||||
Description: Belarusian language pack for Abrowser
|
||||
This package contains Belarusian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-bg
|
||||
Provides: firefox-locale-bg
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-bg-base
|
||||
Description: Bulgarian language pack for Abrowser
|
||||
This package contains Bulgarian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-bn
|
||||
Provides: firefox-locale-bn
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-bn-base
|
||||
Description: Bengali language pack for Abrowser
|
||||
This package contains Bengali translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-br
|
||||
Provides: firefox-locale-br
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-br-base
|
||||
Description: Breton language pack for Abrowser
|
||||
This package contains Breton translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-bs
|
||||
Provides: firefox-locale-bs
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-bs-base
|
||||
Description: Bosnian language pack for Abrowser
|
||||
This package contains Bosnian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-ca
|
||||
Provides: firefox-locale-ca
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-ca-base
|
||||
Description: Catalan; Valencian language pack for Abrowser
|
||||
This package contains Catalan; Valencian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-cs
|
||||
Provides: firefox-locale-cs
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-cs-base
|
||||
Description: Czech language pack for Abrowser
|
||||
This package contains Czech translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-cy
|
||||
Provides: firefox-locale-cy
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-cy-base
|
||||
Description: Welsh language pack for Abrowser
|
||||
This package contains Welsh translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-da
|
||||
Provides: firefox-locale-da
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-da-base
|
||||
Description: Danish language pack for Abrowser
|
||||
This package contains Danish translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-de
|
||||
Provides: firefox-locale-de
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-de-base
|
||||
Description: German language pack for Abrowser
|
||||
This package contains German translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-el
|
||||
Provides: firefox-locale-el
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-el-base
|
||||
Description: Greek language pack for Abrowser
|
||||
This package contains Greek translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-en
|
||||
Provides: firefox-locale-en
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-en-base
|
||||
Description: English language pack for Abrowser
|
||||
This package contains English translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-eo
|
||||
Provides: firefox-locale-eo
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-eo-base
|
||||
Description: Esperanto language pack for Abrowser
|
||||
This package contains Esperanto translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-es
|
||||
Provides: firefox-locale-es
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-es-base
|
||||
Description: Spanish; Castilian language pack for Abrowser
|
||||
This package contains Spanish; Castilian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-et
|
||||
Provides: firefox-locale-et
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-et-base
|
||||
Description: Estonian language pack for Abrowser
|
||||
This package contains Estonian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-eu
|
||||
Provides: firefox-locale-eu
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-eu-base
|
||||
Description: Basque language pack for Abrowser
|
||||
This package contains Basque translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-fa
|
||||
Provides: firefox-locale-fa
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-fa-base
|
||||
Description: Persian language pack for Abrowser
|
||||
This package contains Persian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-fi
|
||||
Provides: firefox-locale-fi
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-fi-base
|
||||
Description: Finnish language pack for Abrowser
|
||||
This package contains Finnish translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-fr
|
||||
Provides: firefox-locale-fr
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-fr-base
|
||||
Description: French language pack for Abrowser
|
||||
This package contains French translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-fy
|
||||
Provides: firefox-locale-fy
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-fy-base
|
||||
Description: Western Frisian language pack for Abrowser
|
||||
This package contains Western Frisian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-ga
|
||||
Provides: firefox-locale-ga
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-ga-base
|
||||
Description: Irish language pack for Abrowser
|
||||
This package contains Irish translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-gd
|
||||
Provides: firefox-locale-gd
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-gd-base
|
||||
Description: Gaelic; Scottish Gaelic language pack for Abrowser
|
||||
This package contains Gaelic; Scottish Gaelic translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-gl
|
||||
Provides: firefox-locale-gl
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-gl-base
|
||||
Description: Galician language pack for Abrowser
|
||||
This package contains Galician translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-gu
|
||||
Provides: firefox-locale-gu
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-gu-base
|
||||
Description: Gujarati language pack for Abrowser
|
||||
This package contains Gujarati translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-he
|
||||
Provides: firefox-locale-he
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-he-base
|
||||
Description: Hebrew language pack for Abrowser
|
||||
This package contains Hebrew translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-hi
|
||||
Provides: firefox-locale-hi
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-hi-base
|
||||
Description: Hindi language pack for Abrowser
|
||||
This package contains Hindi translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-hr
|
||||
Provides: firefox-locale-hr
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-hr-base
|
||||
Description: Croatian language pack for Abrowser
|
||||
This package contains Croatian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-hu
|
||||
Provides: firefox-locale-hu
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-hu-base
|
||||
Description: Hungarian language pack for Abrowser
|
||||
This package contains Hungarian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-hy
|
||||
Provides: firefox-locale-hy
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-hy-base
|
||||
Description: Armenian language pack for Abrowser
|
||||
This package contains Armenian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-id
|
||||
Provides: firefox-locale-id
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-id-base
|
||||
Description: Indonesian language pack for Abrowser
|
||||
This package contains Indonesian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-is
|
||||
Provides: firefox-locale-is
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-is-base
|
||||
Description: Icelandic language pack for Abrowser
|
||||
This package contains Icelandic translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-it
|
||||
Provides: firefox-locale-it
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-it-base
|
||||
Description: Italian language pack for Abrowser
|
||||
This package contains Italian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-ja
|
||||
Provides: firefox-locale-ja
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-ja-base
|
||||
Description: Japanese language pack for Abrowser
|
||||
This package contains Japanese translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-kk
|
||||
Provides: firefox-locale-kk
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-kk-base
|
||||
Description: Kazakh language pack for Abrowser
|
||||
This package contains Kazakh translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-kn
|
||||
Provides: firefox-locale-kn
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-kn-base
|
||||
Description: Kannada language pack for Abrowser
|
||||
This package contains Kannada translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-ko
|
||||
Provides: firefox-locale-ko
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-ko-base
|
||||
Description: Korean language pack for Abrowser
|
||||
This package contains Korean translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-ku
|
||||
Provides: firefox-locale-ku
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-ku-base
|
||||
Description: Kurdish language pack for Abrowser
|
||||
This package contains Kurdish translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-lg
|
||||
Provides: firefox-locale-lg
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-lg-base
|
||||
Description: Ganda language pack for Abrowser
|
||||
This package contains Ganda translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-lt
|
||||
Provides: firefox-locale-lt
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-lt-base
|
||||
Description: Lithuanian language pack for Abrowser
|
||||
This package contains Lithuanian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-lv
|
||||
Provides: firefox-locale-lv
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-lv-base
|
||||
Description: Latvian language pack for Abrowser
|
||||
This package contains Latvian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-mai
|
||||
Provides: firefox-locale-mai
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-mai-base
|
||||
Description: Maithili language pack for Abrowser
|
||||
This package contains Maithili translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-mk
|
||||
Provides: firefox-locale-mk
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-mk-base
|
||||
Description: Macedonian language pack for Abrowser
|
||||
This package contains Macedonian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-ml
|
||||
Provides: firefox-locale-ml
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-ml-base
|
||||
Description: Malayalam language pack for Abrowser
|
||||
This package contains Malayalam translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-mr
|
||||
Provides: firefox-locale-mr
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-mr-base
|
||||
Description: Marathi language pack for Abrowser
|
||||
This package contains Marathi translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-nb
|
||||
Provides: firefox-locale-nb
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-nb-base
|
||||
Description: Norwegian language pack for Abrowser
|
||||
This package contains Norwegian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-nl
|
||||
Provides: firefox-locale-nl
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-nl-base
|
||||
Description: Dutch; Flemish language pack for Abrowser
|
||||
This package contains Dutch; Flemish translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-nn
|
||||
Provides: firefox-locale-nn
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-nn-base
|
||||
Description: Norwegian Nynorsk; Nynorsk, Norwegian language pack for Abrowser
|
||||
This package contains Norwegian Nynorsk; Nynorsk, Norwegian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-nso
|
||||
Provides: firefox-locale-nso
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-nso-base
|
||||
Description: Sotho, Northern language pack for Abrowser
|
||||
This package contains Sotho, Northern translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-or
|
||||
Provides: firefox-locale-or
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-or-base
|
||||
Description: Oriya language pack for Abrowser
|
||||
This package contains Oriya translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-pa
|
||||
Provides: firefox-locale-pa
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-pa-base
|
||||
Description: Panjabi; Punjabi language pack for Abrowser
|
||||
This package contains Panjabi; Punjabi translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-pl
|
||||
Provides: firefox-locale-pl
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-pl-base
|
||||
Description: Polish language pack for Abrowser
|
||||
This package contains Polish translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-pt
|
||||
Provides: firefox-locale-pt
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-pt-base
|
||||
Description: Portuguese language pack for Abrowser
|
||||
This package contains Portuguese translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-ro
|
||||
Provides: firefox-locale-ro
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-ro-base
|
||||
Description: Romanian language pack for Abrowser
|
||||
This package contains Romanian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-ru
|
||||
Provides: firefox-locale-ru
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-ru-base
|
||||
Description: Russian language pack for Abrowser
|
||||
This package contains Russian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-si
|
||||
Provides: firefox-locale-si
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-si-base
|
||||
Description: Sinhala; Sinhalese language pack for Abrowser
|
||||
This package contains Sinhala; Sinhalese translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-sk
|
||||
Provides: firefox-locale-sk
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-sk-base
|
||||
Description: Slovak language pack for Abrowser
|
||||
This package contains Slovak translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-sl
|
||||
Provides: firefox-locale-sl
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-sl-base
|
||||
Description: Slovenian language pack for Abrowser
|
||||
This package contains Slovenian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-sq
|
||||
Provides: firefox-locale-sq
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-sq-base
|
||||
Description: Albanian language pack for Abrowser
|
||||
This package contains Albanian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-sr
|
||||
Provides: firefox-locale-sr
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-sr-base
|
||||
Description: Serbian language pack for Abrowser
|
||||
This package contains Serbian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-sv
|
||||
Provides: firefox-locale-sv
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-sv-base
|
||||
Description: Swedish language pack for Abrowser
|
||||
This package contains Swedish translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-ta
|
||||
Provides: firefox-locale-ta
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-ta-base
|
||||
Description: Tamil language pack for Abrowser
|
||||
This package contains Tamil translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-te
|
||||
Provides: firefox-locale-te
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-te-base
|
||||
Description: Telugu language pack for Abrowser
|
||||
This package contains Telugu translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-th
|
||||
Provides: firefox-locale-th
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-th-base
|
||||
Description: Thai language pack for Abrowser
|
||||
This package contains Thai translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-tr
|
||||
Provides: firefox-locale-tr
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-tr-base
|
||||
Description: Turkish language pack for Abrowser
|
||||
This package contains Turkish translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-uk
|
||||
Provides: firefox-locale-uk
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-uk-base
|
||||
Description: Ukrainian language pack for Abrowser
|
||||
This package contains Ukrainian translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-vi
|
||||
Provides: firefox-locale-vi
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-vi-base
|
||||
Description: Vietnamese language pack for Abrowser
|
||||
This package contains Vietnamese translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-zh-hans
|
||||
Provides: firefox-locale-zh-hans
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-zh-hans-base
|
||||
Description: Simplified Chinese language pack for Abrowser
|
||||
This package contains Simplified Chinese translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-zh-hant
|
||||
Provides: firefox-locale-zh-hant
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-zh-hant-base
|
||||
Description: Traditional Chinese language pack for Abrowser
|
||||
This package contains Traditional Chinese translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-zu
|
||||
Provides: firefox-locale-zu
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: language-pack-zu-base
|
||||
Description: Zulu language pack for Abrowser
|
||||
This package contains Zulu translations and search plugins
|
||||
for Abrowser
|
||||
|
||||
Package: abrowser-locale-as
|
||||
Provides: firefox-locale-as
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Description: Transitional package for unavailable language
|
||||
This is an empty transitional package to ensure a clean upgrade
|
||||
process. You can safely remove this package after installation.
|
||||
|
||||
Package: abrowser-locale-ka
|
||||
Provides: firefox-locale-ka
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Description: Transitional package for unavailable language
|
||||
This is an empty transitional package to ensure a clean upgrade
|
||||
process. You can safely remove this package after installation.
|
||||
|
||||
Package: abrowser-locale-oc
|
||||
Provides: firefox-locale-oc
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Description: Transitional package for unavailable language
|
||||
This is an empty transitional package to ensure a clean upgrade
|
||||
process. You can safely remove this package after installation.
|
||||