diff --git a/debian/README.debian b/debian/README.debian index 7fc538b49b..8221b2fcfb 100644 --- a/debian/README.debian +++ b/debian/README.debian @@ -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 --git a/debian/changelog b/debian/changelog index c4af5f474f..1fcae06c15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 --git a/debian/files b/debian/files index e9ff3c416c..24cc330b07 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -mplayer_0.11pre-1_i386.deb unknown optional +mplayer_0.17a-1_i386.deb unknown optional diff --git a/debian/rules b/debian/rules index 60aa6d884a..192c39f8e0 100755 --- a/debian/rules +++ b/debian/rules @@ -24,12 +24,19 @@ binary-indep: checkroot build # 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 --git a/debian/substvars b/debian/substvars index bca2e799ee..735f15f761 100644 --- a/debian/substvars +++ b/debian/substvars @@ -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)