[SCM] mplayer packaging branch, master, updated. upstream/1.0rc2+svn20090303-99-ge2bbaba

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Thu Mar 12 08:35:45 UTC 2009


The following commit has been merged in the master branch:
commit e2bbababef5c382b0c33edb817c9496775757438
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Thu Mar 12 09:34:53 2009 +0100

    small fixup in mplayer.postinst
    
    mplayer.postinst must no longer reference the debconf question
    'mplayer/dvd_device', as it has been removed from
    debian/mplayer.template.

diff --git a/debian/mplayer.postinst b/debian/mplayer.postinst
index 4a0637a..266ce10 100644
--- a/debian/mplayer.postinst
+++ b/debian/mplayer.postinst
@@ -55,12 +55,9 @@ create_conf () {
 	 echo "zoom=1" >> $t 
      fi
  fi
- db_get "mplayer/dvd_device"
- if test "$RET" ; then
-     echo "#device for dvd" >> $t
-     echo "dvd-device=/dev/dvd" >> $t 
-     test -r "$RET" || message "Mplayer warning: dvd device '$RET' does not exist!\n"
- fi
+
+ echo "#device for dvd" >> $t
+ echo "dvd-device=/dev/dvd" >> $t 
  
  echo "#enable fontconfig" >> $t
  echo "fontconfig=1" >> $t 

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list