1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: libspiro
Section: libs
Priority: extra
Maintainer: Ruben Molina <rmolina@udea.edu.co>
Build-Depends: cdbs, debhelper (>= 6), autotools-dev
Standards-Version: 3.7.3
Homepage: http://sourceforge.net/projects/libspiro/
Package: libspiro0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: a library for curve design
A mechanism for drawing smooth contours with constant curvature
at the spline joins.
.
This package contains the runtime library.
Package: libspiro-dev
Architecture: any
Section: libdevel
Depends: libspiro0 (= ${binary:Version})
Description: a library for curve design (development files)
A mechanism for drawing smooth contours with constant curvature
at the spline joins.
.
This package contains the runtime library's development files.
Package: libspiro0-dbg
Architecture: any
Section: libdevel
Priority: extra
Depends: libspiro0 (= ${binary:Version})
Description: a library for curve design (debugging symbols)
A mechanism for drawing smooth contours with constant curvature
at the spline joins.
.
This package contains the debugging symbols for libspiro0.
|