[vmtk] 04/06: bump lib package name after soname bump. Closes: #821411

Mattia Rizzolo mattia at debian.org
Mon Apr 18 15:00:27 UTC 2016


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

mattia pushed a commit to branch master
in repository vmtk.

commit b6bc6a12eb21213f833ff090601ab79e83cda222
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Apr 18 14:45:28 2016 +0000

    bump lib package name after soname bump.  Closes: #821411
---
 debian/control | 6 +++---
 debian/rules   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 0730ee1..841fd76 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/vmtk.git
 Homepage: http://www.vmtk.org
 X-Python-Version: >= 2.3
 
-Package: libvmtk1.0
+Package: libvmtk1.3
 Architecture: any
 Section: non-free/libs
 Depends: ${shlibs:Depends},
@@ -46,7 +46,7 @@ Description: runtime libraries for vmtk
 Package: python-vmtk
 Architecture: any
 Section: non-free/python
-Depends: libvmtk1.0 (= ${binary:Version}),
+Depends: libvmtk1.3 (= ${binary:Version}),
          ${python:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
@@ -60,7 +60,7 @@ Description: Python interface for vmtk
 Package: libvmtk-dev
 Architecture: any
 Section: non-free/libdevel
-Depends: libvmtk1.0 (= ${binary:Version}),
+Depends: libvmtk1.3 (= ${binary:Version}),
          ${misc:Depends}
 Description: shared links and header files for vmtk
  The Vascular Modeling Toolkit is a collection of libraries and tools for
diff --git a/debian/rules b/debian/rules
index 157f256..9f44262 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,4 +38,4 @@ override_dh_install:
 	dh_install -ppython-vmtk	usr/lib/*Python*.so*
 	dh_install -plibvmtk-dev	usr/include
 	dh_install -plibvmtk-dev	usr/lib/*.so 	-X"Python"
-	dh_install -plibvmtk1.0		usr/lib/*.so.*	-X"Python"
+	dh_install -plibvmtk1.3		usr/lib/*.so.*	-X"Python"

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



More information about the debian-science-commits mailing list