[Pkg-chromium-commit] [pkg-chromium] branch master updated (dcb7553 -> d7761d2)

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Sep 21 22:39:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a change to branch master
in repository pkg-chromium.

      from  dcb7553   Refreshed patches
       new  e29a516   Revert "Refreshed patches"
       new  3aa1331   Revert "First attempt to Merge branch 'experimental'"
       new  d7761d2   release 37.0.2062.120-1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/NEWS                                        |     9 +
 debian/README                                      |    10 -
 debian/README.Debian                               |    15 +
 debian/TODO                                        |    63 -
 debian/changelog                                   |   136 +-
 debian/chromedriver.install                        |     2 +-
 debian/chromium-inspector.install                  |     2 +-
 debian/chromium-inspector.links                    |     2 +-
 debian/chromium-l10n.install                       |     2 +-
 debian/chromium.default                            |     5 +
 debian/chromium.desktop                            |     2 +-
 debian/chromium.dirs                               |     4 +-
 debian/chromium.docs                               |     2 +
 debian/chromium.install                            |    19 +-
 debian/chromium.lintian-overrides                  |     8 +-
 debian/chromium.manpages                           |     1 -
 debian/chromium.menu                               |     3 +-
 debian/chromium.postinst                           |     6 +
 debian/chromium.postrm                             |    12 +
 debian/chromium.preinst                            |    10 +
 debian/{scripts/chromium.in => chromium.sh.in}     |    41 +-
 debian/chromium.svg                                |   277 +
 debian/compat                                      |     2 +-
 debian/control                                     |   168 +-
 debian/copyright                                   | 26163 ++++++++++++-------
 debian/copyright.dep5-head                         |    12 +
 debian/copyright.problems                          |   473 +
 debian/gbp.conf                                    |     9 +
 debian/licensecheck.pl                             |   392 +
 debian/licensegen.sh                               |    15 +
 debian/licenses/LICENSE.Apache (v2.0)              |     2 +
 debian/licenses/LICENSE.BSD (2 clause)             |    24 +
 debian/licenses/LICENSE.BSL (v1)                   |    24 +
 debian/licenses/LICENSE.GPL-2-or-later             |    17 +
 debian/licenses/LICENSE.GPL-3-or-later             |    15 +
 debian/licenses/LICENSE.ICU-License                |    23 +
 debian/licenses/LICENSE.LGPL-2.0-or-later          |    17 +
 debian/licenses/LICENSE.LGPL-2.1-or-later          |    16 +
 debian/licenses/LICENSE.MPL-1.1                    |   470 +
 debian/licenses/LICENSE.Ms-PL                      |    64 +
 .../LICENSE.Paul Hsieh's Public Domain Option      |     9 +
 .../LICENSE.SGI Free Software B License (v2.0)     |    24 +
 debian/licenses/LICENSE.global BSD-style Chromium  |    26 +
 debian/licenses/LICENSE.global BSD-style libjingle |    23 +
 debian/licenses/LICENSE.harfbuzz-License           |    18 +
 debian/master_preferences                          |    35 +-
 debian/patches/chromedriver-revision.patch         |     6 +-
 debian/patches/disable-gn.patch                    |    24 -
 debian/patches/disable/google-api-warning.patch    |    13 -
 debian/patches/disable/sse2.patch                  |    30 -
 debian/patches/expat.patch                         |    45 +
 debian/patches/file-5.17.patch                     |    16 -
 debian/patches/fix-manpage.patch                   |    24 +
 debian/patches/icu.patch                           |   650 +
 debian/patches/linker-flags.patch                  |     6 +-
 debian/patches/make-support/gyp.patch              |    18 +-
 debian/patches/make-support/mojo.patch             |    69 +-
 debian/patches/make-support/opus.patch             |    16 +-
 debian/patches/manpage.patch                       |    12 -
 debian/patches/no-android.patch                    |   475 -
 debian/patches/no-ash.patch                        |   186 -
 debian/patches/no-chromeos.patch                   |   200 -
 debian/patches/no-flac.patch                       |   160 -
 debian/patches/no-mac.patch                        |   154 -
 debian/patches/no-perf.patch                       |   107 -
 debian/patches/no-polymer.patch                    |     3 -
 debian/patches/no-promo.patch                      |     9 +-
 debian/patches/no-sse2.patch                       |    14 +-
 debian/patches/no-win.patch                        |   167 -
 debian/patches/{system => }/nspr.patch             |    20 +-
 debian/patches/prefs.patch                         |    16 +
 debian/patches/ps-print.patch                      |     9 +-
 debian/patches/series                              |    32 +-
 debian/patches/system-speech.patch                 |    53 +
 debian/patches/system/jinja2.patch                 |    15 -
 debian/patches/system/mesa.patch                   |    12 -
 debian/patches/system/minizip.patch                |    71 -
 debian/patches/system/modpbase64.patch             |    66 -
 debian/patches/system/valgrind.patch               |   146 -
 .../third-party-cookies-off-by-default.patch       |     6 +-
 debian/patches/window-placement.patch              |    17 -
 debian/presubj                                     |    12 +-
 debian/rules                                       |   765 +-
 debian/scripts/build-removals                      |     9 -
 debian/scripts/upstream-removals                   |   203 -
 debian/var_info                                    |    24 +
 86 files changed, 20334 insertions(+), 12218 deletions(-)
 create mode 100644 debian/NEWS
 delete mode 100644 debian/README
 create mode 100644 debian/README.Debian
 create mode 100644 debian/chromium.default
 create mode 100644 debian/chromium.docs
 delete mode 100644 debian/chromium.manpages
 create mode 100644 debian/chromium.postrm
 create mode 100644 debian/chromium.preinst
 rename debian/{scripts/chromium.in => chromium.sh.in} (68%)
 create mode 100644 debian/chromium.svg
 create mode 100644 debian/copyright.dep5-head
 create mode 100644 debian/copyright.problems
 create mode 100644 debian/gbp.conf
 create mode 100755 debian/licensecheck.pl
 create mode 100644 debian/licensegen.sh
 create mode 100644 debian/licenses/LICENSE.Apache (v2.0)
 create mode 100644 debian/licenses/LICENSE.BSD (2 clause)
 create mode 100644 debian/licenses/LICENSE.BSL (v1)
 create mode 100644 debian/licenses/LICENSE.GPL-2-or-later
 create mode 100644 debian/licenses/LICENSE.GPL-3-or-later
 create mode 100644 debian/licenses/LICENSE.ICU-License
 create mode 100644 debian/licenses/LICENSE.LGPL-2.0-or-later
 create mode 100644 debian/licenses/LICENSE.LGPL-2.1-or-later
 create mode 100644 debian/licenses/LICENSE.MPL-1.1
 create mode 100644 debian/licenses/LICENSE.Ms-PL
 create mode 100644 debian/licenses/LICENSE.Paul Hsieh's Public Domain Option
 create mode 100644 debian/licenses/LICENSE.SGI Free Software B License (v2.0)
 create mode 100644 debian/licenses/LICENSE.global BSD-style Chromium
 create mode 100644 debian/licenses/LICENSE.global BSD-style libjingle
 create mode 100644 debian/licenses/LICENSE.harfbuzz-License
 delete mode 100644 debian/patches/disable-gn.patch
 delete mode 100644 debian/patches/disable/google-api-warning.patch
 delete mode 100644 debian/patches/disable/sse2.patch
 create mode 100644 debian/patches/expat.patch
 delete mode 100644 debian/patches/file-5.17.patch
 create mode 100644 debian/patches/fix-manpage.patch
 create mode 100644 debian/patches/icu.patch
 delete mode 100644 debian/patches/manpage.patch
 delete mode 100644 debian/patches/no-android.patch
 delete mode 100644 debian/patches/no-ash.patch
 delete mode 100644 debian/patches/no-chromeos.patch
 delete mode 100644 debian/patches/no-flac.patch
 delete mode 100644 debian/patches/no-mac.patch
 delete mode 100644 debian/patches/no-perf.patch
 delete mode 100644 debian/patches/no-polymer.patch
 delete mode 100644 debian/patches/no-win.patch
 rename debian/patches/{system => }/nspr.patch (59%)
 create mode 100644 debian/patches/prefs.patch
 create mode 100644 debian/patches/system-speech.patch
 delete mode 100644 debian/patches/system/jinja2.patch
 delete mode 100644 debian/patches/system/mesa.patch
 delete mode 100644 debian/patches/system/minizip.patch
 delete mode 100644 debian/patches/system/modpbase64.patch
 delete mode 100644 debian/patches/system/valgrind.patch
 delete mode 100644 debian/patches/window-placement.patch
 delete mode 100755 debian/scripts/build-removals
 delete mode 100755 debian/scripts/upstream-removals
 create mode 100644 debian/var_info

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git



More information about the Pkg-chromium-commit mailing list