summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authoreyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-21 08:32:00 +0000
committereyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-21 08:32:00 +0000
commita9494a46df3769d27b791d88b9d0780010465542 (patch)
tree6eeb81e663af4bf4a8a6c7e3da1c9341be218581 /debian
parent8c94b3ddd0ddb5e91f8c2ee0996489fb14abbf70 (diff)
downloadmpv-a9494a46df3769d27b791d88b9d0780010465542.tar.bz2
mpv-a9494a46df3769d27b791d88b9d0780010465542.tar.xz
spellcheck, start of integration with debian menu system, /etc/mplayer.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@846 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian')
-rw-r--r--debian/README.debian2
-rw-r--r--debian/changelog8
-rw-r--r--debian/files2
-rwxr-xr-xdebian/rules7
-rw-r--r--debian/substvars2
5 files changed, 17 insertions, 4 deletions
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 <eyck@incubus.ar.lublin.pl> 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 <eyck@incubus.ar.lublin.pl> 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 <eyck@incubus.ar.lublin.pl> 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)