taldir

Directory service to resolve wallet mailboxes by messenger addresses
Log | Files | Refs | Submodules | README | LICENSE

rules (694B)


      1 #!/usr/bin/make -f
      2 
      3 DISTRIBUTION = $(shell lsb_release -sr)
      4 VERSION = 2.0.0
      5 PACKAGEVERSION = $(VERSION)-0~$(DISTRIBUTION)0
      6 URL = http://www.taler.net/files/$(TARBALL)
      7 
      8 %:
      9 	dh $@
     10 
     11 override_dh_auto_clean:
     12 override_dh_auto_test:
     13 override_dh_installsystemd:
     14 	dh_installsystemd -ptaler-directory --no-start --no-enable taler-directory.service
     15 	# final invocation to generate daemon reload
     16 	dh_installsystemd
     17 
     18 #override_dh_auto_build:
     19 #override_dh_auto_install:
     20 #    wget -N --progress=dot:mega $(URL)
     21 #    tar --strip-components=1 -xf $(TARBALL)
     22 #    ./configure --prefix=/usr
     23 #    make
     24 #    make install DESTDIR=debian/memcached
     25 #
     26 #override_dh_gencontrol:
     27 #    dh_gencontrol -- -v$(PACKAGEVERSION)