[silo-llnl] 37/96: Rename libsilo0 -> libsiloh5-0

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 21 13:09:29 UTC 2015


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

mckinstry pushed a commit to branch debian/master
in repository silo-llnl.

commit 780411dfa12faed22c98ba8409e41d87ef7c8b62
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Sep 15 07:27:51 2011 +0100

    Rename libsilo0 -> libsiloh5-0
---
 debian/changelog                                 | 4 +++-
 debian/control                                   | 8 ++++----
 debian/{libsilo0.docs => libsiloh5-0.docs}       | 0
 debian/{libsilo0.install => libsiloh5-0.install} | 0
 debian/{libsilo0.links => libsiloh5-0.links}     | 0
 debian/rules                                     | 2 +-
 6 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 295b3c9..5af8db9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
 silo-llnl (4.8-9) unstable; urgency=low
 
+  * Rename lib from libsilo0 -> libsiloh5-0 to match soname
+    _before_ building visit, etc to depend on it.
   * Build with -Wl,--as-needed to remove unwanted dependencies.
   * Remove unnecessary ${shlibs:Depends} from libsilo-dev 
 
- -- Alastair McKinstry <mckinstry at debian.org>  Thu, 15 Sep 2011 06:57:23 +0100
+ -- Alastair McKinstry <mckinstry at debian.org>  Thu, 15 Sep 2011 07:27:03 +0100
 
 silo-llnl (4.8-8) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index d88665c..7b34607 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Package: libsilo-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}, libsilo0 (= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, libsiloh5-0 (= ${binary:Version})
 Description: Development files for SILO Scientific I/O library from LLNL
  Silo is a library for reading and writing a wide variety of scientific data to 
  binary, disk files. The files Silo produces and the data within them can be 
@@ -38,7 +38,7 @@ Description: Development files for SILO Scientific I/O library from LLNL
  which are the HDF5 (Hierarchical Data Format 5) and PDB (Portable Data Base) 
  drivers. 
 
-Package: libsilo0
+Package: libsiloh5-0
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
@@ -62,7 +62,7 @@ Description: SILO Science I/O library from LLNL
 Package: libsilo-bin
 Architecture: any
 Multi-Arch: foreign
-Depends: libsilo0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libsiloh5-0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: Utilities to manipulate libsilo files
  This package contains a number of utilities for manipulating and viewing
  Silo files. Silo is a scientific data format library.
@@ -82,7 +82,7 @@ Package: python-silo
 Section: python
 Architecture: any
 X-Python-Version: all
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, libsilo0 (=${binary:Version})
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, libsiloh5-0 (=${binary:Version})
 Provides: ${python:Provides}
 Description: Python interface to the SILO Scientific I/O library
  This is a python interface to SILO, a scientific I/O library.
diff --git a/debian/libsilo0.docs b/debian/libsiloh5-0.docs
similarity index 100%
rename from debian/libsilo0.docs
rename to debian/libsiloh5-0.docs
diff --git a/debian/libsilo0.install b/debian/libsiloh5-0.install
similarity index 100%
rename from debian/libsilo0.install
rename to debian/libsiloh5-0.install
diff --git a/debian/libsilo0.links b/debian/libsiloh5-0.links
similarity index 100%
rename from debian/libsilo0.links
rename to debian/libsiloh5-0.links
diff --git a/debian/rules b/debian/rules
index f1d176b..e91535c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ override_dh_auto_install:
 		chrpath -d debian/Silo.so.$$p ; \
 		cp debian/Silo.so.$$p debian/python-silo/usr/lib/$$p/site-packages/Silo.so ; \
 	done
-	dh_link -p libsilo0 /usr/lib/${DEB_HOST_MULTIARCH}/libsiloh5.so.0.0.0 /usr/lib/${DEB_HOST_MULTIARCH}/libsiloh5.so.0
+	dh_link -p libsiloh5-0 /usr/lib/${DEB_HOST_MULTIARCH}/libsiloh5.so.0.0.0 /usr/lib/${DEB_HOST_MULTIARCH}/libsiloh5.so.0
 	dh_link -p libsilo-dev /usr/lib/${DEB_HOST_MULTIARCH}/libsiloh5.so.0.0.0 /usr/lib/${DEB_HOST_MULTIARCH}/libsiloh5.so
 	mkdir -p debian/libsilo-dev/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
 	cp silo.pc debian/libsilo-dev/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig

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



More information about the debian-science-commits mailing list