PAM-less i3lock-color fork
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.

35 lines
532 B

16 years ago
#!/usr/bin/make -f
# vi: ts=8 sw=8 noet
16 years ago
DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
16 years ago
build: build-stamp
build-arch: build-stamp
build-indep: build-stamp
build-stamp:
dh build
touch build-stamp
16 years ago
clean:
dh clean
16 years ago
install: build install-stamp
install-stamp:
dh install
touch install-stamp
16 years ago
binary-arch: install
dh binary-arch
16 years ago
binary-indep: install
dh binary-indep
16 years ago
binary: binary-arch binary-indep
16 years ago
override_dh_auto_build:
$(MAKE)
16 years ago
override_dh_install:
$(MAKE) DESTDIR=$(CURDIR)/debian/i3lock/ install