r.rules['auto_test'] = []
r.rules['auto_install'] = [safeCall('dh_auto_install', '--destdir=debian/'+binaryName)] # install everything into the binary package
r.rules['auto_configure'] = ['dh_auto_configure'] # make sure there is an override (we may just append to it later)
r.rules['auto_test'] = []
r.rules['auto_install'] = [safeCall('dh_auto_install', '--destdir=debian/'+binaryName)] # install everything into the binary package
r.rules['auto_configure'] = ['dh_auto_configure'] # make sure there is an override (we may just append to it later)