debian/0000755000000000000000000000000012334217710007166 5ustar debian/source/0000755000000000000000000000000012221223404010456 5ustar debian/source/format0000664000000000000000000000001412221223404011666 0ustar 3.0 (quilt) debian/docs0000664000000000000000000000000712221223404010030 0ustar README debian/rules0000755000000000000000000000130712221225125010241 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 override_dh_auto_build: # Add here commands to compile the package. $(MAKE) REPDIR=/usr/lib/vzstats override_dh_auto_install: # Add here commands to install the package into debian/vzstats. $(MAKE) install DESTDIR=$(CURDIR)/debian/vzstats REPDIR=/usr/lib/vzstats %: dh $@ debian/copyright0000664000000000000000000000216012221224410011110 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: vzstats Source: http://download.openvz.org/utils/vzstats/ Files: * Copyright: Copyright (C) 2000-2010, Parallels, Inc. All rights reserved. License: GPL-2.0+ Files: debian/* Copyright: Copyright (C) 2013 Ola Lundqvist License: GPL-2.0+ License: GPL-2.0+ 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; either version 2 of the License, or (at your option) any later version. . 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/compat0000664000000000000000000000000212221224501010355 0ustar 9 debian/patches/0000775000000000000000000000000012334217735010626 5ustar debian/patches/series0000664000000000000000000000000012334217727012032 0ustar debian/control0000664000000000000000000000200612221227556010575 0ustar Source: vzstats Section: admin Priority: extra Maintainer: Ola Lundqvist Build-Depends: debhelper (>= 9.0.0) Standards-Version: 3.9.3 Package: vzstats Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: OpenVZ component to gather statistics to improve the project This is an OpenVZ component to gather OpenVZ usage and hardware statistics, in order to improve the project. . Statistics gathered and reported include the following: 1 Hardware info. - CPU, disk, memory/swap 2 Software info. - host distribution, versions of OpenVZ components, kernel version 3 Containers info. - number of containers existing/running/using ploop/using vswap - OS templates of containers For more details, check the scripts in /usr/libexec/vzstats/ directory. . All submissions are anonymous and are not including IP or MAC addresses, hostnames etc. Global data are available at http://stats.openvz.org . For more details, see: * http://openvz.org/vzstats * http://stats.openvz.org debian/watch0000664000000000000000000000155012221230567010222 0ustar # Example watch control file for uscan # Rename this file to "watch" and then you can 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://download.openvz.org/utils/vzstats/(\d.*)/src/vzstats-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz) # Uncomment to examine a Webpage # #http://www.example.com/downloads.php ploop-(.*)\.tar\.gz # Uncomment to examine a Webserver directory #http://www.example.com/pub/ploop-(.*)\.tar\.gz # Uncommment to examine a FTP server #ftp://ftp.example.com/pub/ploop-(.*)\.tar\.gz debian uupdate # Uncomment to find new files on sourceforge, for devscripts >= 2.9 # http://sf.net/ploop/ploop-(.*)\.tar\.gz # Uncomment to find new files on GooglePages # http://example.googlepages.com/foo.html ploop-(.*)\.tar\.gz debian/changelog0000664000000000000000000000102512334217710011040 0ustar vzstats (0.5.3-1) unstable; urgency=low * New upstream release. * Removed bin-sh-added-to-scripts.patch and config-not-executable.patch as they are applied upstream. -- Ola Lundqvist Mon, 12 May 2014 21:22:16 +0200 vzstats (0.5.2-1) unstable; urgency=low * New upstream release. -- Ola Lundqvist Sun, 29 Sep 2013 12:22:57 +0200 vzstats (0.5.1-1) unstable; urgency=low * Initial release (Closes: #724723) -- Ola Lundqvist Fri, 27 Sep 2013 08:34:40 +0200