~ubuntu-branches/ubuntu/raring/unity-asset-pool/raring-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-07-22 19:39:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100722193917-l7ujkk6n4cuqfh2k
Tags: 0.8.3-0ubuntu1
* New upstream release.
* debian/launcher_background_middle.png, debian/rules:
  - change launcher background
* Switch to dpkg-source 3.0 (quilt) format
* add debian/source/include-binaries for previous patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
install: install-stamp
9
9
install-stamp: build
 
10
        cp debian/launcher_background_middle.png launcher/
10
11
        dh install
11
12
        for d in $$(find $(CURDIR)/debian/unity-icon-theme/usr/share/icons -mindepth 2 -maxdepth 2 -type d) ; do \
12
13
                (cd $$d; for c in *; do /usr/lib/icon-naming-utils/icon-name-mapping -c $$c; done); \