[Mplayer-dev-eng] [patch] Install example.conf with dh_installexamples in debian/rules

André Dahlqvist andre.dahlqvist at telia.com
Mon Aug 27 23:05:40 CEST 2001


We should install the file example.conf in /usr/share/doc/mplayer/examples
since that's the practice in Debian. Giving the path to that file as an
argument to dh_installexamples is enough. The below patch does that, plus
removes some commented out debhelper calls that are very unlikely to be
needed in mplayer ever.

--- debian/rules~	Mon Aug 27 23:00:55 2001
+++ debian/rules	Mon Aug 27 23:03:08 2001
@@ -68,14 +68,9 @@
 	dh_testroot
 	dh_installdebconf	
 	dh_installdocs DOCS/*
-	dh_installexamples
+	dh_installexamples etc/examples.conf
 	dh_installmenu
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
 #	dh_installmime
-#	dh_installinit
-#	dh_installcron
 	dh_installmanpages TVout/fbset/fb.modes.5
 	dh_installinfo
 #	dh_undocumented
-- 

André Dahlqvist <andre.dahlqvist at telia.com>

_______________________________________________
Mplayer-dev-eng mailing list
Mplayer-dev-eng at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng



More information about the MPlayer-dev-eng mailing list