debian/0000755000000000000000000000000011666773131007201 5ustar debian/rules0000755000000000000000000000060211666771702010261 0ustar #!/usr/bin/make -f # -*- makefile -*- # Written by Pierre Chifflier # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 override_dh_auto_install: for obj in external images lib pgsnap.php template; do\ cp -r $$obj $(CURDIR)/debian/pgsnap/usr/share/pgsnap/;\ done install -m 0755 debian/exe/pgsnap $(CURDIR)/debian/pgsnap/usr/bin/pgsnap %: dh $@ debian/dirs0000644000000000000000000000003111574677173010066 0ustar usr/bin usr/share/pgsnap debian/watch0000644000000000000000000000043011574677173010236 0ustar # watch control file for uscan # run the "uscan" command to check for upstream updates and more. # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 http://pgsnap.projects.postgresql.org/ http://pgfoundry.org/frs/download.php/.*/pgsnap-(.*)\.tar\.gz debian/patches/0000755000000000000000000000000011574677455010642 5ustar debian/patches/10_pgsnap_root_path0000644000000000000000000000114211574677455014432 0ustar Index: pgsnap-0.4.0/pgsnap.php =================================================================== --- pgsnap-0.4.0.orig/pgsnap.php 2008-10-13 11:39:20.000000000 +0200 +++ pgsnap-0.4.0/pgsnap.php 2008-10-13 11:39:35.000000000 +0200 @@ -19,7 +19,7 @@ /****************************************************************************/ /* This can be modified to suit your needs */ -$PGSNAP_ROOT_PATH='./'; +$PGSNAP_ROOT_PATH='/usr/share/pgsnap/'; ini_set('include_path', '.:/usr/share/pgsnap/'); /****************************************************************************/ debian/patches/series0000644000000000000000000000002411574677455012053 0ustar 10_pgsnap_root_path debian/changelog0000644000000000000000000000353011666773053011057 0ustar pgsnap (0.7.0-1) unstable; urgency=low * Imported Upstream version 0.7.0 * Switch to dpkg-source 3.0 (quilt) format * Convert to dh format, version 8 * Bump Standards Version to 3.9.2 -- Pierre Chifflier Sun, 04 Dec 2011 23:37:31 +0100 pgsnap (0.6.0-1) unstable; urgency=low * Imported Upstream version 0.6.0 * Change section to database -- Pierre Chifflier Tue, 18 May 2010 07:54:00 +0200 pgsnap (0.5.0-1) unstable; urgency=low * Imported Upstream version 0.5.0 * Bump standards version to 3.8.4 * Add misc:Depends to depends -- Pierre Chifflier Sun, 21 Feb 2010 09:46:59 +0100 pgsnap (0.4.0-2) unstable; urgency=low * Fix pgsnap for relative paths (Closes: #501882) -- Pierre Chifflier Mon, 13 Oct 2008 11:37:29 +0200 pgsnap (0.4.0-1) unstable; urgency=low * New upstream release * Add watch file * Bump standards version to 3.8.0 (no changes) * Drop quilt build-dep, we have no more patches -- Pierre Chifflier Thu, 24 Jul 2008 17:17:22 +0200 pgsnap (0.3.4-1) unstable; urgency=low * New upstream release * Drop 01_output_dir, included upstream * Add watch file -- Pierre Chifflier Sun, 01 Jun 2008 19:23:37 +0200 pgsnap (0.3.1-2) unstable; urgency=low * Add build-dependency on quilt * Add patch to fix output_dir option * Create shell wrapper to change directory to /usr/share/pgsnap before executing command -- Pierre Chifflier Tue, 13 May 2008 12:03:42 +0200 pgsnap (0.3.1-1) unstable; urgency=low * New upstream release -- Pierre Chifflier Mon, 12 May 2008 10:01:36 +0200 pgsnap (0.2.0-1) unstable; urgency=low * Initial release (Closes: #477837) -- Pierre Chifflier Fri, 25 Apr 2008 16:25:24 +0200 debian/control0000644000000000000000000000072711666772206010614 0ustar Source: pgsnap Section: database Priority: optional Maintainer: Pierre Chifflier Build-Depends: debhelper (>= 8), quilt Standards-Version: 3.9.2 Homepage: http://pgfoundry.org/projects/pgsnap Package: pgsnap Architecture: all Depends: php5-cli, php5-pgsql, ${misc:Depends} Description: PostgreSQL report tool pgsnap is a PostgreSQL report tool, which creates HTML reports from a database. pgsnap mimics orasnap performance report tool for Oracle. debian/docs0000644000000000000000000000001411574677173010056 0ustar README TODO debian/pgsnap.manpages0000644000000000000000000000001511574677173012211 0ustar man/pgsnap.1 debian/source/0000755000000000000000000000000011666772022010477 5ustar debian/source/format0000644000000000000000000000001411666772022011705 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211666771633010404 0ustar 8 debian/copyright0000644000000000000000000000233311574677173011144 0ustar This package was debianized by Pierre Chifflier on Fri, 25 Apr 2008 16:25:24 +0200. It was downloaded from http://pgfoundry.org/projects/pgsnap Upstream Author: Guillaume Lelarge Copyright (C) 2008 Guillaume Lelarge License: Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. The Debian packaging is (C) 2008, Pierre Chifflier and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. File external/jquery-1.2.3.js is dual licensed under the MIT and GPL licenses. debian/exe/0000755000000000000000000000000011574677455007774 5ustar debian/exe/pgsnap0000644000000000000000000000006111574677455011204 0ustar #!/bin/sh set -e /usr/share/pgsnap/pgsnap.php $*