From: ellson Date: Tue, 19 Jan 2010 14:53:04 +0000 (+0000) Subject: another attempt to fix soname bump X-Git-Tag: LAST_LIBGRAPH~32^2~1479 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f608564bbbc0ef0cddb1d235f9b5bb2ac9ba3820;p=graphviz another attempt to fix soname bump --- diff --git a/debian/rules b/debian/rules index eb0291744..fe335f2d7 100644 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,7 @@ export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) UPSTREAM_VERSION = $(shell dpkg-parsechangelog | perl -ne 'print $$1 if /^Version: (.*?)-(.*)$$/') SONAME = 4 +CGRAPH_SONAME = 5 OCAMLABI = $(shell ocamlc -version) OCAML_PACKAGE = $(CURDIR)/debian/libgv-ocaml @@ -139,7 +140,7 @@ install: build # their respective packages, otherwise the symlinks are broken d-devlibdeps \ --override s/libpathplan$(SONAME)-dev// \ - --override s/libcgraph$(SONAME)-dev// \ + --override s/libcgraph$(CGRAPH_SONAME)-dev// \ --override s/libgraph$(SONAME)-dev// \ --override s/libxdot$(SONAME)-dev// \ --override s/libcdt$(SONAME)-dev// \