Index: tools/nixysa/third_party/gflags-1.0/packages/deb/control |
=================================================================== |
--- tools/nixysa/third_party/gflags-1.0/packages/deb/control (revision 0) |
+++ tools/nixysa/third_party/gflags-1.0/packages/deb/control (revision 0) |
@@ -0,0 +1,25 @@ |
+Source: google-gflags |
+Priority: optional |
+Maintainer: Google Inc. <opensource@google.com> |
+Build-Depends: debhelper (>= 4.0.0), binutils |
+Standards-Version: 3.6.1 |
+ |
+Package: libgoogle-gflags-dev |
+Section: libdevel |
+Architecture: any |
+Depends: libgoogle-gflags0 (= ${Source-Version}) |
+Description: a library that implements commandline flags |
+ 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 |
+ for developing applications that use the google-gflags package. |
+ |
+Package: libgoogle-gflags0 |
+Section: libs |
+Architecture: any |
+Depends: ${shlibs:Depends} |
+Description: a library that implements commandline flags |
+ 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. |