anastasis-gtk

Demonstrator GUI for Anastasis
Log | Files | Refs | README | LICENSE

rules (217B)


      1 #!/usr/bin/make -f
      2 
      3 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
      4 
      5 %:
      6 	dh ${@}
      7 
      8 override_dh_builddeb:
      9 	dh_builddeb -- -Zgzip
     10 
     11 override_dh_auto_configure:
     12 	dh_auto_configure -- --disable-rpath
     13