taler-mailbox

Service for asynchronous wallet-to-wallet payment messages
Log | Files | Refs | Submodules | README | LICENSE

rules (648B)


      1 #!/usr/bin/make -f
      2 
      3 DISTRIBUTION = $(shell lsb_release -sr)
      4 VERSION = 1.1.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-mailbox --no-start --no-enable taler-mailbox.service
     15 #override_dh_auto_test:
     16 #override_dh_auto_build:
     17 #override_dh_auto_install:
     18 #    wget -N --progress=dot:mega $(URL)
     19 #    tar --strip-components=1 -xf $(TARBALL)
     20 #    ./configure --prefix=/usr
     21 #    make
     22 #    make install DESTDIR=debian/memcached
     23 #
     24 #override_dh_gencontrol:
     25 #    dh_gencontrol -- -v$(PACKAGEVERSION)