~tomas.markauskas/duplicity/glacier-deep-archive

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: kenneth at loafman
  • Date: 2019-08-20 20:39:34 UTC
  • Revision ID: kenneth@loafman.com-20190820203934-a5xake9ca3v8bevh
* Fix debian/rules file

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
UPSTREAM_VERSION=$(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2 | cut -d- -f1)
6
6
 
7
7
%:
8
 
        dh $@ --with python2
 
8
        dh $@ --with python2 --buildsystem=pybuild
9
9
 
10
10
override_dh_auto_test:
11
11
        ./setup.py test