[psurface] 01/01: psurface (2.0.0-1.1) unstable; urgency=medium

Ansgar Burchardt ansgar at moszumanska.debian.org
Thu Sep 17 12:31:32 UTC 2015


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

ansgar pushed a commit to branch master
in repository psurface.

commit 78fffc4eb085d539307ee101061de8f085ce62db
Author: Jonathan Wiltshire <jmw at debian.org>
Date:   Mon Aug 10 23:23:30 2015 +0100

    psurface (2.0.0-1.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Rename library packages for g++5 ABI transition, patch
        from Ubuntu (see #791248)
    
     -- Jonathan Wiltshire <jmw at debian.org>  Mon, 10 Aug 2015 23:23:30 +0100
---
 debian/changelog                                        | 8 ++++++++
 debian/control                                          | 8 +++++---
 debian/{libpsurface0.install => libpsurface0v5.install} | 0
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 98e9779..d68037e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+psurface (2.0.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename library packages for g++5 ABI transition, patch
+    from Ubuntu (see #791248)
+
+ -- Jonathan Wiltshire <jmw at debian.org>  Mon, 10 Aug 2015 23:23:30 +0100
+
 psurface (2.0.0-1) unstable; urgency=low
 
   * Initial release. (Closes: #750727)
diff --git a/debian/control b/debian/control
index 1ed0c6e..1f8f0d7 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Package: libpsurface-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, libpsurface0 (= ${binary:Version})
+Depends: ${misc:Depends}, libpsurface0v5 (= ${binary:Version})
 Suggests: libpsurface-dbg (= ${binary:Version}), psurface (= ${binary:Version})
 Description: piecewise linear bijections between triangulated surfaces -- development files
  Psurface is a C++ library that handles piecewise linear bijections
@@ -58,7 +58,7 @@ Priority: extra
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
- libpsurface0 (= ${binary:Version}), psurface (= ${binary:Version})
+ libpsurface0v5 (= ${binary:Version}), psurface (= ${binary:Version})
 Description: piecewise linear bijections between triangulated surfaces -- debug symbols
  Psurface is a C++ library that handles piecewise linear bijections
  between triangulated surfaces. These surfaces can be of arbitrary
@@ -66,11 +66,13 @@ Description: piecewise linear bijections between triangulated surfaces -- debug
  .
  This package contains debug symbols.
 
-Package: libpsurface0
+Package: libpsurface0v5
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
+Conflicts: libpsurface0
+Replaces: libpsurface0
 Description: piecewise linear bijections between triangulated surfaces -- shared library
  Psurface is a C++ library that handles piecewise linear bijections
  between triangulated surfaces. These surfaces can be of arbitrary
diff --git a/debian/libpsurface0.install b/debian/libpsurface0v5.install
similarity index 100%
rename from debian/libpsurface0.install
rename to debian/libpsurface0v5.install

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



More information about the debian-science-commits mailing list