github.com/aychain/blockbook@v0.1.1-0.20181121092459-6d1fc7e07c5b/build/templates/blockbook/debian/rules (about)

     1  {{define "main" -}}
     2  #!/usr/bin/make -f
     3  
     4  DH_VERBOSE = 1
     5  
     6  %:
     7  	dh $@ --with=systemd
     8  
     9  override_dh_strip:
    10  
    11  override_dh_systemd_start:
    12  	dh_systemd_start --no-start
    13  
    14  override_dh_installinit:
    15  
    16  override_dh_shlibdeps:
    17  	dh_shlibdeps -- --warnings=0
    18  {{end}}