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

Christophe Prud'homme prudhomm at debian.org
Thu Oct 18 09:57:33 UTC 2007


SVN commit 1873 by prudhomm:

moved back -bin/libscotchmetis.a to libscotch-dev

 M  +1 -1      scotch/trunk/debian/control  
 M  +1 -0      scotch/trunk/debian/libscotch-dev.install  
 M  +1 -1      scotch/trunk/debian/libscotchmetis-dev.install  
 M  +1 -1      scotch/trunk/debian/rules  


--- scotch/trunk/debian/control #1872:1873
@@ -156,7 +156,7 @@
 Package: libscotchmetis-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, libscotch-dev
 Conflicts: libparmetis-dev
 Replaces: libparmetis-dev
 Description: programs and libraries for graph, mesh and hypergraph partitioning
--- scotch/trunk/debian/libscotch-dev.install #1872:1873
@@ -3,6 +3,7 @@
 bin/libscotch.a /usr/lib
 bin/libscotcherr.a /usr/lib
 bin/libscotcherrcomm.a /usr/lib
+bin/libscotchmetis.a /usr/lib
 
 doc/CeCILL-C_V1-en.txt /usr/share/doc/libscotch-dev
 doc/CeCILL-C_V1-fr.txt /usr/share/doc/libscotch-dev
--- scotch/trunk/debian/libscotchmetis-dev.install #1872:1873
@@ -1,3 +1,3 @@
 src/libscotchmetis-dev/metis.h /usr/include/metis
-bin/libscotchmetis.a /usr/lib
+bin/libmetis.a /usr/lib
 
--- scotch/trunk/debian/rules #1872:1873
@@ -23,7 +23,7 @@
 	done
 
 install/libscotchmetis-dev::
-	(cd debian/libscotchmetis-dev/usr/lib/ && ln -s libscotchmetis.a libmetis.a)
+	(cd bin/ && ln -s libscotchmetis.a libmetis.a)
 
 clean::
 	-rm bin/*



More information about the Pkg-scicomp-devel mailing list