[polybori] 05/13: Changes for SONAME change 0 -> 3.

Tobias Hansen thansen at moszumanska.debian.org
Sat Nov 4 01:30:37 UTC 2017


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

thansen pushed a commit to branch master
in repository polybori.

commit d4b2d72e533105fb308be9ed2a6802eae99faca9
Author: Tobias Hansen <thansen at debian.org>
Date:   Tue Oct 24 21:04:34 2017 +0100

    Changes for SONAME change 0 -> 3.
---
 debian/changelog                                   |  1 +
 debian/control                                     | 31 ++++++++++------------
 ...roebner0.install => libbrial-groebner3.install} |  0
 debian/{libbrial0.install => libbrial3.install}    |  0
 4 files changed, 15 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e84d4bb..1610232 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 brial (1.2.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * SONAME changes from 0 to 3.
   * Remove testsuite-boost-1.62.patch (applied upstream).
   * Breaks: sagemath (<< 8.1~).
 
diff --git a/debian/control b/debian/control
index 4a0cf92..cf6e23a 100644
--- a/debian/control
+++ b/debian/control
@@ -28,8 +28,8 @@ Replaces: python-polybori (<< 0.8.5)
 Breaks: python-polybori (<< 0.8.5), sagemath (<< 8.1~)
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libbrial0 (= ${binary:Version}),
-         libbrial-groebner0 (= ${binary:Version}),
+         libbrial3 (= ${binary:Version}),
+         libbrial-groebner3 (= ${binary:Version}),
          ${python:Depends}
 Description: polynomials over Boolean Rings, Python module
  The core of BRiAl is a C++ library, which provides high-level data
@@ -59,7 +59,7 @@ Replaces: libpolybori-dev (<< 0.8.5)
 Breaks: libpolybori-dev (<< 0.8.5)
 Provides: libpolybori-dev
 Depends: ${misc:Depends},
-         libbrial0 (= ${binary:Version}),
+         libbrial3 (= ${binary:Version}),
          libboost-dev,
          libgd-dev,
          libpng-dev,
@@ -78,11 +78,10 @@ Description: polynomials over Boolean Rings, core development files
  .
  This package contains the BRiAl core development files.
 
-Package: libbrial0
+Package: libbrial3
 Architecture: any
 Multi-Arch: same
 Section: libs
-Provides: libpolybori0
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
@@ -100,14 +99,13 @@ Description: polynomials over Boolean Rings, shared library
  .
  This package contains the BRiAl shared library libbrial.
 
-Package: libbrial0-dbg
+Package: libbrial3-dbg
 Architecture: any
 Multi-Arch: same
 Section: debug
-Provides: libpolybori0-dbg
 Depends: ${misc:Depends},
-         libbrial0 (= ${binary:Version})
-Description: debug symbols for libbrial0
+         libbrial3 (= ${binary:Version})
+Description: debug symbols for libbrial3
  The core of BRiAl is a C++ library, which provides high-level data
  types for Boolean polynomials and monomials, exponent vectors, as
  well as for the underlying polynomial rings and subsets of the
@@ -126,7 +124,7 @@ Architecture: any
 Section: libdevel
 Provides: libpolybori-groebner-dev
 Depends: ${misc:Depends},
-         libbrial-groebner0 (= ${binary:Version}),
+         libbrial-groebner3 (= ${binary:Version}),
          libbrial-dev
 Breaks: libpolybori-dev (<< 0.8), libpolybori-groebner-dev (<< 0.8.5)
 Replaces: libpolybori-dev (<< 0.8), libpolybori-groebner-dev (<< 0.8.5)
@@ -144,14 +142,13 @@ Description: development files for libbrial-groebner
  .
  This package contains the development files for libbrial-groebner.
 
-Package: libbrial-groebner0
+Package: libbrial-groebner3
 Architecture: any
 Multi-Arch: same
 Section: libs
-Provides: libpolybori-groebner0
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libbrial0 (= ${binary:Version})
+         libbrial3 (= ${binary:Version})
 Pre-Depends: ${misc:Pre-Depends}
 Breaks: libpolybori (<< 0.8)
 Replaces: libpolybori (<< 0.8)
@@ -169,14 +166,14 @@ Description: computer algebra routines of BRiAl
  .
  This package contains the BRiAl shared library libbrial_groebner.
 
-Package: libbrial-groebner0-dbg
+Package: libbrial-groebner3-dbg
 Architecture: any
 Multi-Arch: same
 Section: debug
-Provides: libpolybori-groebner0-dbg
+Provides: libpolybori-groebner3-dbg
 Depends: ${misc:Depends},
-         libbrial-groebner0 (= ${binary:Version})
-Description: debug symbols for libbrial-groebner0
+         libbrial-groebner3 (= ${binary:Version})
+Description: debug symbols for libbrial-groebner3
  The core of BRiAl is a C++ library, which provides high-level data
  types for Boolean polynomials and monomials, exponent vectors, as
  well as for the underlying polynomial rings and subsets of the
diff --git a/debian/libbrial-groebner0.install b/debian/libbrial-groebner3.install
similarity index 100%
rename from debian/libbrial-groebner0.install
rename to debian/libbrial-groebner3.install
diff --git a/debian/libbrial0.install b/debian/libbrial3.install
similarity index 100%
rename from debian/libbrial0.install
rename to debian/libbrial3.install

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



More information about the debian-science-commits mailing list