~bregma/evemu/lp-1152774

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Robert Bruce Park
  • Date: 2012-11-23 16:37:31 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: robert.park@canonical.com-20121123163731-8bskag37upjr3mhd
Fix debian/rules as per didrocks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
3
3
 
4
 
# Act differently if this is a native (daily) build or not.
5
 
ifneq ($(wildcard autogen.sh),)
6
 
  DEB_BUILD_OPTIONS += nostrip
7
 
endif
8
 
 
9
4
%:
10
5
        dh $@ --with python2,autoreconf
11
6