[SCM] directfb/experimental: Run dh_makeshlibs with -V until we have symbol files

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Jan 27 00:09:17 UTC 2017


The following commit has been merged in the experimental branch:
commit 552104abb78cd73c93eb025d586215dfcc4f200e
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Fri Jan 27 00:49:51 2017 +0100

    Run dh_makeshlibs with -V until we have symbol files

diff --git a/debian/rules b/debian/rules
index 18a8892..8057ac3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,9 @@ override_dh_auto_configure:
 override_dh_auto_install:
 	dh_auto_install -- -j1
 
+override_dh_makeshlibs:
+	dh_makeshlibs -V
+
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
 

-- 
directfb packaging



More information about the pkg-multimedia-commits mailing list