Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: tools/nixysa/third_party/gflags-1.0/packages/deb/control

Issue 2043006: WTF NPAPI extension. Early draft. Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « tools/nixysa/third_party/gflags-1.0/packages/deb/compat ('k') | tools/nixysa/third_party/gflags-1.0/packages/deb/copyright » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698