From f608564bbbc0ef0cddb1d235f9b5bb2ac9ba3820 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 19 Jan 2010 14:53:04 +0000 Subject: [PATCH] another attempt to fix soname bump --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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// \ -- 2.40.0