debian/0000755000000000000000000000000012222256056007170 5ustar debian/changelog0000644000000000000000000000064412222256056011046 0ustar clog (1.1.0-2) unstable; urgency=low * d/control: Improve package description (short and long). Thanks to Justin B Rye (Closes: #724846). -- Alejandro Garrido Mota Mon, 30 Sep 2013 06:34:49 -0430 clog (1.1.0-1) unstable; urgency=low * Initial release (Closes: #722178). -- Alejandro Garrido Mota Mon, 02 Sep 2013 22:42:34 +0200 debian/clog.manpages0000644000000000000000000000001612222256056011626 0ustar debian/clog.1 debian/source/0000755000000000000000000000000012222256056010470 5ustar debian/source/format0000644000000000000000000000001412222256056011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000043012222256056010245 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: cp $(CURDIR)/doc/man/clog.1.in debian/clog.1 dh_auto_install rm -f $(TMP)/usr/share/doc/clog/COPYING \ $(TMP)/usr/share/doc/clog/INSTALL debian/patches/0000755000000000000000000000000012222256056010617 5ustar debian/patches/series0000644000000000000000000000002512222256056012031 0ustar FixManMinusSign.diff debian/patches/FixManMinusSign.diff0000644000000000000000000000236612222256056014477 0ustar Description: Manual page has hyphen instead minus sign "-". Author: Alejandro Garrido Mota --- a/doc/man/clog.1.in +++ b/doc/man/clog.1.in @@ -4,7 +4,7 @@ clog \- colorized log tail .SH SYNOPSIS -.B clog [-h|--help] [-v|--version] [-d|--date] [-t|--time] [-f|--file ] [
... ] +.B clog [\-h|\-\-help] [\-v|\-\-version] [\-d|\-\-date] [\-t|\-\-time] [\-f|\-\-file ] [
... ] .SH DESCRIPTION Clog is a filter command, which means it copies its input to its output. But if @@ -15,13 +15,13 @@ are specified, to colorize either the line or matching pattern, or perhaps to suppress the line. -If --date is specified, the current date, in the form YYYY-MM-DD is prepended +If \-\-date is specified, the current date, in the form YYYY-MM-DD is prepended to all lines. -If --time is specified, the current time, in the form HH:MM:SS is prepended to +If \-\-time is specified, the current time, in the form HH:MM:SS is prepended to all lines. -If --file is specified, an alternate configuration rc file may be specified. +If \-\-file is specified, an alternate configuration rc file may be specified. Default is to ~/.clogrc One or more section arguments may be specified. If none are provided, 'default' debian/watch0000644000000000000000000000014012222256056010214 0ustar version=3 http://tasktools.org/projects/clog http://taskwarrior.org/download/clog-(.*)\.tar\.gz debian/clog.doc0000644000000000000000000000001412222256056010576 0ustar NEWS README debian/compat0000644000000000000000000000000212222256056010366 0ustar 9 debian/copyright0000644000000000000000000000341512222256056011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: clog Source: http://tasktools.org/projects/clog/ Files: * Copyright: 2010-2013, Göteborg Bit Factory 2010-2013, Paul Beckingham 2010-2013, Federico Hernandez License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2013, Alejandro Garrido Mota License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . On Debian systems, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. debian/control0000644000000000000000000000114712222256056010576 0ustar Source: clog Section: utils Priority: extra Maintainer: Alejandro Garrido Mota Build-Depends: debhelper (>= 9), cmake Standards-Version: 3.9.4 Homepage: http://tasktools.org/projects/clog/ Vcs-Git: git://github.com/mogaal/clog.git Vcs-Browser: https://github.com/mogaal/clog Package: clog Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: colorizing log tail utility Clog is useful for watching log files. It can spot patterns in an input stream and colorize or suppress the lines. It can also decorate the lines with time- or datestamps.