~ubuntu-branches/debian/sid/python-holidays/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Ondřej Nový
  • Date: 2017-03-10 17:01:24 UTC
  • Revision ID: package-import@ubuntu.com-20170310170124-5a7htxbpzh8ww883
Tags: 0.8.1-1
Initial release. (Closes: #857372)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
export PYBUILD_NAME=holidays
 
4
 
 
5
%:
 
6
        dh $@ --with python3 --buildsystem=pybuild
 
7
 
 
8
override_dh_auto_test:
 
9
        PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} tests.py" dh_auto_test