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

Adam C. Powell, IV hazelsct at debian.org
Fri May 8 14:38:59 UTC 2009


SVN commit 4418 by hazelsct:

Fixed shared libs, closing bug 527617.


 M  +8 -1      scotch/trunk/debian/changelog  
 D             scotch/trunk/debian/libscotch-5.0.6.install  
 A             scotch/trunk/debian/libscotch-5.1.install  
 M  +10 -8     scotch/trunk/debian/patches/shared-libs.patch  


--- scotch/trunk/debian/changelog #4417:4418
@@ -1,10 +1,17 @@
 scotch (5.1.4.dfsg-2) unstable; urgency=low
 
+  [Christophe Prud'homme]
   * debian/genmanpage.sh: fixed project home page in man pages and
     regenerated the man pages.
 
- -- Christophe Prud'homme <prudhomm at debian.org>  Thu, 16 Apr 2009 12:20:00 +0200
+  [Adam C. Powell, IV]
+  * Updated version number in patches/shared-libs.patch and shared lib package
+    .install file name (closes: #527617).
+  * Fixed my name in control to match my key (generates an erroneous lintian
+    warning, see bug 485705).
 
+ -- Adam C. Powell, IV <hazelsct at debian.org>  Fri, 08 May 2009 10:37:25 -0400
+
 scotch (5.1.4.dfsg-1) unstable; urgency=low
 
   [Christophe Prud'homme]
--- scotch/trunk/debian/patches/shared-libs.patch #4417:4418
@@ -1,3 +1,5 @@
+Add proper shared libraries.
+
 --- scotch-5.0.6.dfsg/src/libscotch/Makefile~	2008-05-29 09:01:12.000000000 +0000
 +++ scotch-5.0.6.dfsg/src/libscotch/Makefile	2008-07-21 14:34:37.000000000 +0000
 @@ -55,8 +55,8 @@
@@ -14,8 +16,8 @@
  					vmesh_separate_zr$(OBJ)			\
  					vmesh_separate_st$(OBJ)			\
  					vmesh_store$(OBJ)
-+					$(CC) -shared -Wl,-soname,lib$(SCOTCHLIB)-5.0.6.so -L. -lscotcherr -lz -lpthread -lm -lrt -o lib$(SCOTCHLIB)-5.0.6.so $^
-+					ln -s lib$(SCOTCHLIB)-5.0.6.so lib$(SCOTCHLIB).so 
++					$(CC) -shared -Wl,-soname,lib$(SCOTCHLIB)-5.1.so -L. -lscotcherr -lz -lpthread -lm -lrt -o lib$(SCOTCHLIB)-5.1.so $^
++					ln -s lib$(SCOTCHLIB)-5.1.so lib$(SCOTCHLIB).so 
  					$(AR) $(ARFLAGS) lib$(SCOTCHLIB)$(LIB) $(?)
  					-$(RANLIB) lib$(SCOTCHLIB)$(LIB)
  
@@ -23,14 +25,14 @@
  					-$(RANLIB) $(@)
  
  libscotcherr$(LIB)		:	library_error$(OBJ)
-+					$(CC) -shared -Wl,-soname,libscotcherr-5.0.6.so -o libscotcherr-5.0.6.so $^
-+					ln -s libscotcherr-5.0.6.so libscotcherr.so 
++					$(CC) -shared -Wl,-soname,libscotcherr-5.1.so -o libscotcherr-5.1.so $^
++					ln -s libscotcherr-5.1.so libscotcherr.so 
  					$(AR) $(ARFLAGS) $(@) $(?)
  					-$(RANLIB) $(@)
  
  libscotcherrexit$(LIB)		:	library_error_exit$(OBJ)
-+					$(CC) -shared -Wl,-soname,libscotcherrexit-5.0.6.so -o libscotcherrexit-5.0.6.so $^
-+					ln -s libscotcherrexit-5.0.6.so libscotcherrexit.so 
++					$(CC) -shared -Wl,-soname,libscotcherrexit-5.1.so -o libscotcherrexit-5.1.so $^
++					ln -s libscotcherrexit-5.1.so libscotcherrexit.so 
  					$(AR) $(ARFLAGS) $(@) $(?)
  					-$(RANLIB) $(@)
 --- scotch-5.0.6.dfsg/src/libscotchmetis/Makefile~	2008-05-07 16:23:07.000000000 +0000
@@ -39,7 +41,7 @@
  					metis_graph_order_f$(OBJ)		\
  					metis_graph_part$(OBJ)			\
  					metis_graph_part_f$(OBJ)
-+					$(CC) -shared -Wl,-soname,libscotchmetis-5.0.6.so -L../libscotch -lscotch -o libscotchmetis-5.0.6.so $^
-+					ln -s libscotchmetis-5.0.6.so libscotchmetis.so 
++					$(CC) -shared -Wl,-soname,libscotchmetis-5.1.so -L../libscotch -lscotch -o libscotchmetis-5.1.so $^
++					ln -s libscotchmetis-5.1.so libscotchmetis.so 
  					$(AR) $(ARFLAGS) $(@) $(^)
  					-$(RANLIB) $(@)



More information about the Pkg-scicomp-commits mailing list