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.

34 lines
532 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-arch: build-stamp
  7. build-indep: build-stamp
  8. build-stamp:
  9. dh build
  10. touch build-stamp
  11. clean:
  12. dh clean
  13. install: build install-stamp
  14. install-stamp:
  15. dh install
  16. touch install-stamp
  17. binary-arch: install
  18. dh binary-arch
  19. binary-indep: install
  20. dh binary-indep
  21. binary: binary-arch binary-indep
  22. override_dh_auto_build:
  23. $(MAKE)
  24. override_dh_install:
  25. $(MAKE) DESTDIR=$(CURDIR)/debian/i3lock/ install