Your message dated Mon, 08 Apr 2013 17:17:51 +0000 with message-id <[email protected]> and subject line Bug#704996: fixed in pgbadger 3.2-1 has caused the Debian Bug report #704996, regarding pgbadger has no dependencies to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 704996: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704996 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: pgbadger Version: 1.0-1 Severity: normal Tags: patch Hello, Thanks for making pgbadger available in debian ! I was surprised the package has no dependency field. I guess it should at least depend on perl ? $ apt-cache show pgbadger | grep -c Depen 0 Also, the doc mentions pgbadger can parse CSV logs is Text::CSV_XS is available. So I guess this module should be at least suggested to users? The attached patch fixes these 2 details. Cheers, Marc -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (700, 'testing'), (500, 'testing-proposed-updates'), (500, 'stable'), (300, 'unstable'), (100, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- no debconf informationdiff -r -u pgbadger-1.0.original/debian/control pgbadger-1.0/debian/control --- pgbadger-1.0.original/debian/control 2013-04-08 17:02:33.000000000 +0200 +++ pgbadger-1.0/debian/control 2013-04-08 17:16:03.892450383 +0200 @@ -8,7 +8,8 @@ Package: pgbadger Architecture: all -Depends: ${misc:Depends} +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
--- End Message ---
--- Begin Message ---Source: pgbadger Source-Version: 3.2-1 We believe that the bug you reported is fixed in the latest version of pgbadger, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Cyril Bouthors <[email protected]> (supplier of updated pgbadger package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Mon, 08 Apr 2013 18:56:55 +0200 Source: pgbadger Binary: pgbadger Architecture: source all Version: 3.2-1 Distribution: unstable Urgency: low Maintainer: Cyril Bouthors <[email protected]> Changed-By: Cyril Bouthors <[email protected]> Description: pgbadger - Fast PostgreSQL log analysis report Closes: 704996 Changes: pgbadger (3.2-1) unstable; urgency=low . * New upstream release * Fixed dependencies thanks to Marc Fournier <[email protected]> (closes: #704996). Checksums-Sha1: ceea81ddd5ee2d6d477731458b1a008536f9bf9c 1059 pgbadger_3.2-1.dsc 9231f4f35ff6f435a42ef9ea84e506f6f314775b 97805 pgbadger_3.2.orig.tar.gz c9ece2c6a6d9b481e07a3cb1dde14cb8bd95f348 1786 pgbadger_3.2-1.diff.gz 3f22b706c5037e994edc1207b00029d343df28ac 87242 pgbadger_3.2-1_all.deb Checksums-Sha256: aaf69a833152efe225ce669fed6f6a200c7c5aa1bef1ea2c9da94b4fba04147b 1059 pgbadger_3.2-1.dsc 86e9e2fde0ca086fb68e4d49839bccea45c5d5e29d2ba8efa0a2bf415f5fd0a9 97805 pgbadger_3.2.orig.tar.gz 46a4ca61a9f1811acb876bf5de428c42cd1341e04e72e9425827054fa164d2ee 1786 pgbadger_3.2-1.diff.gz 490a810181b69c4b67e3f5f494440d7403c8df36dba946b243c80fc2face41aa 87242 pgbadger_3.2-1_all.deb Files: 74cae2bc48ee456bc8d6ea74322d6b8e 1059 admin optional pgbadger_3.2-1.dsc 15f7178447dcbb1f51912dd36e31be69 97805 admin optional pgbadger_3.2.orig.tar.gz 08b1d18a2a0a70454fb7ca6460faae3a 1786 admin optional pgbadger_3.2-1.diff.gz e15ba2f3d00900a7a3f04e1ebb719e2e 87242 admin optional pgbadger_3.2-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iD8DBQFRYvikZ1SJHeqsYt8RAhHUAJ953wFZrm2OTVDm7ySqv+OAF0uJigCbBQkt wBQo5DkoIp4/5sxlb6vaeDI= =G+g/ -----END PGP SIGNATURE-----
--- End Message ---

