~jelmer/debian/sid/bzr-stats/xs-testsuite-field-in-debian-control

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Jelmer Vernooij
  • Date: 2016-11-27 17:57:34 UTC
  • Revision ID: jelmer@jelmer.uk-20161127175734-hvikqmlrnbcufw2j
Use debhelper 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
3
%:
4
 
        dh --with python2 --buildsystem=python_distutils $*
 
4
        dh $* --with python2 --buildsystem=python_distutils
5
5
 
6
6
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
7
7
CONCURRENCY = BZR_CONCURRENCY=$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))