Codebase list ruby-minispec-metadata / f2acae3
debian: Initial Debian packaging Signed-off-by: Jongmin Kim <jmkim@pukyong.ac.kr> Jongmin Kim 4 years ago
11 changed file(s) with 92 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ruby-minispec-metadata (3.3.0-1) UNRELEASED; urgency=medium
1
2 * Initial release (Closes: #930075)
3
4 -- Jongmin Kim <jmkim@pukyong.ac.kr> Thu, 06 Jun 2019 22:35:49 +0900
0 Source: ruby-minispec-metadata
1 Section: ruby
2 Priority: optional
3 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
4 Uploaders: Jongmin Kim <jmkim@pukyong.ac.kr>
5 Build-Depends: debhelper (>= 11~),
6 gem2deb,
7 rake,
8 ruby-awesome-print,
9 ruby-minitest
10 Standards-Version: 4.3.0
11 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-minispec-metadata.git
12 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-minispec-metadata
13 Homepage: https://github.com/ordinaryzelig/minispec-metadata
14 Testsuite: autopkgtest-pkg-ruby
15 XS-Ruby-Versions: all
16 Rules-Requires-Root: no
17
18 Package: ruby-minispec-metadata
19 Architecture: all
20 XB-Ruby-Versions: ${ruby:Versions}
21 Depends: ruby | ruby-interpreter,
22 ruby-minitest,
23 ${misc:Depends}
24 Description: define and access metadata in MiniTest::Spec
25 Minispec::Metadata provides a library to pass metadata to MiniTest::Spec
26 descriptions and specs like in RSpec. It allows adding metadata to specs
27 similar to RSpec.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: minispec-metadata
2 Source: https://github.com/ordinaryzelig/minispec-metadata
3
4 Files: *
5 Copyright: 2012 Jared Ning <ajared@redningja.com>
6 License: Expat
7
8 Files: debian/*
9 Copyright: 2019 Jongmin Kim <jmkim@pukyong.ac.kr>
10 License: Expat
11 Comment: the Debian packaging is licensed under the same terms as the original package.
12
13 License: Expat
14 Permission is hereby granted, free of charge, to any person obtaining a copy
15 of this software and associated documentation files (the "Software"), to deal
16 in the Software without restriction, including without limitation the rights
17 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18 copies of the Software, and to permit persons to whom the Software is
19 furnished to do so, subject to the following conditions:
20 .
21 The above copyright notice and this permission notice shall be included in
22 all copies or substantial portions of the Software.
23 .
24 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
30 THE SOFTWARE.
0 Description: Remove bundler for fixing the test failure
1 Author: Jongmin Kim <jmkim@pukyong.ac.kr>
2 Forwarded: not-needed
3 Last-Update: 2019-06-06
4 --- ruby-minispec-metadata-3.3.0.orig/spec/helper.rb
5 +++ ruby-minispec-metadata-3.3.0/spec/helper.rb
6 @@ -1,4 +1,3 @@
7 -require 'bundler/setup'
8 require 'awesome_print'
9
10 require 'minitest/autorun'
0 remove-bundler.patch
0 require 'gem2deb/rake/testtask'
1
2 Gem2Deb::Rake::TestTask.new do |t|
3 t.pattern = 'spec/**/*.spec.rb'
4 end
0 #!/usr/bin/make -f
1
2 export GEM2DEB_TEST_RUNNER = --check-dependencies
3
4 %:
5 dh $@ --buildsystem=ruby --with ruby
0 3.0 (quilt)
0 version=4
1 https://gemwatch.debian.net/minispec-metadata .*/minispec-metadata-(.*).tar.gz