debian/0000755000000000000000000000000012247370762007200 5ustar debian/copyright0000644000000000000000000000334111755202427011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gflags Source: https://code.google.com/p/ceres-solver/ Files: * Copyright: 2006 Google Inc. License: BSD-3-Clause Files: debian/* Copyright: 2012 Koichi Akabe License: BSD-3-Clause License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/libgflags2.install0000644000000000000000000000002411755213713012573 0ustar usr/lib/*/lib*.so.* debian/changelog0000644000000000000000000000105612247370755011056 0ustar gflags (2.0-1.1ubuntu1) trusty; urgency=low * Use dh-autoreconf instead of autotools-dev. -- Matthias Klose Tue, 03 Dec 2013 15:59:32 +0100 gflags (2.0-1.1) unstable; urgency=low * Non-maintainer upload. * Use the autotools-dev dh addon to update config.guess/config.sub for arm64 (closes: #725924). -- Colin Watson Thu, 14 Nov 2013 10:52:52 +0000 gflags (2.0-1) unstable; urgency=low * Initial release (Closes: #523411) -- Koichi Akabe Thu, 31 May 2012 20:19:37 +0900 debian/libgflags-dev.install0000644000000000000000000000011311755213723013265 0ustar usr/lib/*/lib*.a usr/lib/*/lib*.so usr/lib/*/pkgconfig/lib*.pc usr/include debian/libgflags-doc.doc-base0000644000000000000000000000047011755170726013276 0ustar Document: gflags Title: How To Use Gflags (formerly Google Commandline Flags) Author: Craig Silverstein Abstract: Manual for Gflags Section: Programming/C++ Format: HTML Index: /usr/share/doc/libgflags-doc/gflags.html Files: /usr/share/doc/libgflags-doc/gflags.html /usr/share/doc/libgflags-doc/designstyle.css debian/compat0000644000000000000000000000000211755213475010376 0ustar 9 debian/libgflags2.lintian-overrides0000644000000000000000000000024411755452172014573 0ustar # "helpfull" is not spelling error, it means help-full <==> helpshort spelling-error-in-binary # exit() is not abnormal calling in this situation shlib-calls-exit debian/control0000644000000000000000000000317212247370711010600 0ustar Source: gflags Priority: optional Maintainer: Koichi Akabe Build-Depends: debhelper (>= 9.0.0), dh-autoreconf Standards-Version: 3.9.3 Section: libs Homepage: https://code.google.com/p/gflags/ Package: libgflags-dev Section: libdevel Architecture: any Depends: libgflags2 (= ${binary:Version}), ${misc:Depends} Description: commandline flags module for C++ (development files) gflag is 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. . This package contains development libraries and header files. Package: libgflags2 Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: commandline flags module for C++ (shared library) gflag is 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. . This package contains shared libraries. Package: libgflags-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: documentation of gflags gflag is 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. . This package contains documentation files. debian/libgflags-doc.docs0000644000000000000000000000003211755130011012522 0ustar doc/* AUTHORS NEWS README debian/rules0000755000000000000000000000027512247370723010261 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with autoreconf override_installchangelogs: installchangelogs ChangeLog debian/source/0000755000000000000000000000000011754717230010475 5ustar debian/source/format0000644000000000000000000000001411754717230011703 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000013511755124034010220 0ustar version=3 http://code.google.com/p/gflags/downloads/list?can=1 .*/gflags-(\d[\d.]*)\.tar\.gz