~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2012-12-22 13:02:26 UTC
  • Revision ID: package-import@ubuntu.com-20121222130226-89qltm63eaz7fx3w
Tags: 12.11-2
Fix FTBFS by not overriding dh_fixperms and setting executable bit on a
file that does not exist when arch:all packages are not built.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        find $(CURDIR)/debian/tmp -name "*.la" -delete
33
33
        dh_install --fail-missing
34
34
 
35
 
override_dh_fixperms:
36
 
        dh_fixperms
37
 
        chmod +x $(CURDIR)/debian/codeblocks-common/usr/share/codeblocks/lexers/lexer_bash.sample
38
 
 
39
35
override_dh_strip:
40
36
        dh_strip --dbg-package=codeblocks-dbg
41
37