~chromium-team/chromium-browser/chromium-browser.head

10 by Fabien Tassin
* Rename the package from chrome to chromium-browser
1
Source: chromium-browser
1 by Fabien Tassin
* Initial revision
2
Section: web
3
Priority: optional
72 by Fabien Tassin
* Update the maintainer, it's not mozillateam
4
Maintainer: Fabien Tassin <fta@ubuntu.com>
750 by Fabien Tassin
* Fix the branch name, messed up in r743
5
Vcs-Bzr: https://code.launchpad.net/~chromium-team/chromium-browser/chromium-browser.head
16 by Fabien Tassin
* Add a Homepage field to the control file
6
Homepage: http://code.google.com/chromium/
1 by Fabien Tassin
* Initial revision
7
Build-Depends: cdbs,
8
	debhelper (>= 5),
9
	pkg-config,
366 by Fabien Tassin
* Add lsb-release to Build-Depends (needed by the previous commit)
10
	lsb-release,
250 by Fabien Tassin
* Use lzma instead of gzip to compress the debs. It's a ~45% win for
11
	lzma,
1 by Fabien Tassin
* Initial revision
12
	quilt,
13
	patchutils (>= 0.2.25),
346 by Fabien Tassin
* Add "libc6-dev-i386 [amd64]" to Build-Depends, it's needed to get
14
	libc6-dev-i386 [amd64],
351 by Fabien Tassin
* Add g++-multilib to amd64's build-deps as native_client insists on building
15
	g++-multilib [amd64],
615 by Fabien Tassin
* Build with the Hardening Wrapper (to gain PIE), adding another layer of
16
	hardening-wrapper,
1 by Fabien Tassin
* Initial revision
17
	python,
18
	bison,
19
	flex,
20
	gperf,
718 by Fabien Tassin
* Merge back the ffmpeg codecs (from the chromium-codecs-ffmpeg source package)
21
	libvpx-dev,
5 by Fabien Tassin
* Build with system bzip2, libxml, libjpeg, libxslt and lzma_sdk
22
	libjpeg62-dev,
275 by Fabien Tassin
* Add support for system libpng and add libpng12-dev to build-deps.
23
	libpng12-dev,
292 by Fabien Tassin
* At last, drop the evil ia32-libs build-deps and do a real x64 build. We have
24
	libbz2-dev,
25
	zlib1g-dev,
5 by Fabien Tassin
* Build with system bzip2, libxml, libjpeg, libxslt and lzma_sdk
26
	libxml2-dev,
27
	libxslt1-dev,
28
	lzma-dev,
828 by Fabien Tassin
* Add libpulse-dev to Build-Depends, needed for WebRTC
29
	libpulse-dev,
562 by Fabien Tassin
* Add "libcups2-dev | libcupsys2-dev" (the latter for Hardy) to Build-Depends.
30
	libcups2-dev | libcupsys2-dev,
8 by Fabien Tassin
* Add support for system sqlite3 and hunspell
31
	libhunspell-dev,
32
	libsqlite3-dev,
292 by Fabien Tassin
* At last, drop the evil ia32-libs build-deps and do a real x64 build. We have
33
	libasound2-dev,
363 by Fabien Tassin
* Force nss to be >= 3.12.3 (see http://code.google.com/p/chromium/issues/detail?id=26448)
34
	libnss3-dev (>= 3.12.3),
1 by Fabien Tassin
* Initial revision
35
	libnspr4-dev,
717 by Fabien Tassin
* Add libpam0g-dev to Build-deps needed by "Chromoting"
36
	libpam0g-dev,
856 by Fabien Tassin
* Add python-simplejson & libelf-dev to Build-depends. This is needed by NaCl
37
	libelf-dev,
38
	python-simplejson,
382 by Fabien Tassin
* Add libgl1-mesa-dri to build-deps, it's needed by xvfb. Also show xvfb logs.
39
	libgl1-mesa-dri,
410 by Fabien Tassin
* Add mesa-common-dev, libgl1-mesa-dev and libglu1-mesa-dev to Build-Deps.
40
	mesa-common-dev,
41
	libgl1-mesa-dev,
42
	libglu1-mesa-dev,
558.1.106 by Fabien Tassin
* Add libgles2-mesa-dev to Build-deps for Armel (only), fixing a FTBFS
43
	libgles2-mesa-dev [armel],
673 by Fabien Tassin
* Add libxt-dev to Build-deps needed by ppGoogleNaClPluginChrome
44
	libxt-dev,
657 by Fabien Tassin
* Add libxtst-dev to Build-deps now that chromoting uses the XTest extension
45
	libxtst-dev,
477 by Fabien Tassin
* Add libxss-dev to Build-Depends, the new browser sync engine needs
46
	libxss-dev,
1 by Fabien Tassin
* Initial revision
47
	libpango1.0-dev,
48
	libglib2.0-dev,
99 by Alexander Sack
* add libgconf2-dev to build depends
49
	libgtk2.0-dev,
494 by Fabien Tassin
* Add libdbus-glib-1-dev to Build-Depends
50
	libdbus-glib-1-dev,
571 by Fabien Tassin
* Add libgnome-keyring-dev to Build-Depends. This is needed for the GNOME
51
	libgnome-keyring-dev,
247 by Fabien Tassin
* Disable system v8 for now, it's causing a regression inside getTimezoneOffset()
52
	libgconf2-dev
355 by Fabien Tassin
* Bump Standards-Version to 3.8.3
53
Standards-Version: 3.8.3
1 by Fabien Tassin
* Initial revision
54
53 by Fabien Tassin
* Split the package into chromium-browser and chromium-testsuite
55
Package: chromium-browser
327 by Alexander Sack
* use 'Architecture: any' as chromium is not an arch specific application
56
Architecture: any
396.1.37 by Fabien Tassin
* Merge with chromium-browser.head #534-#536
57
Depends: ${shlibs:Depends}, ${misc:Depends},
58
	libnss3-1d (>= 3.12.3),
59
	xdg-utils,
383.2.39 by Fabien Tassin
* Bump the Dependencies on chromium-codecs-ffmpeg to >= 0.6, needed for the new API
60
	chromium-codecs-ffmpeg (>= 0.6) | chromium-codecs-ffmpeg-extra (>= 0.6)
704 by Fabien Tassin
* Bump the lang-pack package from Suggests to Recommends (LP: #689267)
61
Recommends: chromium-browser-l10n
814 by Fabien Tassin
* Drop the last remnants of chromium-testsuite, gone since M4
62
Provides: www-browser, chromium-browser-inspector
63
Replaces: chromium-browser-inspector
822 by Fabien Tassin
* Add a "Conflicts" with -inspector so that it gets removed
64
Conflicts: chromium-browser-inspector
53 by Fabien Tassin
* Split the package into chromium-browser and chromium-testsuite
65
Description: Chromium browser
66
 Chromium is an open-source browser project that aims to build a safer, faster,
67
 and more stable way for all Internet users to experience the web.
68
 .
523 by Fabien Tassin
* Mention 'Chrome' in the main package description (LP: #561667)
69
 Chromium serves as a base for Google Chrome, which is Chromium rebranded (name
70
 and logo) with very few additions such as usage tracking and an auto-updater
71
 system.
72
 .
53 by Fabien Tassin
* Split the package into chromium-browser and chromium-testsuite
73
 This package contains the Chromium browser
74
75
Package: chromium-browser-dbg
338 by Fabien Tassin
* Move chromium-browser-dbg to Architecture any, like the main deb
76
Architecture: any
53 by Fabien Tassin
* Split the package into chromium-browser and chromium-testsuite
77
Section: devel
78
Priority: optional
57 by Fabien Tassin
* Adjust Depends: so that packages are installed in the right order
79
Depends: ${shlibs:Depends}, ${misc:Depends}, chromium-browser (= ${binary:Version})
53 by Fabien Tassin
* Split the package into chromium-browser and chromium-testsuite
80
Description: chromium-browser debug symbols
81
 Debug symbols for the Chromium browser
82
259 by Fabien Tassin
* Add chromium-browser-l10n containing all 50 lang-packs except en-US,
83
Package: chromium-browser-l10n
84
Architecture: all
483 by Fabien Tassin
* Re-add the -l10n strict version dependency on chromium-browser
85
Depends: ${shlibs:Depends}, ${misc:Depends}, chromium-browser (= ${binary:Version})
259 by Fabien Tassin
* Add chromium-browser-l10n containing all 50 lang-packs except en-US,
86
Description: chromium-browser language packages
87
 Chromium is an open-source browser project that aims to build a safer, faster,
88
 and more stable way for all Internet users to experience the web.
89
 .
558.1.93 by Fabien Tassin
* Add Valencian (ca@valencia) to the list of supported langs for the lang-packs
90
 This package contains language packages for 55 languages:
91
 am, ar, bg, bn, ca, ca@valencia, cs, da, de, el, en-GB, es, es-419, et, eu,
92
 fa, fi, fil, fr, gl, gu, he, hi, hr, hu, id, it, ja, kn, ko, lt, lv, ml, mr,
93
 nb, nl, pl, pt-BR, pt-PT, ro, ru, sk, sl, sr, sv, sw, ta, te, th, tr, ug, uk,
94
 vi, zh-CN, zh-TW
259 by Fabien Tassin
* Add chromium-browser-l10n containing all 50 lang-packs except en-US,
95
718 by Fabien Tassin
* Merge back the ffmpeg codecs (from the chromium-codecs-ffmpeg source package)
96
Package: chromium-codecs-ffmpeg
97
Architecture: any
98
Depends: ${shlibs:Depends}, ${misc:Depends}, chromium-browser (>= 4.0.203.0~)
816 by Fabien Tassin
* Also drop chromium-codecs-ffmpeg-nonfree, renamed in M5 to -extra
99
Conflicts: chromium-codecs-ffmpeg-extra
100
Replaces: chromium-codecs-ffmpeg-extra
718 by Fabien Tassin
* Merge back the ffmpeg codecs (from the chromium-codecs-ffmpeg source package)
101
Description: Free ffmpeg codecs for the Chromium Browser
102
 Chromium is an open-source browser project that aims to build a safer, faster,
103
 and more stable way for all Internet users to experience the web.
104
 .
105
 This package contains the multi-threaded ffmpeg codecs needed for the HTML5
106
 <audio> and <video> tags. Only the free ogg, vorbis and theora codecs are
107
 included. See chromium-codecs-ffmpeg-extra for additionnal codecs
108
109
Package: chromium-codecs-ffmpeg-dbg
110
Architecture: any
111
Section: debug
112
Priority: extra
113
Depends: ${shlibs:Depends}, ${misc:Depends}, chromium-codecs-ffmpeg (= ${binary:Version})
816 by Fabien Tassin
* Also drop chromium-codecs-ffmpeg-nonfree, renamed in M5 to -extra
114
Conflicts: chromium-codecs-ffmpeg-extra-dbg
115
Replaces: chromium-codecs-ffmpeg-extra-dbg
718 by Fabien Tassin
* Merge back the ffmpeg codecs (from the chromium-codecs-ffmpeg source package)
116
Description: chromium-codecs-ffmpeg debug symbols
117
 Debug symbols for the free ffmpeg-mt codecs
118
119
Package: chromium-codecs-ffmpeg-extra
120
Architecture: any
121
Depends: ${shlibs:Depends}, ${misc:Depends}, chromium-browser (>= 4.0.203.0~)
816 by Fabien Tassin
* Also drop chromium-codecs-ffmpeg-nonfree, renamed in M5 to -extra
122
Conflicts: chromium-codecs-ffmpeg
123
Replaces: chromium-codecs-ffmpeg
718 by Fabien Tassin
* Merge back the ffmpeg codecs (from the chromium-codecs-ffmpeg source package)
124
Description: Extra ffmpeg codecs for the Chromium Browser
125
 Chromium is an open-source browser project that aims to build a safer, faster,
126
 and more stable way for all Internet users to experience the web.
127
 .
128
 This package contains the multi-threaded ffmpeg codecs needed for the HTML5
129
 <audio> and <video> tags. In addition to the patent-free ogg, vorbis and theora codecs,
130
 aac/ac3/mpeg4audio/h264/mov/mp3 are also included.
131
 See chromium-codecs-ffmpeg if you prefer only the patent-free codecs
132
133
Package: chromium-codecs-ffmpeg-extra-dbg
134
Architecture: any
135
Section: debug
136
Priority: extra
137
Depends: ${shlibs:Depends}, ${misc:Depends}, chromium-codecs-ffmpeg-extra (= ${binary:Version})
816 by Fabien Tassin
* Also drop chromium-codecs-ffmpeg-nonfree, renamed in M5 to -extra
138
Conflicts: chromium-codecs-ffmpeg-dbg
139
Replaces: chromium-codecs-ffmpeg-dbg
718 by Fabien Tassin
* Merge back the ffmpeg codecs (from the chromium-codecs-ffmpeg source package)
140
Description: chromium-codecs-ffmpeg-extra debug symbols
141
 Debug symbols for the extra ffmpeg-mt codecs