about summary refs log blame commit diff stats
path: root/debian/rules
blob: 7c5462cb7f63f3dd1085ae52636af4f4f14f9449 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                    
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_install:
	$(MAKE) DESTDIR=$$(pwd)/debian/profanity prefix=/usr install

override_dh_auto_test: