github.com/aychain/blockbook@v0.1.1-0.20181121092459-6d1fc7e07c5b/build/templates/backend/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_systemd_start:
    10  	dh_systemd_start --no-start
    11  
    12  override_dh_installinit:
    13  
    14  override_dh_strip:
    15  	dh_strip --no-automatic-dbgsym
    16  {{end}}