~ubuntu-branches/ubuntu/trusty/scotch/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2010-04-06 07:34:40 UTC
  • Revision ID: james.westby@ubuntu.com-20100406073440-1r6g33r75yawswz2
Tags: 5.1.7.dfsg-5
Fixed debugging packages for libraries, and added debugging packages for
executables in scotch and ptscotch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 is a set of programs and libraries which implement the static mapping and
107
107
 sparse matrix reordering algorithms developed within the SCOTCH project.
108
108
 
 
109
Package: scotch-dbg
 
110
Section: debug
 
111
Architecture: any
 
112
Depends: scotch (= ${binary:Version}), zlib1g-dbg, ${misc:Depends}
 
113
Description: programs and libraries for graph, mesh and hypergraph partitioning
 
114
 Debug symbols package for scotch, which is a set of programs and
 
115
 libraries which implement the static mapping and sparse matrix reordering
 
116
 algorithms developed within the SCOTCH project.
 
117
 
 
118
Package: ptscotch-dbg
 
119
Section: debug
 
120
Architecture: any
 
121
Depends: ptscotch (= ${binary:Version}), zlib1g-dbg, ${misc:Depends}
 
122
Description: MPI programs and libraries for graph, mesh and hypergraph partitioning
 
123
 Debug symbols package for PT-SCOTCH, the MPI version of scotch, which
 
124
 is a set of programs and libraries which implement the static mapping and
 
125
 sparse matrix reordering algorithms developed within the SCOTCH project.
 
126
 
109
127
Package: libscotch-dbg
110
128
Section: debug
111
129
Architecture: any
112
 
Depends: libscotch-dev, zlib1g-dbg, ${misc:Depends}
 
130
Depends: libscotch-5.1 (= ${binary:Version}), zlib1g-dbg, ${misc:Depends}
113
131
Description: programs and libraries for graph, mesh and hypergraph partitioning
114
 
 Debug symbols package for scotch, which is a set of programs and
 
132
 Debug symbols package for the scotch library, which is a set of programs and
115
133
 libraries which implement the static mapping and sparse matrix reordering
116
134
 algorithms developed within the SCOTCH project.
117
135
 
118
136
Package: libptscotch-dbg
119
137
Section: debug
120
138
Architecture: any
121
 
Depends: libptscotch-dev, zlib1g-dbg, ${misc:Depends}
 
139
Depends: libptscotch-5.1 (= ${binary:Version}), zlib1g-dbg, ${misc:Depends}
122
140
Description: MPI programs and libraries for graph, mesh and hypergraph partitioning
123
 
 Debug symbols package for PT-SCOTCH, the MPI version of scotch, which
124
 
 is a set of programs and libraries which implement the static mapping and
 
141
 Debug symbols package for the PT-SCOTCH library, the MPI version of scotch,
 
142
 which is a set of programs and libraries which implement the static mapping and
125
143
 sparse matrix reordering algorithms developed within the SCOTCH project.
126
144
 
127
145
Package: libscotchmetis-dev