source: branches/1.0/debian/rules @ 848

Last change on this file since 848 was 848, checked in by olahaye, 11 years ago

[deb:packaging] Fixed the dh_python warning and removed debian/*.substvars mistakenly added before.

  • Property svn:executable set to *
File size: 225 bytes
RevLine 
[846]1#!/usr/bin/make -f
2
3%:
[848]4        dh $@ --with python2
[846]5
6override_dh_auto_install:
7        dh_auto_install -- PREFIX=/usr GANGLIA_ROOT=/usr/share/ganglia-webfrontend GANGLIA_USER=ganglia HTTPD_USER=www-data JOBARCHIVE_RRDS=/var/lib/jobarchive
Note: See TracBrowser for help on using the repository browser.