--- pgbadger-9.2.orig/debian/changelog +++ pgbadger-9.2/debian/changelog @@ -0,0 +1,71 @@ +pgbadger (9.2-1) unstable; urgency=medium + + * New upstream release. + + -- Christoph Berg Wed, 02 Aug 2017 21:21:47 +0200 + +pgbadger (9.1-1) experimental; urgency=medium + + * New upstream release. + * Add myself to Uploaders. + + -- Adrian Vondendriesch Sun, 12 Mar 2017 19:03:52 +0100 + +pgbadger (9.0-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Source of all embedded js/css/font files included now, thanks Gilles! + + -- Christoph Berg Mon, 05 Sep 2016 16:42:40 +0200 + +pgbadger (8.2-1) unstable; urgency=medium + + * Team upload. + * Add Homepage header and improve Description. + + -- Christoph Berg Wed, 24 Aug 2016 11:33:16 +0200 + +pgbadger (8.1-1) unstable; urgency=medium + + * Move package into the pkg-postgresql team, thanks Cyril for permission! + * New upstream version. + * examples: Install pgbadger_tools. + + -- Christoph Berg Fri, 29 Apr 2016 11:20:56 +0200 + +pgbadger (7.1-0.1) unstable; urgency=medium + + * Non-maintainer upload (Cyril Bouthors is unfortunately MIA). + * New upstream release (Closes: #785216). + * Suggest libjson-xs-perl for JSON statistics exports. + * Added watch file. + * Increased Standards-Version to 3.9.6 (no changes). + + -- Marc Dequènes (Duck) Sat, 26 Sep 2015 13:09:32 +0200 + +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-9.2.orig/debian/clean +++ pgbadger-9.2/debian/clean @@ -0,0 +1 @@ +Makefile.old --- pgbadger-9.2.orig/debian/compat +++ pgbadger-9.2/debian/compat @@ -0,0 +1 @@ +9 --- pgbadger-9.2.orig/debian/control +++ pgbadger-9.2/debian/control @@ -0,0 +1,26 @@ +Source: pgbadger +Section: database +Priority: optional +Maintainer: Debian PostgreSQL Maintainers +Uploaders: Cyril Bouthors , + Christoph Berg , + Adrian Vondendriesch +Build-Depends: debhelper (>= 9) +Standards-Version: 4.0.0 +Homepage: https://dalibo.github.io/pgbadger/ +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-postgresql/pgbadger.git +Vcs-Git: https://anonscm.debian.org/git/pkg-postgresql/pgbadger.git + +Package: pgbadger +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Suggests: libtext-csv-xs-perl, libjson-xs-perl +Description: Fast PostgreSQL log analysis report + pgBadger is a PostgreSQL log analyzer built for speed with fully detailed + reports from your PostgreSQL log file. It's a single and small Perl script + that outperforms any other PostgreSQL log analyzer. It is written in pure Perl + and uses a JavaScript library to draw graphs that are zoomable and can be + saved as PNG images. + . + pgBadger is able to autodetect the log file format (syslog, stderr or csvlog). + It is designed to parse huge log files as well as compressed files. --- pgbadger-9.2.orig/debian/copyright +++ pgbadger-9.2/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-2016, 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-9.2.orig/debian/pgbadger.examples +++ pgbadger-9.2/debian/pgbadger.examples @@ -0,0 +1 @@ +tools/* --- pgbadger-9.2.orig/debian/rules +++ pgbadger-9.2/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- pgbadger-9.2.orig/debian/watch +++ pgbadger-9.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/dalibo/pgbadger/releases /dalibo/pgbadger/archive/v([0-9.]+).tar.gz