~linuxjedi/libra/python-libraclient

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Monty Taylor
  • Date: 2015-10-17 20:04:33 UTC
  • Revision ID: git-v1:1aff44b7b81b60c659b6ba7e14086e1788d55d9d
Retire stackforge/python-libraclient

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/make -f
2
 
# -*- makefile -*-
3
 
 
4
 
WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2")
5
 
 
6
 
%:
7
 
        dh $@ ${WITH_PYTHON2}