control 1.01 KB
Newer Older
1
Source: gflags
Craig Silverstein's avatar
Craig Silverstein committed
2
Priority: optional
3
Maintainer: Google Inc. and others <google-gflags@googlegroups.com>
Craig Silverstein's avatar
Craig Silverstein committed
4 5 6
Build-Depends: debhelper (>= 4.0.0), binutils
Standards-Version: 3.6.1

7
Package: libgflags-dev
Craig Silverstein's avatar
Craig Silverstein committed
8 9
Section: libdevel
Architecture: any
10
Depends: libgflags0 (= ${Source-Version})
Craig Silverstein's avatar
Craig Silverstein committed
11
Description: a library that implements commandline flags
12 13 14 15
 processing.  As such it's a replacement for getopt().  It has increased
 flexibility, including built-in support for C++ types like string, and
 the ability to define flags in the source file in which they're used.
 The devel package contains static and debug libraries and header files
16
 for developing applications that use the gflags package.
Craig Silverstein's avatar
Craig Silverstein committed
17

18
Package: libgflags0
Craig Silverstein's avatar
Craig Silverstein committed
19 20 21 22
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: a library that implements commandline flags
23 24
 processing.  As such it's a replacement for getopt().  It has increased
 flexibility, including built-in support for C++ types like string, and
25
 the ability to define flags in the source file in which they're used.