tvheadend/debian/rules

21 lines
339 B
Text
Raw Permalink Normal View History

2009-03-30 18:11:57 +00:00
#!/usr/bin/make -f
export DH_VERBOSE=1
2009-03-30 18:11:57 +00:00
%:
dh $@
2009-03-30 18:11:57 +00:00
override_dh_auto_configure:
dh_auto_configure -- ${AUTOBUILD_CONFIGURE_EXTRA} ${JOBSARGS}
override_dh_auto_build:
make ${JARGS}
2011-02-19 13:07:28 +01:00
override_dh_strip:
2011-05-21 11:23:33 +02:00
dh_strip --dbg-package=tvheadend-dbg
override_dh_auto_install:
dh_auto_install --destdir=debian/tvheadend
2011-05-21 11:23:33 +02:00
override_dh_auto_clean: