~ubuntu-branches/ubuntu/utopic/python-prctl/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Jakub Wilk
  • Date: 2012-04-26 18:48:35 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20120426184835-hcxhijzqh54xui73
Tags: 1.1.1-1.1
* Non-maintainer upload.
* Build documentation in override_dh_auto_build target rather than in build
  target (closes: #666322). Thanks to Lucas Nussbaum for the bug report.
  + Bump build-dependency on debhelper to >= 7.0.50~.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        dh clean
10
10
        make -C docs clean
11
11
 
12
 
build:
13
 
        dh build
 
12
override_dh_auto_build:
 
13
        dh_auto_build
14
14
        make -C docs html