I-Nex/debian/rules

19 lines
384 B
Plaintext
Raw Normal View History

2011-09-25 22:06:52 +08:00
#!/usr/bin/make -f
2014-02-07 09:44:08 +08:00
LSB_CS = $(shell lsb_release -cs)
ifeq ($(LSB_CS),lucid)
COMPRESSION = -- -z9 -Zgzip
else
COMPRESSION = -- -z9 -Zxz
endif
2014-07-02 08:35:28 +08:00
override_dh_autoreconf:
cd I-Nex && autoreconf -i
2014-02-09 20:46:55 +08:00
override_dh_auto_configure:
dh_auto_configure --sourcedirectory=I-Nex
override_dh_builddeb:
2014-02-07 09:44:08 +08:00
dh_builddeb $(COMPRESSION)
2014-02-09 20:46:55 +08:00
override_dh_fixperms:
dh_fixperms
2014-02-07 09:44:08 +08:00
%:
dh $@ --with autoreconf