[Pkg-scicomp-commits] arpack/trunk/debian

Rafael Laboissiere rafael at debian.org
Sun Mar 22 12:22:20 UTC 2009


SVN commit 4296 by rafael:

Add version dependency information for libarpack2

 M  +9 -0      arpack/trunk/debian/changelog  
 M  +2 -0      arpack/trunk/debian/rules  


--- arpack/trunk/debian/changelog #4295:4296
@@ -1,3 +1,12 @@
+arpack (2.1+parpack96.dfsg-2) UNRELEASED; urgency=low
+
+  * debian/rules: Add version dependency information for libarpack2 (>=
+    2.1+parpack96-5), such that packages building against libarpack2-dev
+    will require the version of the library in which the UTIL/* symbols
+    were reintroduced
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sun, 22 Mar 2009 12:58:26 +0100
+
 arpack (2.1+parpack96.dfsg-1) unstable; urgency=low
 
   * New tarball without non-free ug.ps file, now qualifies for main
--- arpack/trunk/debian/rules #4295:4296
@@ -21,6 +21,8 @@
 
 DEB_INSTALL_EXAMPLES_libarpack2-dev := EXAMPLES/* -X.svn
 
+DEB_DH_MAKESHLIBS_ARGS := --version-info="libarpack2 (>= 2.1+parpack96-5)"
+
 CFLAGS=-fPIC -fexceptions -Wall -O3
 ifeq ($(DEB_HOST_ARCH_CPU),amd64)
  CFLAGS+=-m64



More information about the Pkg-scicomp-commits mailing list