[dune-common] 01/02: dune-debian.mk: Add "-deb8" suffix to DUNE_DEBIAN_SHLIB

Ansgar Burchardt ansgar at moszumanska.debian.org
Tue Oct 13 08:06:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

ansgar pushed a commit to annotated tag debian/2.4.0-1.bpo8+1
in repository dune-common.

commit 128017d9b6938531ed8ce453e95fd22653c8a6b0
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Tue Oct 13 09:35:08 2015 +0200

    dune-debian.mk: Add "-deb8" suffix to DUNE_DEBIAN_SHLIB
    
    Due to the transition to the new C++11 ABI in Debian 9, the packages
    built in jessie-backports will not be ABI-compatible.
---
 debian/dune-debian.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/dune-debian.mk b/debian/dune-debian.mk
index fbd580d..c3fcbb1 100644
--- a/debian/dune-debian.mk
+++ b/debian/dune-debian.mk
@@ -16,7 +16,7 @@ DUNE_DEBIAN_CONFIGURE_FLAGS ?= \
 	--with-umfpack-includedir=/usr/include/suitesparse --with-umfpack-libdir=/usr/lib \
 	--without-x
 
-DUNE_DEBIAN_SHLIB = $(subst ~,.,lib$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM))
+DUNE_DEBIAN_SHLIB = $(subst ~,.,lib$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM)-deb8)
 
 override_dh_auto_configure:
 	$(DUNE_DEBIAN_DUNECONTROL) autogen

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/dune-common.git



More information about the debian-science-commits mailing list