Imported Debian patch 0.1.0-1
Pirate Praveen
8 years ago
0 | ruby-fog-vmfusion (0.1.0-1) UNRELEASED; urgency=medium | |
1 | ||
2 | * Initial release (Closes: #782296) | |
3 | ||
4 | -- Pirate Praveen <praveen@debian.org> Fri, 10 Apr 2015 16:01:33 +0530 |
0 | 7 |
0 | Source: ruby-fog-vmfusion | |
1 | Section: ruby | |
2 | Priority: optional | |
3 | Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org> | |
4 | Uploaders: Pirate Praveen <praveen@debian.org> | |
5 | Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec, rake, ruby-fog-core, ruby-fission | |
6 | Standards-Version: 3.9.6 | |
7 | Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fog-vmfusion.git | |
8 | Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fog-vmfusion.git;a=summary | |
9 | Homepage: | |
10 | Testsuite: autopkgtest-pkg-ruby | |
11 | XS-Ruby-Versions: all | |
12 | ||
13 | Package: ruby-fog-vmfusion | |
14 | Architecture: all | |
15 | XB-Ruby-Versions: ${ruby:Versions} | |
16 | Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-fog-core, ruby-fission | |
17 | Description: Module for the 'fog' gem to support VMWARE FUSION. | |
18 | This library can be used as a module for `fog` or as standalone provider | |
19 | to use the VMWARE FUSION in applications. |
0 | Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | |
1 | Upstream-Name: fog-vmfusion | |
2 | Source: FIXME <http://example.com/> | |
3 | ||
4 | Files: * | |
5 | Copyright: <years> <put author's name and email here> | |
6 | <years> <likewise for another author> | |
7 | License: GPL-2+ (FIXME) | |
8 | ||
9 | Files: debian/* | |
10 | Copyright: 2015 Pirate Praveen <praveen@debian.org> | |
11 | License: GPL-2+ (FIXME) | |
12 | Comment: the Debian packaging is licensed under the same terms as the original package. | |
13 | ||
14 | License: GPL-2+ (FIXME) | |
15 | This program is free software; you can redistribute it | |
16 | and/or modify it under the terms of the GNU General Public | |
17 | License as published by the Free Software Foundation; either | |
18 | version 2 of the License, or (at your option) any later | |
19 | version. | |
20 | . | |
21 | This program is distributed in the hope that it will be | |
22 | useful, but WITHOUT ANY WARRANTY; without even the implied | |
23 | warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR | |
24 | PURPOSE. See the GNU General Public License for more | |
25 | details. | |
26 | . | |
27 | You should have received a copy of the GNU General Public | |
28 | License along with this package; if not, write to the Free | |
29 | Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |
30 | Boston, MA 02110-1301 USA | |
31 | . | |
32 | On Debian systems, the full text of the GNU General Public | |
33 | License version 2 can be found in the file | |
34 | `/usr/share/common-licenses/GPL-2'. |
0 | require 'rspec/core/rake_task' | |
1 | ||
2 | RSpec::Core::RakeTask.new(:spec) do |spec| | |
3 | spec.pattern = './spec/**/*_spec.rb' | |
4 | end | |
5 | ||
6 | task :default => :spec |
0 | #!/usr/bin/make -f | |
1 | #export DH_VERBOSE=1 | |
2 | # | |
3 | # Uncomment to ignore all test failures (but the tests will run anyway) | |
4 | #export DH_RUBY_IGNORE_TESTS=all | |
5 | # | |
6 | # Uncomment to ignore some test failures (but the tests will run anyway). | |
7 | # Valid values: | |
8 | #export DH_RUBY_IGNORE_TESTS=ruby2.1 require-rubygems | |
9 | # | |
10 | # If you need to specify the .gemspec (eg there is more than one) | |
11 | #export DH_RUBY_GEMSPEC=gem.gemspec | |
12 | ||
13 | %: | |
14 | dh $@ --buildsystem=ruby --with ruby |
0 | 3.0 (quilt) |
0 | # AUTOGENERATED FILE | |
1 | # | |
2 | # As of autopkgtest 3.5, Ruby packages that use gem2deb are automatically | |
3 | # detected, and if debian/tests/control does not exist the contents below will | |
4 | # be assumed (with the exception of gem2deb being filtered out from | |
5 | # @builddeps@): | |
6 | ||
7 | Test-Command: gem2deb-test-runner --autopkgtest 2>&1 | |
8 | Depends: @, @builddeps@, gem2deb-test-runner | |
9 | ||
10 | # if you would need to change something to the above, to that and rename this | |
11 | # file to `control`. Otherwise, you should probably delete this file | |
12 | # (recommended). |