source: branches/1.0/debian/rules @ 852

Last change on this file since 852 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
Line 
1#!/usr/bin/make -f
2
3%:
4        dh $@ --with python2
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.