[polyml] 03/10: Rename libpolyml8 to libpolyml9 to reflect upstream soname bump

James Clarke jrtc27 at moszumanska.debian.org
Tue Nov 21 00:52:22 UTC 2017


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

jrtc27 pushed a commit to branch debian/experimental
in repository polyml.

commit 46aa3e679936f352f940b13a6aa5633f7dd7efee
Author: James Clarke <jrtc27 at debian.org>
Date:   Mon Nov 20 14:00:19 2017 +0000

    Rename libpolyml8 to libpolyml9 to reflect upstream soname bump
---
 debian/control                                    | 12 ++++++++----
 debian/{libpolyml8.install => libpolyml9.install} |  0
 debian/shlibs.local                               |  2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index dd93020..069ae50 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,7 @@ Section: libdevel
 Architecture: any
 Multi-Arch: same
 Depends:
- libpolyml8 (= ${binary:Version}),
+ libpolyml9 (= ${binary:Version}),
  ${misc:Depends},
 Description: development files for Poly/ML, a compiler for Standard ML
  Poly/ML is an implementation of the Standard ML programming language
@@ -48,12 +48,16 @@ Description: development files for Poly/ML, a compiler for Standard ML
  This package provides the files needed to compile stand-alone executables
  with Poly/ML.
 
-Package: libpolyml8
+Package: libpolyml9
 Section: libs
 Architecture: any
 Multi-Arch: same
-Breaks: libpolyml7 (>= 5.7~20170315.git1343f60-1)
-Replaces: libpolyml7 (>= 5.7~20170315.git1343f60-1)
+Breaks:
+ libpolyml7 (>= 5.7~20170315.git1343f60-1),
+ libpolyml8
+Replaces:
+ libpolyml7 (>= 5.7~20170315.git1343f60-1),
+ libpolyml8
 Pre-Depends:
  ${misc:Pre-Depends},
 Depends:
diff --git a/debian/libpolyml8.install b/debian/libpolyml9.install
similarity index 100%
rename from debian/libpolyml8.install
rename to debian/libpolyml9.install
diff --git a/debian/shlibs.local b/debian/shlibs.local
index da9a81a..c5c8e0c 100644
--- a/debian/shlibs.local
+++ b/debian/shlibs.local
@@ -1 +1 @@
-libpolyml 8 libpolyml8 (>= 5.7~20170322.git096d446)
+libpolyml 9 libpolyml9 (>= 5.7.1~20171120.git44b7b88)

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



More information about the debian-science-commits mailing list