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

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Chad MILLER
  • Date: 2016-05-16 02:28:53 UTC
  • Revision ID: chad.miller@canonical.com-20160516022853-50qugw1t2wxt78ku
RemoveĀ appstreamĀ attempt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
397
397
        dh_listpackages -a |grep -v -- -dbg |while read pkg; do dh_strip --package=$$pkg --dbg-package=$${pkg}-dbg; done
398
398
 
399
399
 
400
 
local-install-indep: debian/appstream.xml
 
400
local-install-indep:
401
401
        @set -eux
402
402
        dh_install -i
403
403
        install --directory debian/chromium-browser/etc/chromium-browser/customizations
404
404
        install --owner=root --mode=0644 --no-target-directory debian/chromium-browser-customization-example debian/chromium-browser/etc/chromium-browser/customizations/00-example
405
405
        find debian/chromium-browser-l10n/$(LIB_DIR)/remoting_locales debian/chromium-browser-l10n/$(LIB_DIR)/locales -name en-US.pak -print -delete
406
 
        mkdir -p debian/chromium-browser/usr/share/app-info/xmls
407
 
        cp debian/appstream.xml debian/chromium-browser/usr/share/app-info/xmls/
408
406
 
409
407
override_dh_clean:
410
408
        @set -eux
435
433
    -e 's/@UPSTREAM_VERSION@/$(DEBIAN_UPSTREAM_VERSION)/g' \
436
434
    $< > $@
437
435
 
438
 
debian/appstream.xml: debian/appstream.xml.in
 
436
debian/appstream.yaml: debian/appstream.yaml.in
439
437
        sed -e 's/VERSION/$(DEBIAN_DIST_VERSION)/g' \
440
438
    -e 's/DATE/$(shell date --iso-8601=minutes --utc)/g' \
441
439
    $< > $@