debian/0000775000000000000000000000000012233260614007167 5ustar debian/examples0000664000000000000000000000004012233260614010722 0ustar aliases example.log words users debian/compat0000664000000000000000000000000212233260614010365 0ustar 9 debian/copyright0000664000000000000000000000204112233260614011117 0ustar This package was debianized by Willi Mann on Mon, 16 Feb 2004 17:36:34 +0100. It was downloaded from http://www.rillion.net/squidview/ Upstream Author: Graeme Sheppard Copyright: (c) 2001 - 2007 Graeme Sheppard This package 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; version 2 dated June, 1991. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/dirs0000664000000000000000000000001012233260614010042 0ustar usr/bin debian/watch0000664000000000000000000000016012233260614010215 0ustar version=3 # Homepage Pattern [Version [Action]] http://www.rillion.net/squidview/ squidview-([\d\.]*).tar.gz debian/docs0000664000000000000000000000001412233260614010035 0ustar BUGS README debian/rules0000775000000000000000000000147012233260614010251 0ustar #!/usr/bin/make -f # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) #DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) #DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk CXXFLAGS += -Wall -g -DDEBIANIZED %: dh $@ override_dh_auto_configure: dh_auto_configure -- --prefix=/usr --datadir=\$${prefix}/share/doc override_dh_auto_install: dh_auto_install # Delete the examples from /usr/share/doc/squidview for i in users aliases words example.log; do \ rm -f debian/squidview/usr/share/doc/squidview/$$i; \ done override_dh_installchangelogs: dh_installchangelogs ChangeLog override_dh_compress: dh_compress -XHOWTO debian/control0000664000000000000000000000111412233260614010567 0ustar Source: squidview Section: admin Priority: optional Maintainer: Willi Mann Build-Depends: debhelper (>> 9.0.0), libncurses5-dev, dpkg-dev (>= 1.16.1~) Standards-Version: 3.9.4 Homepage: http://www.rillion.net/squidview/ Package: squidview Architecture: any Depends: ${shlibs:Depends}, less, ${misc:Depends} Suggests: squid Description: monitors and analyses squid access.log files squidview is a ncurses-based application which allows you to view and monitor your squid's access.log in a very comfortable way. Additionally you can create reports and statistics. debian/changelog0000664000000000000000000001331712233260614011046 0ustar squidview (0.80-1) unstable; urgency=low * Imported Upstream version 0.80 * Update to standards-version 3.9.4 (no changes) -- Willi Mann Sun, 27 Oct 2013 19:54:03 +0100 squidview (0.79-2) unstable; urgency=low * Change my mail address to my debian.org address * Update Standards-Version from 3.9.2 to 3.9.3 (no changes) * Change dh compat level to 9 * rewrite debian/rules to make use of dh, build-depend on dpkg >= 1.16.1 - use hardening flags -- Willi Mann Sun, 17 Jun 2012 16:47:59 +0200 squidview (0.79-1) unstable; urgency=low * New upstream release * Standards-Version 3.8.4 => 3.9.2 (no changes) -- Willi Mann Tue, 31 May 2011 17:56:44 +0200 squidview (0.76-1) unstable; urgency=low * New upstream release - closes: #569597: bad handling of unreadable logfile * Switch to dpkg-source 3.0 (quilt) format * lintian: - add ${misc:Depends} - Policy version: 3.8.2 -> 3.8.4 (no changes) * Add debian/watch file -- Willi Mann Wed, 24 Mar 2010 16:15:12 +0100 squidview (0.73-1) unstable; urgency=low * New upstream release * Fix lintian reported bugs: - Add proper Copyright statement (verbatim copy from README) - Fix path to GPL-2 - Standards-Version: 3.8.2 (no changes) - package-lacks-versioned-build-depends-on-debhelper by changing debhelper Build-Dependency to >> 5.0.0 -- Willi Mann Thu, 06 Aug 2009 21:44:04 +0200 squidview (0.72-1) unstable; urgency=low * New upstream release - compiles with gcc-4.3, closes: #455152 * Fix lintian warnings: - Move Homepage out of description. - move to policy version 3.7.3. - do not set DH_COMPAT in debian/rules but debian/compat - do not completly ignore make distclean errors in debian/rules -- Willi Mann Mon, 24 Dec 2007 10:53:34 +0100 squidview (0.71-1) unstable; urgency=low * New upstream release * Update to standard version 3.7.2.2. (No changes) -- Willi Mann Sun, 12 Nov 2006 12:33:39 +0100 squidview (0.70-1) unstable; urgency=low * New upstream release - compiles with gcc-4.1 (closes: #356516, thanks Martin Michlmayr for the report and the fix and Graeme Sheppard for releasing the new upstream tarball so fast.) * Switch to debhelper compatibility 4 as 3 is deprecated. -- Willi Mann Sat, 18 Mar 2006 15:21:14 +0100 squidview (0.69-2) unstable; urgency=low * Build against new C++-ABI. * Update to Standards-Version 3.6.2 (no changes) * fix old-fsf-address-in-copyright-file reported by lintian -- Willi Mann Sun, 31 Jul 2005 10:53:55 +0200 squidview (0.69-1) unstable; urgency=medium * New upstream release - Only important change is the inclusion of the gcc-3.4 fix. The rest is configure/automake. * Fix typo in description -- Willi Mann Wed, 5 Jan 2005 19:41:55 +0100 squidview (0.68-3) unstable; urgency=medium * Clean up debian/rules. * Install the example files to /usr/share/doc/squidview/examples. (Policy 12.6) -- Willi Mann Sat, 16 Oct 2004 13:25:28 +0200 squidview (0.68-2) unstable; urgency=low * Fix for compiling with gcc-3.4 (thanks to Andreas Jochens for reporting, closes: #263836) -- Willi Mann Thu, 12 Aug 2004 14:47:35 +0200 squidview (0.68-1) unstable; urgency=low * New upstream release which mostly incorporates fixes by me. Other changes: some minor reformatting of long lines of the code. * Suggest squid. -- Willi Mann Tue, 18 May 2004 18:57:37 +0200 squidview (0.67-1) unstable; urgency=low * New upstream release * Remove dependency on libstdc++-3.3-dev (thanks James Troup) * Better short description (thanks Martin Schulze) (closes: #238147) * CreateLinks(): - Fix a segfault in in new upstream release in CreateLinks(). sizeof() of an array with two elements is 8 (byte, on 32-bit systems) -> The array now ends with an empty string and that's the new termination condition of the for-loop. - Give the user more information what went wrong and how to fix it. - Add Debian-specific info to CreateLinks() for maximum comfort. ifdef'd so it can be included upstream. * Remove some unneccessary debhelper calls. -- Willi Mann Tue, 16 Mar 2004 08:23:47 +0100 squidview (0.65-1) unstable; urgency=low * New upstream release * This release fixes most screen corruption upstream. A litte patch was still necessary. * This release should make it into unstable (closes #233280) -- Willi Mann Tue, 2 Mar 2004 16:25:56 +0100 squidview (0.64-4) unstable; urgency=low * Better implementation for additional parameter iWait in RunProgram (thanks Michael Vogt) -- Willi Mann Sat, 21 Feb 2004 11:54:28 +0100 squidview (0.64-3) unstable; urgency=low * Depend on less. * Add info about homepage to Description. -- Willi Mann Fri, 20 Feb 2004 14:51:53 +0100 squidview (0.64-2) unstable; urgency=low * Bring some sanity to the terminal corruption patch using the proposed solution in the ncurses manual. It should really be better than upstream's solution which corrupted xterm and konsole and reset konsole's size. I have not modified the autoconf stuff to check for the now needed iostream. -- Willi Mann Thu, 19 Feb 2004 22:07:49 +0100 squidview (0.64-1) unstable; urgency=low * New upstream release. * Fix some terminal corruption. -- Willi Mann Wed, 18 Feb 2004 11:36:12 +0100 squidview (0.63-1) unstable; urgency=low * Initial Release. -- Willi Mann Mon, 16 Feb 2004 17:36:34 +0100 debian/source/0000775000000000000000000000000012233260614010467 5ustar debian/source/format0000664000000000000000000000001412233260614011675 0ustar 3.0 (quilt)