[SCM] mpv/master: Remove dh_install override and use debian/tmp explicitly in mpv.install

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Thu Oct 20 10:48:59 UTC 2016


The following commit has been merged in the master branch:
commit c86b8c24a1b00649b10d4ceda81c83f72a180826
Author: James Cowgill <jcowgill at debian.org>
Date:   Thu Oct 20 10:33:58 2016 +0000

    Remove dh_install override and use debian/tmp explicitly in mpv.install

diff --git a/debian/mpv.install b/debian/mpv.install
index 6a7d95c..7aad5f9 100644
--- a/debian/mpv.install
+++ b/debian/mpv.install
@@ -1,3 +1,3 @@
-etc/*
+debian/tmp/etc
 usr/bin/mpv
 usr/share/*
diff --git a/debian/rules b/debian/rules
index 5ed9351..6049134 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,16 +16,12 @@ override_dh_auto_configure:
 			--enable-encoding				\
 			--disable-build-date
 
-
 override_dh_auto_build:
 	python ./waf -v build
 
 override_dh_auto_install:
 	python ./waf -v install --destdir=debian/tmp
 
-override_dh_install:
-	dh_install --sourcedir=debian/tmp
-
 override_dh_installchangelogs:
 	dh_installchangelogs RELEASE_NOTES
 

-- 
mpv packaging



More information about the pkg-multimedia-commits mailing list