diff options
author | Anton Khirnov <wyskas@gmail.com> | 2009-08-08 09:13:23 +0200 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2009-08-23 11:08:02 +0300 |
commit | e0275d109775ead9ac48e3b51f5dc88a29324fdb (patch) | |
tree | 467d9125b22d434daff3b3f39dbd857375507a2c /debian/rules | |
parent | 7d64e9e219b56ae46edc1f044d33cf92d40799cd (diff) |
debian/: delegate handling of mplayer.conf to dpkg.
This change removes also all debconf templates and reduces
package complexity.
Patch by Reinhard Tartler <siretart AT tauware.de>, copied
from the official Debian package.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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/<packagename> $(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 |