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

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Olivier Tilloy
  • Date: 2018-05-17 15:54:09 UTC
  • Revision ID: olivier.tilloy@canonical.com-20180517155409-ajdh2lr1oksvvgtw
* debian/rules: stop installing an outdated chromium-browser.svg icon (LP: #1771847)
* debian/chromium-browser.svg: removed (outdated)

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
            echo "There is no size $${size} icon. We expected one."; \
287
287
          fi; \
288
288
        done
289
 
        cp -a debian/chromium-browser.svg debian/chromium-browser/usr/share/icons/hicolor/scalable/apps
290
289
 
291
290
 
292
291
        # Record files that were built, so we can compare later that we installed everything.
460
459
#PACKAGED_NOT_FROM_TREE_MATCH += ^usr/share/doc/.\*/buildinfo_.\*.gz$$
461
460
PACKAGED_NOT_FROM_TREE_MATCH += ^usr/share/gnome-control-center/default-apps/chromium-browser.xml$$
462
461
PACKAGED_NOT_FROM_TREE_MATCH += ^usr/share/.\*/chromium-browser.png$$
463
 
PACKAGED_NOT_FROM_TREE_MATCH += ^usr/share/.\*/chromium-browser.svg$$
464
462
#PACKAGED_NOT_FROM_TREE_MATCH += ^usr/share/doc/.\*/copyright$$
465
463
#PACKAGED_NOT_FROM_TREE_MATCH += ^usr/share/doc/.\*/changelog.Debian.gz$$
466
464
PACKAGED_NOT_FROM_TREE_MATCH += ^usr/bin/chromium-browser$$