~ubuntu-branches/ubuntu/wily/fitgcp/wily-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2014-02-07 11:38:38 UTC
  • Revision ID: package-import@ubuntu.com-20140207113838-3mjnlphy2x50o9pa
Tags: 0.0.20130418-1
Initial release (Closes: #739508)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
# DH_VERBOSE := 1
 
4
 
 
5
%:
 
6
        dh $@ --with python2
 
7
 
 
8
override_dh_fixperms:
 
9
        dh_fixperms
 
10
        find debian -name "*.py" -exec chmod 755 \{\} \;
 
11
 
 
12
get-orig-source:
 
13
        . debian/get-orig-source