# HG changeset patch # User eyck # Date 990433920 0 # Node ID 29a3f57d5e1da81779ee6dc3115364a69b7f9d1c # Parent 108ea5157cbc3477d1720b488f8f857840dbe8e3 spellcheck, start of integration with debian menu system, /etc/mplayer.conf diff -r 108ea5157cbc -r 29a3f57d5e1d debian/README.debian --- a/debian/README.debian Sun May 20 21:49:45 2001 +0000 +++ b/debian/README.debian Mon May 21 08:32:00 2001 +0000 @@ -1,6 +1,6 @@ mplayer for Debian ---------------------- - This package is ment for users to build themselves. + This package is meant for users to build themselves. Recommended method is running "fakeroot debian/rules binary" in "main" directory Dariush Pietrzak Thu, 17 May 2001 13:25:12 +0200 diff -r 108ea5157cbc -r 29a3f57d5e1d debian/changelog --- a/debian/changelog Sun May 20 21:49:45 2001 +0000 +++ b/debian/changelog Mon May 21 08:32:00 2001 +0000 @@ -1,6 +1,12 @@ +mplayer (0.17a-2) unstable; urgency=low + + * mplayer.conf file, automatic menu files update + + -- Dariush Pietrzak Sun, 20 May 2001 22:50:41 +0200 + mplayer (0.17a-1) unstable; urgency=low - * Version change, debian scripts update (rm), temporary(?) new maintainer;) + * Version change, debian scripts update (rm), maintainer switch -- Dariush Pietrzak Thu, 17 May 2001 13:25:12 +0200 diff -r 108ea5157cbc -r 29a3f57d5e1d debian/files --- a/debian/files Sun May 20 21:49:45 2001 +0000 +++ b/debian/files Mon May 21 08:32:00 2001 +0000 @@ -1,1 +1,1 @@ -mplayer_0.11pre-1_i386.deb unknown optional +mplayer_0.17a-1_i386.deb unknown optional diff -r 108ea5157cbc -r 29a3f57d5e1d debian/rules --- a/debian/rules Sun May 20 21:49:45 2001 +0000 +++ b/debian/rules Mon May 21 08:32:00 2001 +0000 @@ -24,12 +24,19 @@ # generated by this package. If there were any they would be # made here. + + binary-arch: checkroot build $(checkdir) -rm -rf debian/tmp install -d debian/tmp cd debian/tmp && install -d `cat ../dirs` $(MAKE) install prefix=`pwd`/debian/tmp/usr + +# questionable quality of solution: + mkdir -p debian/tmp/etc + cp debian/mplayer.conf debian/tmp/etc/ + # Must have debmake installed for this to work. Otherwise please copy # /usr/bin/debstd into the debian directory and change debstd to debian/debstd debstd diff -r 108ea5157cbc -r 29a3f57d5e1d debian/substvars --- a/debian/substvars Sun May 20 21:49:45 2001 +0000 +++ b/debian/substvars Mon May 21 08:32:00 2001 +0000 @@ -1,1 +1,1 @@ -shlibs:Depends=libc6 (>= 2.2.1-2), liblircclient0, libncurses5, xlibs (>= 4.0.1-11) +shlibs:Depends=libc6 (>= 2.2.3-1), libgl1, libncurses5 (>= 5.2.20010310-1), libpng2(>=1.0.10), libsdl1.1, libstdc++2.10-glibc2.2, svgalibg1, xlibs (>> 4.0.3), zlib1g (>= 1:1.1.3)