Codebase list ruby-seed-fu / efaca1a
Imported Debian patch 2.3.5-1 Balasankar C 8 years ago
10 changed file(s) with 112 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ruby-seed-fu (2.3.5-1) UNRELEASED; urgency=medium
1
2 * Initial release (Closes: #748374)
3
4 -- Balasankar C <balasankarc@autistici.org> Sat, 11 Jul 2015 19:43:16 +0530
0 Source: ruby-seed-fu
1 Section: ruby
2 Priority: optional
3 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
4 Uploaders: Balasankar C <balasankarc@autistici.org>
5 Build-Depends: debhelper (>= 7.0.50~),
6 gem2deb,
7 rake,
8 ruby-activerecord (>= 3.1),
9 ruby-activesupport (>= 3.1),
10 ruby-rspec
11 Standards-Version: 3.9.6
12 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-seed-fu.git
13 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-seed-fu.git
14 Homepage: http://github.com/mbleigh/seed-fu
15 Testsuite: autopkgtest-pkg-ruby
16 XS-Ruby-Versions: all
17
18 Package: ruby-seed-fu
19 Architecture: all
20 XB-Ruby-Versions: ${ruby:Versions}
21 Depends: ruby | ruby-interpreter,
22 ruby-activerecord (>= 3.1),
23 ruby-activesupport (>= 3.1),
24 ${misc:Depends},
25 ${shlibs:Depends}
26 Description: Easily manage seed data in your Active Record application
27 Seed Fu is an attempt to once and for all solve the problem of inserting and maintaining seed data in a database. It uses a variety of techniques gathered from various places around the web and combines them to create what is hopefully the most robust seed data system around.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: seed-fu
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 Balasankar C <balasankarc@autistici.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 # FIXME: READMEs found
1 # README.md
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 ruby2.2
9 #
10 # If you need to specify the .gemspec (eg there is more than one)
11 #export DH_RUBY_GEMSPEC=gem.gemspec
12 #
13 # Uncomment to check dependencies during build:
14 # export GEM2DEB_TEST_RUNNER = --check-dependencies
15
16 %:
17 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 --check-dependencies 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).
0 version=3
1 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/seed-fu .*/seed-fu-(.*).tar.gz