~dalius-sandbox/ubuntu-calculator-app/grid-issue

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Tarmac
  • Author(s): Riccardo Ferrazzo
  • Date: 2013-03-11 18:42:50 UTC
  • mfrom: (13.1.21 ubuntu-calculator-app)
  • Revision ID: tarmac-20130311184250-j6gh06ncgkzirjpd
bug #1153167 fixed. Fixes: https://bugs.launchpad.net/bugs/1153167.

Approved by Dalius Dobravolskas, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        cp ubuntu-calculator-app $(CURDIR)/debian/tmp/usr/bin/
24
24
        cp -r *.qml *.png *.js $(CURDIR)/debian/tmp/usr/share/ubuntu-calculator-app/
25
25
        cp -r Simple Scientific $(CURDIR)/debian/tmp/usr/share/ubuntu-calculator-app/
 
26
 
26
27
        
27
28
        dh_install --sourcedir=debian/tmp --fail-missing
28
29