X-Git-Url: http://www.average.org/gitweb/?p=loctrkd.git;a=blobdiff_plain;f=debian%2Frules;h=b35833aef57ab4f03bd72ce6a5e9dec78faf5509;hp=e2f6e32808531504904ad7cd5d1e4f7ac960c07b;hb=dbdf9d63af31770ad57302e16b17a2fdc526773f;hpb=bf48ccad4b4b91e7d7e09d1087f5953bc2db97d7 diff --git a/debian/rules b/debian/rules index e2f6e32..b35833a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -export PYBUILD_NAME=gps303 +export PYBUILD_NAME=loctrkd #export PYBUILD_BEFORE_TEST=cp -r mypystubs {build_dir} #export PYBUILD_AFTER_TEST=rm -rf {build_dir}/mypystubs @@ -9,10 +9,10 @@ export PYBUILD_NAME=gps303 override_dh_installsystemd: - dh_installsystemd --name=gps303 - dh_installsystemd --name=gps303.collector - dh_installsystemd --name=gps303.storage - dh_installsystemd --name=gps303.lookaside - dh_installsystemd --name=gps303.termconfig - dh_installsystemd --name=gps303.wsgateway - dh_installsystemd --name=gps303.ocid-dload + dh_installsystemd --name=loctrkd + dh_installsystemd --name=loctrkd.collector + dh_installsystemd --name=loctrkd.storage + dh_installsystemd --name=loctrkd.lookaside + dh_installsystemd --name=loctrkd.termconfig + dh_installsystemd --name=loctrkd.wsgateway + dh_installsystemd --name=loctrkd.ocid-dload