From e0275d109775ead9ac48e3b51f5dc88a29324fdb Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 8 Aug 2009 09:13:23 +0200 Subject: debian/: delegate handling of mplayer.conf to dpkg. This change removes also all debconf templates and reduces package complexity. Patch by Reinhard Tartler , copied from the official Debian package. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 70474d3e9d..316e6d138d 100755 --- a/debian/rules +++ b/debian/rules @@ -61,7 +61,7 @@ binary-arch: build # commands to install the package into debian/ $(MAKE) prefix=$(prefix)/usr BINDIR=$(prefix)/usr/bin CONFDIR=$(prefix)/etc/mplayer LIBDIR=$(prefix)/usr/lib DATADIR=$(prefix)/usr/share/mplayer MANDIR=$(prefix)/usr/share/man install - dh_installdebconf + install -D -m 644 etc/example.conf $(prefix)/etc/mplayer/mplayer.conf dh_installdocs -X.svn -Xmplayer.1 DOCS/* dh_installexamples etc/example.conf etc/dvb-menu.conf etc/input.conf etc/menu.conf dh_installmime -- cgit v1.2.3