~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Chad MILLER
  • Date: 2016-07-06 05:26:04 UTC
  • Revision ID: chad.miller@canonical.com-20160706052604-ok96arnizexvgw1w
* 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,
      - libexpat1-dev,
      - libpng12-dev,
      - libxml2-dev,
      - libjpeg-turbo8-dev | libjpeg9-dev,
      - libwebp-dev,
      - libxslt1-dev,
      - libsrtp0-dev,
      - libjsoncpp-dev,
      - libevent1-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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
        libexpat1-dev,
 
48
        libpng12-dev,
 
49
        libxml2-dev,
 
50
        libjpeg-turbo8-dev | libjpeg9-dev,
 
51
        libwebp-dev,
 
52
        libxslt1-dev,
 
53
        libsrtp0-dev,
 
54
        libjsoncpp-dev,
 
55
        libevent1-dev,
 
56
        libharfbuzz-dev,
43
57
        xdg-utils
44
58
Standards-Version: 3.9.6
45
59