You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
483 B

16 years ago
16 years ago
16 years ago
16 years ago
16 years ago
16 years ago
16 years ago
16 years ago
16 years ago
16 years ago
  1. #!/usr/bin/make -f
  2. # vi: ts=8 sw=8 noet
  3. DPKG_EXPORT_BUILDFLAGS = 1
  4. -include /usr/share/dpkg/buildflags.mk
  5. build: build-stamp
  6. build-stamp:
  7. dh build
  8. touch build-stamp
  9. clean:
  10. dh clean
  11. install: build install-stamp
  12. install-stamp:
  13. dh install
  14. touch install-stamp
  15. binary-arch: install
  16. dh binary-arch
  17. binary-indep: install
  18. dh binary-indep
  19. binary: binary-arch binary-indep
  20. override_dh_auto_build:
  21. $(MAKE)
  22. override_dh_install:
  23. $(MAKE) DESTDIR=$(CURDIR)/debian/i3lock/ install