[libstxxl1] 04/07: Rename shared lib due to GCC-5 transition. (Closes: #791173)

Anton Gladky gladk at moszumanska.debian.org
Sun Aug 23 15:32:23 UTC 2015


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

gladk pushed a commit to branch master
in repository libstxxl1.

commit 23d7673bcde2c4806dac67cea10fef0270a2ce01
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Aug 23 16:54:57 2015 +0200

    Rename shared lib due to GCC-5 transition. (Closes: #791173)
---
 debian/control                                    | 10 ++++++----
 debian/{libstxxl1.install => libstxxl1v5.install} |  0
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 927dace..5d08fda 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Package: libstxxl-dev
 Architecture: any
 Section: libdevel
 Priority: extra
-Depends: libstxxl1 (= ${binary:Version}),
+Depends: libstxxl1v5 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: libstxxl-doc
 Description: Development libraries for STXXL
@@ -56,10 +56,12 @@ Description: Documentation for STXXL
  .
  Documentation for the STXXL library.
 
-Package: libstxxl1
+Package: libstxxl1v5
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
+Breaks: libstxxl1
+Replaces: libstxxl1
 Description: C++ Standard Template Library for extra large datasets
  STXXL provides an STL replacement using an abstraction layer to
  storage devices to allow for the optimal layout of data structures. This
@@ -73,7 +75,7 @@ Package: libstxxl1-bin
 Architecture: any
 Section: misc
 Priority: extra
-Depends: libstxxl1 (= ${binary:Version}),
+Depends: libstxxl1v5 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: STXXL File creation and benchmark tool
@@ -91,7 +93,7 @@ Package: libstxxl1-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: libstxxl1 (= ${binary:Version}),
+Depends: libstxxl1v5 (= ${binary:Version}),
          ${misc:Depends}
 Description: Debugging symbols for STXXL libraries
  STXXL provides an STL replacement using an abstraction layer to
diff --git a/debian/libstxxl1.install b/debian/libstxxl1v5.install
similarity index 100%
rename from debian/libstxxl1.install
rename to debian/libstxxl1v5.install

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



More information about the debian-science-commits mailing list