[ogre-1.9] 02/03: Bump shlibs version due to GCC v7 ABI change (Closes: #871296)
Manuel A. Fernandez Montecelo
mafm at moszumanska.debian.org
Fri Aug 11 16:18:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
mafm pushed a commit to annotated tag debian/1.9_1.9.0+dfsg1-9
in repository ogre-1.9.
commit 53bc71578682908c504acf08dcb9aefcbd6bc0da
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date: Fri Aug 11 17:59:42 2017 +0200
Bump shlibs version due to GCC v7 ABI change (Closes: #871296)
---
debian/changelog | 2 +-
debian/rules | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 9e5ad2c..08f935c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
ogre-1.9 (1.9.0+dfsg1-9) UNRELEASED; urgency=medium
- *
+ * Bump shlibs version due to GCC v7 ABI change (Closes: #871296)
-- Manuel A. Fernandez Montecelo <mafm at debian.org> Fri, 11 Aug 2017 14:09:31 +0200
diff --git a/debian/rules b/debian/rules
index 3b5d59d..7323e48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,3 +126,7 @@ override_dh_clean:
# Remove files from template
rm -rf debian/libogre-$(OGRE_VERSION).*
+
+# For new symbols when compiled with GCC 7
+override_dh_makeshlibs:
+ dh_makeshlibs -V"libogre-$(OGRE_VERSION_ABI_CHANGE) (>= 1.9.0+dfsg1-9~)"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ogre-1.9.git
More information about the Pkg-games-commits
mailing list