summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authoreyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-04 10:39:51 +0000
committereyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-04 10:39:51 +0000
commitc62a555b0cb0dcb540f80c9dae74ff5065cdc1f7 (patch)
tree6bbfe939b150b5a05cb1bd0d062949eb254434a3 /debian
parentc36e71e5b8de35bb2e741999ad48518928ac0822 (diff)
downloadmpv-c62a555b0cb0dcb540f80c9dae74ff5065cdc1f7.tar.bz2
mpv-c62a555b0cb0dcb540f80c9dae74ff5065cdc1f7.tar.xz
Clean up - no longer needed comments, commented out older version of solutions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3975 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules7
1 files changed, 1 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index 86ab0765df..4038600a9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
# based on the sample debian/rules file for GNU hello by Ian Jackson.
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
-export DH_COMPAT=2
+export DH_COMPAT=3
package := mplayer
prefix := debian/$(package)
@@ -54,19 +54,14 @@ binary-arch: build
# commands to install the package into debian/<packagename>
$(MAKE) prefix=$(prefix)/usr CONFDIR=$(prefix)/usr/share/mplayer DATADIR=$(prefix)/usr/share/mplayer install
- #install -m 755 -s mplayer $(CURDIR)/debian/`dh_listpackages`/usr/bin/mplayer
dh_link usr/bin/mplayer usr/bin/gmplayer
- #install -o root -g root -m 0644 etc/codecs.conf $(prefix)/usr/share/mplayer
dh_installdebconf
dh_installdocs DOCS/*
dh_installexamples etc/example.conf
dh_installmenu
# dh_installmime
-# dh_installmanpages TVout/fbset/fb.modes.5 TVout/fbset/fbset.8
-# dh_installmanpages # handled by make install above
dh_installinfo
-# dh_undocumented
dh_installchangelogs
dh_link
dh_strip