~ubuntu-branches/ubuntu/raring/dulwich/raring

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-05-11 22:29:56 UTC
  • Revision ID: james.westby@ubuntu.com-20110511222956-mwdbeaoskswhue80
Tags: 0.7.1-2
Explicitly make debhelper use dh_python2. Closes: #626414

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
3
%:
4
 
        dh --buildsystem=python_distutils $*
 
4
        dh --buildsystem=python_distutils --with python2 $*
5
5
 
6
6
override_dh_auto_test:
7
7
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))