[SCM] libebml/master: Build-depend on GCC 7 and update shlibs

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Sat Aug 5 20:25:11 UTC 2017


The following commit has been merged in the master branch:
commit 2bcb78d2a26c4a530282ee1519f4d4d07a11f71d
Author: James Cowgill <jcowgill at debian.org>
Date:   Sat Aug 5 15:28:02 2017 -0400

    Build-depend on GCC 7 and update shlibs

diff --git a/debian/control b/debian/control
index 6f6e1ef..2a4979c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9),
  pkg-config,
- g++ (>= 4:5.2)
+ g++ (>= 4:7)
 Standards-Version: 3.9.8
 Homepage: http://dl.matroska.org/downloads/libebml/
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/libebml.git
diff --git a/debian/rules b/debian/rules
index 2d33f6a..4f91d85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_makeshlibs:
+	# For new symbols when compiled with GCC 7 (this version b-depends on GCC 7)
+	dh_makeshlibs -V'libebml4v5 (>= 1.3.4-2~)'

-- 
libebml packaging



More information about the pkg-multimedia-commits mailing list