debian/0000755000000000000000000000000012257456671007205 5ustar debian/source/0000755000000000000000000000000012257456671010505 5ustar debian/source/format0000644000000000000000000000001412257456671011713 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000134512257456671011062 0ustar ruby-serverspec (0.14.2-1) unstable; urgency=low * New upstream release. * fix FTBFS by changing test config. (Closes: #730924) * Now depends on ruby-specinfra. -- KURASHIKI Satoru Sat, 28 Dec 2013 11:31:34 +0900 ruby-serverspec (0.9.8-1) unstable; urgency=low * New upstream release. * debian/control: add VCS-* field. -- KURASHIKI Satoru Tue, 08 Oct 2013 17:58:36 +0900 ruby-serverspec (0.9.4-1) unstable; urgency=low * New upstream release. -- KURASHIKI Satoru Tue, 24 Sep 2013 16:49:08 +0900 ruby-serverspec (0.7.2-1) unstable; urgency=low * Initial release (Closes: #716662) -- KURASHIKI Satoru Thu, 31 Jul 2013 09:52:26 +0900 debian/copyright0000644000000000000000000000260512257456671011143 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: serverspec Source: http://serverspec.org Files: * Copyright: 2013 Gosuke Miyashita License: MIT Files: debian/* Copyright: 2013 KURASHIKI Satoru License: MIT Comment: the Debian packaging is licensed under the same terms as the original package. License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/ruby-serverspec.docs0000644000000000000000000000001212257456671013210 0ustar README.md debian/rules0000755000000000000000000000071012257456671010263 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 ruby2.0 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/watch0000644000000000000000000000015112257456671010233 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/serverspec .*/serverspec-(.*).tar.gz debian/control0000644000000000000000000000215512257456671010613 0ustar Source: ruby-serverspec Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: KURASHIKI Satoru Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec (>= 2.13.0~), ruby-specinfra Standards-Version: 3.9.4 Vcs-Git: https://github.com/lurdan/serverspec.git Vcs-Browser: https://github.com/lurdan/serverspec/tree/dpkg Homepage: http://serverspec.org/ XS-Ruby-Versions: all Package: ruby-serverspec Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-net-ssh, ruby-rspec (>= 2.13.0~), ruby-highline, ruby-specinfra Recommends: bundler (>= 1.3~), rake Description: RSpec tests for your servers configured by Puppet, Chef or anything else With serverspec, you can write RSpec tests for checking your servers are configured correctly. . Serverspec tests your servers' actual state through SSH access, so you don't need to install any agent software on your servers and can use any configuration management tools, Puppet, Chef, CFEngine and so on. debian/serverspec-init.10000644000000000000000000000423312174104650012374 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH GOLDENCHEETAH 1 "December 30, 2010" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME GoldenCheetah \- Cycling Performance Software .SH SYNOPSIS .B GoldenCheetah .SH DESCRIPTION This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. .PP GoldenCheetah is a software package that: .IP \(bu Downloads ride data directly from the CycleOps PowerTap and the SRM PowerControl V. Support for SRM PowerControl VI and VII is planned for the future. .br \(bu Imports ride data downloaded with other programs, including TrainingPeaks WKO+ and the manufacturers' software for the Ergomo, Garmin, Polar, PowerTap, and SRM devices. .br \(bu Provides a rich set of analysis tools, including a critical power graph, BikeScore calculation, histogram analysis, a best interval finder, and a pedal force versus pedal velocity chart, to name just a few. .br \(bu Is available for Linux, Mac OS X, and Windows. (The Windows version does not yet support direct downloads from the SRM PowerControl.) .br \(bu Is released under an Open Source license. .PP We believe that cyclists should be able to download their power data to the computer of their choice, analyze it in whatever way they see fit, and share their methods of analysis with others. .SH OPTIONS There are no options. .SH COPYRIGHT Copyright \(co since 2006 Sean Rhea. .SH AUTHOR GoldenCheetah was written by Sean Rhea . .PP This manual page was written by KURASHIKI Satoru , for the Debian project (but may be used by others). debian/compat0000644000000000000000000000000212257456671010403 0ustar 7 debian/ruby-tests.rake0000644000000000000000000000126612257456671012177 0ustar require 'rspec/core/rake_task' task :default => 'spec:all' namespace :spec do oses = %w( darwin debian gentoo plamo redhat aix solaris solaris10 solaris11 smartos windows freebsd) task :all => [ oses.map {|os| "spec:#{os}" }, :helpers, :exec, :ssh, :cmd, :winrm, :powershell ].flatten oses.each do |os| RSpec::Core::RakeTask.new(os.to_sym) do |t| t.pattern = "spec/#{os}/*_spec.rb" end end RSpec::Core::RakeTask.new(:helpers) do |t| t.pattern = "spec/helpers/*_spec.rb" end [:exec, :ssh, :cmd, :winrm, :powershell].each do |backend| RSpec::Core::RakeTask.new(backend) do |t| t.pattern = "spec/backend/#{backend.to_s}/*_spec.rb" end end end debian/patches/0000755000000000000000000000000012257456671010634 5ustar debian/patches/fix-sample0000644000000000000000000000146512257456671012632 0ustar Description: fix generated sample to fit debian Author: KURASHIKI Satoru Bug-Debian: http://bugs.debian.org/716662 Origin: vendor --- ruby-serverspec-0.6.28.orig/lib/serverspec/setup.rb +++ ruby-serverspec-0.6.28/lib/serverspec/setup.rb @@ -48,11 +48,11 @@ EOF content = <<-EOF require 'spec_helper' -describe package('httpd') do +describe package('apache2') do it { should be_installed } end -describe service('httpd') do +describe service('apache2') do it { should be_enabled } it { should be_running } end @@ -61,7 +61,7 @@ describe port(80) do it { should be_listening } end -describe file('/etc/httpd/conf/httpd.conf') do +describe file('/etc/apache2/sites-enabled/000-default') do it { should be_file } it { should contain "ServerName #{@hostname}" } end debian/patches/series0000644000000000000000000000001312257456671012043 0ustar fix-sample