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

Adam C. Powell, IV hazelsct at debian.org
Tue Apr 6 11:40:12 UTC 2010


SVN commit 4931 by hazelsct:

Changes for 5.1.7-5


 M  +7 -0      scotch/trunk/debian/changelog  
 M  +22 -4     scotch/trunk/debian/control  
 M  +5 -0      scotch/trunk/debian/rules  


--- scotch/trunk/debian/changelog #4930:4931
@@ -1,3 +1,10 @@
+scotch (5.1.7.dfsg-5) unstable; urgency=low
+
+  * Fixed debugging packages for libraries, and added debugging packages for
+    executables in scotch and ptscotch.
+
+ -- Adam C. Powell, IV <hazelsct at debian.org>  Tue, 06 Apr 2010 07:34:40 -0400
+
 scotch (5.1.7.dfsg-4) unstable; urgency=low
 
   [Christophe Trophime]
--- scotch/trunk/debian/control #4930:4931
@@ -106,24 +106,42 @@
  is a set of programs and libraries which implement the static mapping and
  sparse matrix reordering algorithms developed within the SCOTCH project.
 
-Package: libscotch-dbg
+Package: scotch-dbg
 Section: debug
 Architecture: any
-Depends: libscotch-dev, zlib1g-dbg, ${misc:Depends}
+Depends: scotch (= ${binary:Version}), zlib1g-dbg, ${misc:Depends}
 Description: programs and libraries for graph, mesh and hypergraph partitioning
  Debug symbols package for scotch, which is a set of programs and
  libraries which implement the static mapping and sparse matrix reordering
  algorithms developed within the SCOTCH project.
 
-Package: libptscotch-dbg
+Package: ptscotch-dbg
 Section: debug
 Architecture: any
-Depends: libptscotch-dev, zlib1g-dbg, ${misc:Depends}
+Depends: ptscotch (= ${binary:Version}), zlib1g-dbg, ${misc:Depends}
 Description: MPI programs and libraries for graph, mesh and hypergraph partitioning
  Debug symbols package for PT-SCOTCH, the MPI version of scotch, which
  is a set of programs and libraries which implement the static mapping and
  sparse matrix reordering algorithms developed within the SCOTCH project.
 
+Package: libscotch-dbg
+Section: debug
+Architecture: any
+Depends: libscotch-5.1 (= ${binary:Version}), zlib1g-dbg, ${misc:Depends}
+Description: programs and libraries for graph, mesh and hypergraph partitioning
+ Debug symbols package for the scotch library, which is a set of programs and
+ libraries which implement the static mapping and sparse matrix reordering
+ algorithms developed within the SCOTCH project.
+
+Package: libptscotch-dbg
+Section: debug
+Architecture: any
+Depends: libptscotch-5.1 (= ${binary:Version}), zlib1g-dbg, ${misc:Depends}
+Description: MPI programs and libraries for graph, mesh and hypergraph partitioning
+ Debug symbols package for the PT-SCOTCH library, the MPI version of scotch,
+ which is a set of programs and libraries which implement the static mapping and
+ sparse matrix reordering algorithms developed within the SCOTCH project.
+
 Package: libscotchmetis-dev
 Section: libdevel
 Architecture: any
--- scotch/trunk/debian/rules #4930:4931
@@ -11,6 +11,11 @@
 CFLAGS=-g -O3 -I. -fPIC -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_PTHREAD -DSCOTCH_RENAME
 LDFLAGS=-lz -lm -lrt
 
+DEB_DBG_PACKAGE_scotch = scotch-dbg
+DEB_DBG_PACKAGE_ptscotch = ptscotch-dbg
+DEB_DBG_PACKAGE_libscotch-5.1 = libscotch-dbg
+DEB_DBG_PACKAGE_libptscotch-5.1 = libptscotch-dbg
+
 configure/scotch::
 	cp debian/Makefile.inc src/Makefile.inc
 	(cd src/libscotch && make scotch.h scotchf.h)



More information about the Pkg-scicomp-commits mailing list