]> granicus.if.org Git - graphviz/commitdiff
another attempt to fix soname bump
authorellson <devnull@localhost>
Tue, 19 Jan 2010 14:53:04 +0000 (14:53 +0000)
committerellson <devnull@localhost>
Tue, 19 Jan 2010 14:53:04 +0000 (14:53 +0000)
debian/rules

index eb02917444881813f02e3b003379c6b9e843b2f4..fe335f2d7a5aac7d33bf7db38e37e02e66160680 100644 (file)
@@ -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//      \