summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/DEBIAN11
-rw-r--r--debian/TODO.Debian8
2 files changed, 12 insertions, 7 deletions
diff --git a/DOCS/DEBIAN b/DOCS/DEBIAN
index 7cebcfa1aa..fbdaa290b0 100644
--- a/DOCS/DEBIAN
+++ b/DOCS/DEBIAN
@@ -5,14 +5,15 @@ eyck@incubus:~/src$ cd main
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 --git a/debian/TODO.Debian b/debian/TODO.Debian
index 40c6e28c6b..f45e7495fd 100644
--- a/debian/TODO.Debian
+++ b/debian/TODO.Debian
@@ -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.