[double-conversion] 02/05: Bump SONAME.

Sébastien Villemot sebastien at moszumanska.debian.org
Wed Nov 20 19:25:54 UTC 2013


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

sebastien pushed a commit to branch master
in repository double-conversion.

commit cc07dfa012f8df13fbdb45f9127c88ce90cc36bd
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Nov 13 17:34:04 2013 +0100

    Bump SONAME.
    
    StringToDoubleConverter::StringToIeee has been removed. Even though it is a
    private member, it is called by an public inlined function.
---
 debian/control                                                   |    6 +++---
 .../{libdouble-conversion0.docs => libdouble-conversion1.docs}   |    0
 ...bdouble-conversion0.install => libdouble-conversion1.install} |    0
 debian/rules                                                     |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 7cb7d06..e82b15f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Homepage: http://double-conversion.googlecode.com
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/double-conversion.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/double-conversion.git
 
-Package: libdouble-conversion0
+Package: libdouble-conversion1
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -30,7 +30,7 @@ Description: routines to convert IEEE floats to and from strings
 Package: libdouble-conversion-dev
 Section: libdevel
 Architecture: any
-Depends: libdouble-conversion0 (= ${binary:Version}), ${misc:Depends}
+Depends: libdouble-conversion1 (= ${binary:Version}), ${misc:Depends}
 Description: routines to convert IEEE floats to and from strings (development files)
  This library provides routines to convert IEEE single and double floats to and
  from string representations. It offers at lot of flexibility with respect to
@@ -48,7 +48,7 @@ Package: libdouble-conversion-dbg
 Section: debug
 Architecture: any
 Multi-Arch: same
-Depends: libdouble-conversion0 (= ${binary:Version}), ${misc:Depends}
+Depends: libdouble-conversion1 (= ${binary:Version}), ${misc:Depends}
 Description: routines to convert IEEE floats to and from strings (debugging symbols)
  This library provides routines to convert IEEE single and double floats to and
  from string representations. It offers at lot of flexibility with respect to
diff --git a/debian/libdouble-conversion0.docs b/debian/libdouble-conversion1.docs
similarity index 100%
rename from debian/libdouble-conversion0.docs
rename to debian/libdouble-conversion1.docs
diff --git a/debian/libdouble-conversion0.install b/debian/libdouble-conversion1.install
similarity index 100%
rename from debian/libdouble-conversion0.install
rename to debian/libdouble-conversion1.install
diff --git a/debian/rules b/debian/rules
index 1c150d2..2f0c291 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ endif
 %:
 	dh $@ --parallel
 
-SO=0
+SO=1
 VERS=$(SO).0
 
 SRC=$(shell echo src/*.cc)

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



More information about the debian-science-commits mailing list