~ubuntu-branches/ubuntu/vivid/pkgbinarymangler/vivid

« back to all changes in this revision

Viewing changes to test/icecream/Makefile

  • Committer: Martin Pitt
  • Date: 2011-08-21 19:13:56 UTC
  • Revision ID: martin.pitt@canonical.com-20110821191356-qguf1tg8vv5j53oz
* test/icecream/debian/rules, test/icecream/Makefile: Install PNGs with some
  defined permissions.
* test/run, check_deb_integrity(): Verify that PNG permissions in the final
  debs are as they are expected to be.
* pkgstripfiles: Restore permissions of optimized PNG files to their
  original value; advpng does not preserve them. (LP: #817792)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
            done; \
11
11
        done
12
12
 
13
 
        install -D foo%.png $$DESTDIR/usr/share/icecream/foo%.png
 
13
        install -D -m 600 foo%.png $$DESTDIR/usr/share/icecream/foo%.png
14
14
        ln -s foo%.png $$DESTDIR/usr/share/icecream/foolink.png
15
 
        install -D notapng.png $$DESTDIR/usr/share/icecream/notapng.png
 
15
        install -D -m 644 notapng.png $$DESTDIR/usr/share/icecream/notapng.png
16
16
 
17
17
        install -d $$DESTDIR/usr/share/applications/ $$DESTDIR/usr/lib/bonobo/servers/ $$DESTDIR/usr/share/polkit-1/actions/ $$DESTDIR/usr/share/gconf/schemas
18
18
        install -m 644 data/*.desktop $$DESTDIR/usr/share/applications/