summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authoreyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-17 11:47:00 +0000
committereyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-17 11:47:00 +0000
commit8c6cb48ee28198e7178b7cd4b54d1f766e36072a (patch)
treec991eb12e8b792d51d10382c157c7275ff1b8f6d /debian
parentc022f4b6450e58aeead4ac56320c9d4da297e360 (diff)
downloadmpv-8c6cb48ee28198e7178b7cd4b54d1f766e36072a.tar.bz2
mpv-8c6cb48ee28198e7178b7cd4b54d1f766e36072a.tar.xz
Tiny changes in debian part.
No need for setup.sh. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@822 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian')
-rw-r--r--debian/README.debian5
-rw-r--r--debian/changelog6
-rw-r--r--debian/copyright2
-rwxr-xr-xdebian/rules3
4 files changed, 13 insertions, 3 deletions
diff --git a/debian/README.debian b/debian/README.debian
index b4f1007786..7fc538b49b 100644
--- a/debian/README.debian
+++ b/debian/README.debian
@@ -1,5 +1,10 @@
mplayer for Debian
----------------------
+ This package is ment 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
+
Comments regarding the Package
diff --git a/debian/changelog b/debian/changelog
index 6401dbeee5..c4af5f474f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mplayer (0.17a-1) unstable; urgency=low
+
+ * Version change, debian scripts update (rm), temporary(?) new maintainer;)
+
+ -- Dariush Pietrzak <eyck@incubus.ar.lublin.pl> Thu, 17 May 2001 13:25:12 +0200
+
mplayer (0.11pre-1) unstable; urgency=low
* Initial release.
diff --git a/debian/copyright b/debian/copyright
index 1f2e4f4afa..8757a5a7fd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,4 +5,4 @@ It was downloaded from http://mplayer.sourceforge.net
Copyright:
- GPL!
+ GPL! (partly)
diff --git a/debian/rules b/debian/rules
index 21e4771d50..60aa6d884a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,7 @@ package=mplayer
build:
$(checkdir)
- ./setup.sh
- ./configure --prefix=/usr `cat setup.s`
+ ./configure --prefix=/usr
make dep
make
touch build