File: control

package info (click to toggle)
clutils 20031216-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,348 kB
  • ctags: 540
  • sloc: sh: 7,191; cpp: 4,128; makefile: 192
file content (29 lines) | stat: -rw-r--r-- 1,130 bytes parent folder | download
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
Source: clutils
Build-Depends: debhelper (>> 4.1.0), pccts, libtool, libltdl3-dev
Section: devel
Priority: optional
Maintainer: Dale E Martin <dmartin@cliftonlabs.com>
Standards-Version: 3.6.1

Package: libclutils0
Architecture: any
Depends: ${shlibs:Depends}
Section: libs
Conflicts: 
Replaces: 
Description: Shared libraries for clutils (runtime libraries)
 Clifton Lab's Utilities.  These are C++ utility classes - specifically,
 an argument parser, a configuration file parser, a module loader (that
 utilizes libtool), a file manager, and several other small utilities.
 This package contains only the runtime.

Package: libclutils0-dev
Architecture: any
Section: devel
Depends: libc6-dev, libltdl3-dev, pccts, libclutils0 (= ${Source-Version})
Description: Development files needed to compile programs that use clutils.
 Clifton Lab's Utilities.  These are C++ utility classes - specifically,
 an argument parser, a configuration file parser, a module loader (that
 utilizes libtool), a file manager, and several other small utilities.
 This package contains the headers required for developing applications
 using clutils.