taler-rust

GNU Taler code in Rust. Largely core banking integrations.
Log | Files | Refs | Submodules | README | LICENSE

rules (1553B)


      1 #!/usr/bin/make -f
      2 
      3 %:
      4 	dh $@ --no-parallel
      5 
      6 override_dh_auto_configure:
      7 	# Nothing to configure: debian/*.install hardcodes the /usr paths and the
      8 	# build only needs a cargo from $PATH (see Build-Depends).  The step is
      9 	# still overridden so that dh does not hand ./configure the autoconf-style
     10 	# arguments it does not accept.
     11 	true
     12 
     13 override_dh_auto_build:
     14 	make build
     15 
     16 override_dh_auto_test:
     17 	true
     18 
     19 override_dh_auto_install:
     20 	true
     21 
     22 override_dh_installsystemd:
     23 	dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-magnet-bank-httpd
     24 	dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-magnet-bank-worker
     25 	dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-magnet-bank
     26 	dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-cyclos-httpd
     27 	dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-cyclos-worker
     28 	dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-cyclos
     29 	dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-wise-httpd
     30 	dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-wise-worker
     31 	dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-wise
     32 	dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-apns-relay-httpd
     33 	dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-apns-relay-worker
     34 	dh_installsystemd --no-enable --no-start --no-stop-on-upgrade --name taler-apns-relay
     35 	dh_installsystemd