~george-edison55/audataserver-proxy/trunk

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Nathan Osman
  • Date: 2011-11-04 03:45:15 UTC
  • Revision ID: admin@quickmediasolutions.com-20111104034515-r924dhrfqojaa1q9
Added workaround for Lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
 
SEQUENCE=`if [ $(lsb_release -rs) = "10.04" ] ; then echo "python-central" ; else echo "python2" ; fi`
 
3
SEQUENCE = $(if [ `lsb_release -rs` = "10.04" ] ; then echo "python-central" ; else echo "python2" ; fi)
4
4
 
5
5
%:
6
6
        dh --buildsystem=python_distutils --with $(SEQUENCE) $*