--- pgbadger-5.0.orig/Makefile.PL +++ pgbadger-5.0/Makefile.PL @@ -30,7 +30,7 @@ 'AUTHOR' => 'Gilles Darold (gilles@darold.net)', 'ABSTRACT' => 'pgBadger - PostgreSQL log analysis report', 'EXE_FILES' => [ qw(pgbadger) ], - 'MAN1PODS' => { 'doc/pgBadger.pod' => 'blib/man1/pgbadger.1' }, + 'MAN1PODS' => { 'doc/pgBadger.pod' => 'blib/man1/pgbadger.1p' }, 'DESTDIR' => $DESTDIR, 'INSTALLDIRS' => $INSTALLDIRS, 'clean' => {}, --- pgbadger-5.0.orig/debian/bzr-builder.manifest +++ pgbadger-5.0/debian/bzr-builder.manifest @@ -0,0 +1,2 @@ +# bzr-builder format 0.3 deb-version {debupstream}-0~5 +lp:~stub/ubuntu/precise/pgbadger/devel revid:stuart@stuartbishop.net-20140217090428-83ciqqie8u8l5b3d --- pgbadger-5.0.orig/debian/changelog +++ pgbadger-5.0/debian/changelog @@ -0,0 +1,37 @@ +pgbadger (5.0-0~5~ubuntu14.04.1) trusty; urgency=low + + * Auto build. + + -- Stuart Bishop Mon, 17 Feb 2014 09:13:47 +0000 + +pgbadger (5.0-0) precise; urgency=low + + * New upstream release. + + -- Stuart Bishop (Work) Mon, 17 Feb 2014 16:02:24 +0700 + +pgbadger (3.3-2) unstable; urgency=low + + * Fixed debian/copyright file + + -- Cyril Bouthors Wed, 01 May 2013 22:23:30 +0200 + +pgbadger (3.3-1) unstable; urgency=low + + * New upstream release + + -- Cyril Bouthors Wed, 01 May 2013 22:11:23 +0200 + +pgbadger (3.2-1) unstable; urgency=low + + * New upstream release + * Fixed dependencies thanks to Marc Fournier + (closes: #704996). + + -- Cyril Bouthors Mon, 08 Apr 2013 18:56:55 +0200 + +pgbadger (1.0-1) unstable; urgency=low + + * Initial release (closes: #679362). + + -- Cyril Bouthors Sun, 27 Jan 2013 02:06:14 +0100 --- pgbadger-5.0.orig/debian/compat +++ pgbadger-5.0/debian/compat @@ -0,0 +1 @@ +5 --- pgbadger-5.0.orig/debian/control +++ pgbadger-5.0/debian/control @@ -0,0 +1,24 @@ +Source: pgbadger +Section: admin +Priority: optional +Maintainer: Cyril Bouthors +Uploaders: Cyril Bouthors , + Cyril Bouthors +Build-Depends: debhelper (>= 5) +Standards-Version: 3.9.4 + +Package: pgbadger +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Suggests: libtext-csv-xs-perl +Description: Fast PostgreSQL log analysis report + pgBadger is a PostgreSQL log analyzer build for speed with fully detailed + reports from your PostgreSQL log file. It's a single and small script written + in pure Perl language. + . + It uses a javascript library to draw graphs so that you don't need additional + Perl modules or any other package to install. Furthermore, this library gives + us more features such as zooming. + . + pgBadger is able to autodetect your log file format (syslog, stderr or csvlog). + It is designed to parse huge log files as well as gzip compressed file. --- pgbadger-5.0.orig/debian/copyright +++ pgbadger-5.0/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Cyril Bouthors on +Sun Jan 27 02:09:25 CET 2013 + +It was downloaded from + +Upstream Author: + + Gilles Darold + +Copyright: + + + +License: + +Copyright (c) 2012-2013, Dalibo + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose, without fee, and without a written agreement +is hereby granted, provided that the above copyright notice and this +paragraph and the following two paragraphs appear in all copies. + +IN NO EVENT SHALL Dalibo BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, +SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF +Dalibo HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Dalibo SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND Dalibo +HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, +OR MODIFICATIONS. --- pgbadger-5.0.orig/debian/rules +++ pgbadger-5.0/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +# -*- makefile -*- +%: + dh $@