ubuntu-testing-tools/ 0000775 0000000 0000000 00000000000 12051011572 012073 5 ustar ubuntu-testing-tools/debian/ 0000775 0000000 0000000 00000000000 12051211137 013314 5 ustar ubuntu-testing-tools/debian/compat 0000664 0000000 0000000 00000000002 12051011572 014513 0 ustar 8
ubuntu-testing-tools/debian/copyright 0000664 0000000 0000000 00000001745 12051207422 015260 0 ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ubuntu-testing-tools
Source: lp:ubuntu-testing-tools
Files: *
Copyright: 2012 Canonical Ltd
License: GPL-3.0
Files: debian/*
Copyright: 2012 Canonical Ltd
License: GPL-3.0
License: GPL-3.0
This program 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 3 of the License.
.
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 3 can be found in "/usr/share/common-licenses/GPL-3".
ubuntu-testing-tools/debian/rules 0000775 0000000 0000000 00000000062 12051011572 014373 0 ustar #!/usr/bin/make -f
# -*- makefile -*-
%:
dh $@
ubuntu-testing-tools/debian/changelog 0000664 0000000 0000000 00000000223 12051011572 015164 0 ustar ubuntu-testing-tools (0.1) raring; urgency=low
* Initial Release.
-- Chris Wayne Tue, 13 Nov 2012 15:28:49 -0500
ubuntu-testing-tools/debian/README 0000664 0000000 0000000 00000000413 12051011572 014173 0 ustar The Debian Package ubuntu-testing-tools
----------------------------
This is a simple set of metapackages to simplify installing tools useful for testing/benchmarking/debugging on ubuntu.
-- Chris Wayne Tue, 13 Nov 2012 15:28:49 -0500
ubuntu-testing-tools/debian/source/ 0000775 0000000 0000000 00000000000 12051011572 014615 5 ustar ubuntu-testing-tools/debian/source/format 0000664 0000000 0000000 00000000015 12051011572 016024 0 ustar 3.0 (native)
ubuntu-testing-tools/debian/control 0000664 0000000 0000000 00000002203 12051211137 014714 0 ustar Source: ubuntu-testing-tools
Section: metapackages
Priority: extra
Maintainer: Ubuntu Developers
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.3
Vcs-Bzr: http://code.launchpad.net/~ubuntu-testing-tools-team/ubuntu-testing-tools/trunk
Package: ubuntu-benchmark-tools
Architecture: all
Depends: ${misc:Depends},
htop,
powertop,
smem,
sysbench,
hardinfo,
phoronix-test-suite,
iotop,
checkbox
Description: Metapackage with tools to aid in benchmarking in Ubuntu
This metapackage includes packages that help with benchmarking in
Ubuntu. This includes cpu, memory, disk i/o, and graphics
benchmarks.
Package: ubuntu-remote-debug-host-tools
Architecture: all
Depends: ${misc:Depends},
openssh-server,
screen,
tmux,
x11vnc
Description: Metapackage with tools to aid in remote debugging in Ubuntu
This metapackage includes packages that help with remote debugging in
Ubuntu, including ssh and vnc servers. This will allow a developer
to remotely debug a system, as well as remotely test it.