[SCM] libva/master: Run after dh_link

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Feb 22 18:27:09 UTC 2016


The following commit has been merged in the master branch:
commit fe11f877bbfe3ac95a43a284bfe5cfab60bfcc05
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Feb 22 19:12:16 2016 +0100

    Run after dh_link

diff --git a/debian/dh/libva.pm b/debian/dh/libva.pm
index dd09df5..5084d36 100644
--- a/debian/dh/libva.pm
+++ b/debian/dh/libva.pm
@@ -25,6 +25,6 @@ use strict;
 
 use Debian::Debhelper::Dh_Lib;
 
-insert_after('dh_install', 'dh_libva');
+insert_after('dh_link', 'dh_libva');
 
 1;

-- 
libva packaging



More information about the pkg-multimedia-commits mailing list