debian/0000755000000000000000000000000012221777665007205 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/0000775000000000000000000000000012222000153010602 5ustar debian/patches/series0000664000000000000000000000007212221226747012040 0ustar bin-sh-added-to-scripts.patch config-not-executable.patch debian/patches/config-not-executable.patch0000664000000000000000000000143112221230422016007 0ustar Description: Configuratil file shall not be executable The configuration file shall not be marked as executable. . vzstats (0.5.1-1) unstable; urgency=low . * Initial release (Closes: #nnnn) Author: Ola Lundqvist Origin: vendor Forwarded: yes, https://bugzilla.openvz.org/show_bug.cgi?id=2758 Reviewed-By: Ola Lundqvist Last-Update: 2013-09-27 --- vzstats-0.5.1.orig/Makefile +++ vzstats-0.5.1/Makefile @@ -7,7 +7,7 @@ all: $(NAME) $(NAME).conf $(NAME).8 install: mkdir -p $(DESTDIR)$(ETCDIR) - install $(NAME).conf $(DESTDIR)$(ETCDIR) + install -m 644 $(NAME).conf $(DESTDIR)$(ETCDIR) install -m 644 $(CACERT) $(DESTDIR)$(ETCDIR) mkdir -p $(DESTDIR)/$(SBINDIR) install $(NAME) $(DESTDIR)/$(SBINDIR) debian/patches/bin-sh-added-to-scripts.patch0000664000000000000000000000210412222000146016146 0ustar Description: Scripts shall start with hash-bang Scripts shall start with #!/bin/sh. This applies to all scripts. . vzstats (0.5.1-1) unstable; urgency=low . * Initial release (Closes: #nnnn) Author: Ola Lundqvist Origin: vendor Forwarded: yes, https://bugzilla.openvz.org/show_bug.cgi?id=2757 Reviewed-By: Ola Lundqvist Last-Update: 2013-09-27 --- vzstats-0.5.1.orig/bin/uname +++ vzstats-0.5.1/bin/uname @@ -1 +1,2 @@ +#!/bin/sh uname -rm --- vzstats-0.5.1.orig/bin/ostemplates +++ vzstats-0.5.1/bin/ostemplates @@ -1 +1,2 @@ +#!/bin/sh vzlist -aH -o ostemplate --- vzstats-0.5.1.orig/bin/osrelease +++ vzstats-0.5.1/bin/osrelease @@ -1 +1,2 @@ +#!/bin/sh tail /etc/*-release --- vzstats-0.5.1.orig/bin/meminfo +++ vzstats-0.5.1/bin/meminfo @@ -1 +1,2 @@ +#!/bin/sh cat /proc/meminfo --- vzstats-0.5.1.orig/bin/lsbrelease +++ vzstats-0.5.1/bin/lsbrelease @@ -1 +1,2 @@ +#!/bin/sh lsb_release -a --- vzstats-0.5.1.orig/bin/cpuinfo +++ vzstats-0.5.1/bin/cpuinfo @@ -1 +1,2 @@ +#!/bin/sh cat /proc/cpuinfo 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/changelog0000664000000000000000000000043712221777654011063 0ustar 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