summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-08-08 10:45:45 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-08-23 11:08:02 +0300
commit7f299a14b1149f194a224e00a6c9cffdc4bc1928 (patch)
treeef87e321eca2f71cc0c8ccdd09e5750b9d21da88 /debian
parent374e168401bce73cefc2d7de75c373a46f9abc22 (diff)
downloadmpv-7f299a14b1149f194a224e00a6c9cffdc4bc1928.tar.bz2
mpv-7f299a14b1149f194a224e00a6c9cffdc4bc1928.tar.xz
debian/: update standards version.
Diffstat (limited to 'debian')
-rw-r--r--debian/compat1
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules2
3 files changed, 3 insertions, 4 deletions
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000000..7f8f011eb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
index 192560510c..fb578fee1c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: mplayer
Section: misc
Priority: optional
Maintainer: Diego Biurrun <diego@biurrun.de>
-Standards-Version: 3.2.1
-Build-Depends: libpng12-dev, zlib1g-dev, x11proto-core-dev, libx11-dev, libxext-dev, libxinerama-dev, libxv-dev, debhelper (>= 2)
+Standards-Version: 3.8.2
+Build-Depends: libpng12-dev, zlib1g-dev, x11proto-core-dev, libx11-dev, libxext-dev, libxinerama-dev, libxv-dev, debhelper (>= 7)
Package: mplayer
Architecture: any
diff --git a/debian/rules b/debian/rules
index fc93c22164..618d06a998 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,6 @@
# Made with the aid of debmake, by Christoph Lameter,
# 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=4
# do not run the actual rules of this makefile in parallel. sub-makes
# can go in parallel