i3lock/debian/rules

35 lines
532 B
Plaintext
Raw Normal View History

2009-03-11 23:29:37 +01:00
#!/usr/bin/make -f
# vi: ts=8 sw=8 noet
2009-03-11 23:29:37 +01:00
DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
2009-03-11 23:29:37 +01:00
build: build-stamp
2012-03-15 13:28:07 +01:00
build-arch: build-stamp
build-indep: build-stamp
build-stamp:
dh build
touch build-stamp
2009-03-11 23:29:37 +01:00
clean:
dh clean
2009-03-11 23:29:37 +01:00
install: build install-stamp
install-stamp:
dh install
touch install-stamp
2009-03-11 23:29:37 +01:00
binary-arch: install
dh binary-arch
2009-03-11 23:29:37 +01:00
binary-indep: install
dh binary-indep
2009-03-11 23:29:37 +01:00
binary: binary-arch binary-indep
2009-03-11 23:29:37 +01:00
override_dh_auto_build:
$(MAKE)
2009-03-11 23:29:37 +01:00
override_dh_install:
$(MAKE) DESTDIR=$(CURDIR)/debian/i3lock/ install