summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-02-27 02:04:08 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-02-27 02:04:08 +0000
commit7a098e388410617a819ecf71f602729ef8c08dc3 (patch)
treed9c00f388c9f9f92ccbbb0dc619b12d08b545f59 /debian
parent0b1d7d1a17dee36e63e9b91736e13783b6d6c939 (diff)
downloadmpv-7a098e388410617a819ecf71f602729ef8c08dc3.tar.bz2
mpv-7a098e388410617a819ecf71f602729ef8c08dc3.tar.xz
Initial revision
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian')
-rw-r--r--debian/README.debian6
-rw-r--r--debian/changelog9
-rw-r--r--debian/control11
-rw-r--r--debian/copyright8
-rw-r--r--debian/crontab.ex1
-rw-r--r--debian/dirs3
-rw-r--r--debian/diversions.ex1
-rw-r--r--debian/files1
-rw-r--r--debian/inetd.conf.ex2
-rw-r--r--debian/info.ex15
-rw-r--r--debian/init.d.ex51
-rw-r--r--debian/manpage.1.ex41
-rw-r--r--debian/menu.ex2
-rwxr-xr-xdebian/rules52
-rw-r--r--debian/substvars1
-rw-r--r--debian/watch.ex5
16 files changed, 209 insertions, 0 deletions
diff --git a/debian/README.debian b/debian/README.debian
new file mode 100644
index 0000000000..b4f1007786
--- /dev/null
+++ b/debian/README.debian
@@ -0,0 +1,6 @@
+mplayer for Debian
+----------------------
+
+Comments regarding the Package
+
+* TeLeNiEkO * <telenieko@telenieko.com>, Mon, 26 Feb 2001 12:24:04 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000000..6401dbeee5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,9 @@
+mplayer (0.11pre-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- * TeLeNiEkO * <telenieko@telenieko.com> Mon, 26 Feb 2001 12:24:04 +0100
+
+Local variables:
+mode: debian-changelog
+End:
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000000..a996518e6e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,11 @@
+Source: mplayer
+Section: unknown
+Priority: optional
+Maintainer: * TeLeNiEkO * <telenieko@telenieko.com>
+Standards-Version: 3.2.1
+
+Package: mplayer
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: The Ultimate Movie Player For Linux
+ PoS Eso x"D
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000000..1f2e4f4afa
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,8 @@
+This package was debianized by * TeLeNiEkO * telenieko@telenieko.com on
+Mon, 26 Feb 2001 12:24:04 +0100.
+
+It was downloaded from http://mplayer.sourceforge.net
+
+Copyright:
+
+ GPL!
diff --git a/debian/crontab.ex b/debian/crontab.ex
new file mode 100644
index 0000000000..5dbc4eafda
--- /dev/null
+++ b/debian/crontab.ex
@@ -0,0 +1 @@
+0 4 * * * root mplayer_maintenance
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000000..b7db63acb6
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,3 @@
+usr/bin
+usr/sbin
+usr/man/man1/
diff --git a/debian/diversions.ex b/debian/diversions.ex
new file mode 100644
index 0000000000..aebbbe5dc9
--- /dev/null
+++ b/debian/diversions.ex
@@ -0,0 +1 @@
+<FILE> <Diverted to> <Packagename>
diff --git a/debian/files b/debian/files
new file mode 100644
index 0000000000..e9ff3c416c
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+mplayer_0.11pre-1_i386.deb unknown optional
diff --git a/debian/inetd.conf.ex b/debian/inetd.conf.ex
new file mode 100644
index 0000000000..a3aa7e378e
--- /dev/null
+++ b/debian/inetd.conf.ex
@@ -0,0 +1,2 @@
+#:OTHER:
+mplayer stream tcp nowait root /usr/sbin/tcpd /usr/sbin/mplayer
diff --git a/debian/info.ex b/debian/info.ex
new file mode 100644
index 0000000000..4886cef689
--- /dev/null
+++ b/debian/info.ex
@@ -0,0 +1,15 @@
+# This is a configuration files for installing a .info menu
+# The Description to be placed into the directory
+DESCR="Description"
+
+# The section this info file should be placed in (Regexp) followed by
+# the new section name to be created if the Regexp does not match
+# (Optional. If not given the .info will be appended to the directory)
+#SECTION_MATCH="Regexp"
+#SECTION_NAME="New Section Name"
+
+# The file referred to from the Info directory
+FILE=mplayer.info
+
+# Optional. The files to be copied to /usr/share/info
+#FILES=*.info
diff --git a/debian/init.d.ex b/debian/init.d.ex
new file mode 100644
index 0000000000..6089c9002e
--- /dev/null
+++ b/debian/init.d.ex
@@ -0,0 +1,51 @@
+#!/bin/sh
+#
+# This file was automatically customized by debmake on Mon, 26 Feb 2001 12:24:04 +0100
+#
+# Written by Miquel van Smoorenburg <miquels@cistron.nl>.
+# Modified for Debian GNU/Linux by Ian Murdock <imurdock@gnu.org>.
+# Modified for Debian by Christoph Lameter <clameter@debian.org>
+
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
+DAEMON=/usr/sbin/mplayer
+# The following value is extracted by debstd to figure out how to generate
+# the postinst script. Edit the field to change the way the script is
+# registered through update-rc.d (see the manpage for update-rc.d!)
+FLAGS="defaults 50"
+
+test -f $DAEMON || exit 0
+
+case "$1" in
+ start)
+ start-stop-daemon --start --verbose --exec $DAEMON
+ ;;
+ stop)
+ start-stop-daemon --stop --verbose --exec $DAEMON
+ ;;
+ #reload)
+ #
+ # If the daemon can reload its config files on the fly
+ # for example by sending it SIGHUP, do it here.
+ #
+ # If the daemon responds to changes in its config file
+ # directly anyway, make this a do-nothing entry.
+ #
+ # start-stop-daemon --stop --signal 1 --verbose --exec $DAEMON
+ # ;;
+ restart|force-reload)
+ #
+ # If the "reload" option is implemented, move the "force-reload"
+ # option to the "reload" entry above. If not, "force-reload" is
+ # just the same as "restart".
+ #
+ start-stop-daemon --stop --verbose --exec $DAEMON
+ sleep 1
+ start-stop-daemon --start --verbose --exec $DAEMON
+ ;;
+ *)
+ echo "Usage: /etc/init.d/mplayer {start|stop|restart|force-reload}"
+ exit 1
+ ;;
+esac
+
+exit 0
diff --git a/debian/manpage.1.ex b/debian/manpage.1.ex
new file mode 100644
index 0000000000..3108ea4edc
--- /dev/null
+++ b/debian/manpage.1.ex
@@ -0,0 +1,41 @@
+.TH NAME SECTION
+.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
+.\" other parms are allowed: see man(7), man(1)
+.SH NAME
+mplayer \- programs to do something
+.SH SYNOPSIS
+.B mplayer
+.I "[options] files ..."
+.br
+.B bar
+.I "[options] files ..."
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.BR mplayer ,
+and
+.B bar
+commands.
+This manual page was written for the Debian GNU/Linux distribution
+because the original program does not have a manual page.
+Instead, it has documentation in the GNU Info format; see below.
+.PP
+.B mplayer
+is a program that...
+.SH OPTIONS
+The programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+A summary of options are included below.
+For a complete description, see the Info files.
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-v, \-\-version
+Show version of program.
+.SH "SEE ALSO"
+The programs are documented fully by
+.IR "The Rise and Fall of a Fooish Bar" ,
+available via the Info system.
+.SH AUTHOR
+This manual page was written by * TeLeNiEkO * <telenieko@telenieko.com>,
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/menu.ex b/debian/menu.ex
new file mode 100644
index 0000000000..78676865f3
--- /dev/null
+++ b/debian/menu.ex
@@ -0,0 +1,2 @@
+?package(mplayer):needs=X11|text|vc|wm section=Apps/see-menu-manual\
+ title="mplayer" command="/usr/bin/mplayer"
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000000..21e4771d50
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,52 @@
+#!/usr/bin/make -f
+# Made with the aid of debmake, by Christoph Lameter,
+# based on the sample debian/rules file for GNU hello by Ian Jackson.
+
+package=mplayer
+
+build:
+ $(checkdir)
+ ./setup.sh
+ ./configure --prefix=/usr `cat setup.s`
+ make dep
+ make
+ touch build
+
+clean:
+ $(checkdir)
+ -rm -f build
+ -$(MAKE) distclean
+ -rm -f `find . -name "*~"`
+ -rm -rf debian/tmp debian/files* core debian/substvars
+
+binary-indep: checkroot build
+ $(checkdir)
+# There are no architecture-independent files to be uploaded
+# 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
+# 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
+ dpkg-gencontrol -isp
+ chown -R root.root debian/tmp
+ chmod -R go=rX debian/tmp
+ dpkg --build debian/tmp ..
+
+define checkdir
+ test -f debian/rules
+endef
+
+binary: binary-indep binary-arch
+
+checkroot:
+ $(checkdir)
+ test root = "`whoami`"
+
+.PHONY: binary binary-arch binary-indep clean checkroot
diff --git a/debian/substvars b/debian/substvars
new file mode 100644
index 0000000000..bca2e799ee
--- /dev/null
+++ b/debian/substvars
@@ -0,0 +1 @@
+shlibs:Depends=libc6 (>= 2.2.1-2), liblircclient0, libncurses5, xlibs (>= 4.0.1-11)
diff --git a/debian/watch.ex b/debian/watch.ex
new file mode 100644
index 0000000000..c89585a865
--- /dev/null
+++ b/debian/watch.ex
@@ -0,0 +1,5 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# Site Directory Pattern Version Script
+metalab.unc.edu /pub/Linux/Incomingu mplayer-(.*)\.tar\.gz debian uupdate