# HG changeset patch # User eyck # Date 993484053 0 # Node ID df1906af57987e9047d361598a98ff65c2a7b2ca # Parent 57fe59270c670591dde0d86b37f4f77d348a67da docs updates diff -r 57fe59270c67 -r df1906af5798 DOCS/DEBIAN --- a/DOCS/DEBIAN Mon Jun 25 14:08:55 2001 +0000 +++ b/DOCS/DEBIAN Mon Jun 25 15:47:33 2001 +0000 @@ -5,14 +5,15 @@ eyck@incubus:~/src/main$ fakeroot debian/rules binary (... mplayer detects hardware/software, builds itself and.. ) .. - dpkg-deb: building package `mplayer' in `../mplayer_0.17a-1_i386.deb'. + dpkg-deb: building package `mplayer' in `../mplayer_0.18-1_i386.deb'. -And now just dpkg -i ../mplayer_0.17a-1_i386.deb +And now just dpkg -i ../mplayer_0.18-1_i386.deb as root. +Here's how it looks like: -eyck@incubus:/src/main$ sudo dpkg -i ../mplayer_0.17a-1_i386.deb +eyck@incubus:/src/main$ sudo dpkg -i ../mplayer_0.18-1_i386.deb Password: (Reading database ... 26946 files and directories currently installed.) -Preparing to replace mplayer 0.11pre-1 (using ../mplayer_0.17a-1_i386.deb) ... +Preparing to replace mplayer 0.17a-1 (using ../mplayer_0.18-1_i386.deb) ... Unpacking replacement mplayer ... -Setting up mplayer (0.17a-1) ... +Setting up mplayer (0.18-1) ... diff -r 57fe59270c67 -r df1906af5798 debian/TODO.Debian --- a/debian/TODO.Debian Mon Jun 25 14:08:55 2001 +0000 +++ b/debian/TODO.Debian Mon Jun 25 15:47:33 2001 +0000 @@ -1,7 +1,11 @@ -global configuration +- global configuration ( /etc/mplayer/mplayer.conf /etc/mplayer/codecs.conf /usr/lib/mplayer/font ) -enable rules to enforce configuration. +- Add script for copying *.dlls from users windows directory, +or figure out some other way of satisfying other dependencies +like *.dlls and fonts. +In other words - automate win32dll.zip installation. +- check debhelper quirks and abilities for config files.