From 7baa16f251a9f21f838348be77a8a369c6cb366c Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 5 Feb 2012 20:33:51 +0000 Subject: Extend dh_xine for out-of-tree plugins. --HG-- rename : debian/dh_xine => debian/dh_xine.in --- debian/rules | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 8c90cbff1..446f6e9cb 100755 --- a/debian/rules +++ b/debian/rules @@ -117,7 +117,7 @@ update-config-sub-guess: clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp po/*.gmo po/stamp-po + rm -f build-stamp configure-stamp po/*.gmo po/stamp-po debian/dh_xine if test -f .noauto; then \ [ ! -f Makefile ] || $(MAKE) distclean; \ else \ @@ -125,7 +125,10 @@ clean: fi dh_clean -install: build +debian/dh_xine: debian/dh_xine.in + sed -e's/@VERSION@/'$(shell dpkg-parsechangelog -c1 | sed -e '/^Version:/! d; s/^.* //; s/-[^-]*$$//')'/' $< >$@ + +install: build debian/dh_xine dh_testdir dh_testroot dh_clean -k -- cgit v1.2.3