~chromium-team/chromium-browser/wily-working

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Chad MILLER
  • Date: 2016-07-15 06:06:37 UTC
  • mfrom: (1211.1.34 xenial-working)
  • Revision ID: chad.miller@canonical.com-20160715060637-jsnznza8soujxbbu
* Upstream release 51.0.2704.106
* Upstream release 51.0.2704.103:
  - CVE-2016-1704: Various fixes from internal audits, fuzzing and other
    initiatives.
* debian/control: remvove build-dep on clang.
* Sync many things from debian:
  - No longer build remoting, or install its locale files.
  - Use many system libraries, adding build-dep on
      - libre2-dev,
      - yasm,
      - libopus-dev,
      - zlib1g-dev,
      - libspeex-dev,
      - libspeechd-dev,
      - libexpat1-dev,
      - libpng-dev,
      - libxml2-dev,
      - libjpeg-dev,
      - libwebp-dev,
      - libxslt-dev,
      - libsrtp-dev,
      - libjsoncpp-dev,
      - libevent-dev,
      - libharfbuzz-dev,
  - Clean up many parts of debian/rules, wrt variable names
  - Set hardening on.
  - Use gold linker.
  - Disable Google Now. Creepy. Might mean downloads of opaque programs too.
  - Disable Wallet service.
* debian/compat: Use dh version 9.
* debian/rules: Improve "cd;foo" logic.
* debian/rules: Remove files in tar-copy pipelines, to conserve space. Fixes
  build failures in servers.
* debian/rules: Move check steps into install steps. No need to be separate,
  and simplifies target names.
* debian/rules: Make en-us locale files less magical, and simplify install.
* debian/rules: Work around change to tar command param order with
  --exclude.
* debian/rules: Don't use tcmalloc on armhf.
* debian/compat: Use dh version 9.
* debian/rules: Improve "cd;foo" logic.
* debian/rules: Remove files in tar-copy pipelines, to conserve space. Fixes
  build failures in servers.
* debian/rules: Move check steps into install steps. No need to be separate,
  and simplifies target names.
* debian/rules: Make en-us locale files less magical, and simplify install.
* debian/rules: Work around change to tar command param order with
  --exclude.
* debian/rules: Don't use tcmalloc on armhf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XS-Testsuite: autopkgtest
6
 
Vcs-Bzr: https://code.launchpad.net/~chromium-team/chromium-browser/trusty-working
 
6
Vcs-Bzr: https://code.launchpad.net/~chromium-team/chromium-browser/yakkety-working
7
7
Homepage: http://code.google.com/chromium/
8
8
Build-Depends:
9
9
        debhelper (>= 9),
15
15
        python,
16
16
        bison,
17
17
        gperf,
18
 
        clang (>= 3.5),
19
18
        libpulse-dev,
20
19
        libcups2-dev | libcupsys2-dev,
21
20
        libasound2-dev,
40
39
        libpam0g-dev,
41
40
        libffi-dev,
42
41
        chrpath,
 
42
        libre2-dev,
 
43
        yasm,
 
44
        libopus-dev,
 
45
        zlib1g-dev,
 
46
        libspeex-dev,
 
47
        libspeechd-dev,
 
48
        libexpat-dev,
 
49
        libpng-dev,
 
50
        libxml2-dev,
 
51
        libjpeg-dev,
 
52
        libwebp-dev,
 
53
        libxslt-dev,
 
54
        libsrtp-dev,
 
55
        libjsoncpp-dev,
 
56
        libevent-dev,
 
57
        libharfbuzz-dev,
43
58
        xdg-utils
44
59
Standards-Version: 3.9.6
45
60
 
62
77
 An open-source browser project that aims to build a safer, faster, and more
63
78
 stable way for all Internet users to experience the web.
64
79
 
65
 
Package: chromium-browser-dbg
66
 
Architecture: armhf armel i386 amd64
67
 
Priority: extra
68
 
Section: debug
69
 
Pre-Depends: dpkg (>= 1.15.6)
70
 
Depends: ${misc:Depends}, chromium-browser (= ${binary:Version})
71
 
Description: chromium-browser debug symbols
72
 
 Debug symbols for the Chromium browser
73
 
 
74
80
Package: chromium-browser-l10n
75
81
Architecture: all
76
82
Pre-Depends: dpkg (>= 1.15.6)
101
107
 <audio> and <video> tags. Only the free ogg, vorbis and theora codecs are
102
108
 included. See chromium-codecs-ffmpeg-extra for additional codecs
103
109
 
104
 
Package: chromium-codecs-ffmpeg-dbg
105
 
Architecture: armhf armel i386 amd64
106
 
Section: debug
107
 
Priority: extra
108
 
Pre-Depends: dpkg (>= 1.15.6)
109
 
Depends: ${misc:Depends}, chromium-codecs-ffmpeg (= ${binary:Version})
110
 
Conflicts: chromium-codecs-ffmpeg-extra-dbg, chromium-browser-dbg (<< 44)
111
 
Replaces: chromium-codecs-ffmpeg-extra-dbg, chromium-browser-dbg (<< 44)
112
 
Description: chromium-codecs-ffmpeg debug symbols
113
 
 Debug symbols for the free ffmpeg-mt codecs
114
 
 
115
110
Package: chromium-codecs-ffmpeg-extra
116
111
Architecture: armhf armel i386 amd64
117
112
Pre-Depends: dpkg (>= 1.15.6)
127
122
 theora codecs, aac/ac3/mpeg4audio/h264/mov/mp3 are also included.  See
128
123
 chromium-codecs-ffmpeg if you prefer only the patent-free codecs
129
124
 
130
 
Package: chromium-codecs-ffmpeg-extra-dbg
131
 
Architecture: armhf armel i386 amd64
132
 
Section: debug
133
 
Priority: extra
134
 
Pre-Depends: dpkg (>= 1.15.6)
135
 
Depends: ${misc:Depends}, chromium-codecs-ffmpeg-extra (= ${binary:Version})
136
 
Conflicts: chromium-codecs-ffmpeg-dbg, chromium-browser-dbg (<< 44)
137
 
Replaces: chromium-codecs-ffmpeg-dbg, chromium-browser-dbg (<< 44)
138
 
Description: chromium-codecs-ffmpeg-extra debug symbols
139
 
 Debug symbols for the extra ffmpeg-mt codecs
140
 
 
141
125
Package: chromium-chromedriver
142
126
Architecture: armhf armel i386 amd64
143
127
Pre-Depends: dpkg (>= 1.15.6)
147
131
 WebDriver.
148
132
 .
149
133
 See http://code.google.com/p/selenium/wiki/ChromeDriver for details.
150
 
 
151
 
Package: chromium-chromedriver-dbg
152
 
Architecture: armhf armel i386 amd64
153
 
Pre-Depends: dpkg (>= 1.15.6)
154
 
Section: debug
155
 
Priority: extra
156
 
Depends: ${misc:Depends}, chromium-chromedriver (= ${binary:Version})
157
 
Description: chromium-chromedriver debug symbols
158
 
 Debug symbols for the chromium-chromedriver package.