debian/0000755000000000000000000000000012230264763007173 5ustar debian/rules0000755000000000000000000000070112152135375010250 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 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/ruby-fixture-builder.docs0000644000000000000000000000002012152135375014125 0ustar README.markdown debian/watch0000644000000000000000000000016312152135375010223 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/fixture_builder .*/fixture_builder-(.*).tar.gz debian/source/0000755000000000000000000000000012152135375010472 5ustar debian/source/format0000644000000000000000000000001412152135375011700 0ustar 3.0 (quilt) debian/ruby-fixture-builder.lintian-overrides0000644000000000000000000000012412152135375016640 0ustar # Upstream does not provide a changelog ruby-fixture-builder: no-upstream-changelog debian/ruby-tests.rake0000644000000000000000000000025212152135375012156 0ustar require 'rake/testtask' Rake::TestTask.new(:test) do |t| t.libs << "test" t.test_files = FileList['test/*_test.rb'] t.verbose = true end task :default => [:test] debian/copyright0000644000000000000000000000253512152135375011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fixture_builder Source: http://rubygems.org/gems/fixture_builder Files: * Copyright: 2009 Ryan Dy & David Stevenson License: Expat Files: debian/* Copyright: 2013 Praveen Arimbrathodiyil License: Expat License: Expat 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/control0000644000000000000000000000202612230261720010564 0ustar Source: ruby-fixture-builder Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5.0~), rake, ruby-activesupport-3.2, ruby-activerecord-3.2, ruby-sqlite3 (>= 1.3.8-1~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fixture-builder.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fixture-builder.git;a=summary Homepage: http://github.com/rdy/fixture_builder XS-Ruby-Versions: all Package: ruby-fixture-builder Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activerecord-3.2, ruby-activesupport-3.2 Description: build YAML fixtures using object factories FixtureBuilder allows testers to use their existing factories, like FactoryGirl, to generate high performance fixtures that can be shared across all your tests debian/patches/0000755000000000000000000000000012152135375010621 5ustar debian/patches/series0000644000000000000000000000003612152135375012035 0ustar remove-rubygems-bundler.patch debian/patches/remove-rubygems-bundler.patch0000644000000000000000000000104512152135375016423 0ustar Description: Remove rubygems and bundler apt will take care of dependencies. we just have to add them in debian/control Author: Praveen Arimbrathodiyil Last-Updated: 2013-05-24 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,5 +1,5 @@ -require 'rubygems' -require 'bundler/setup' +#require 'rubygems' +#require 'bundler/setup' require 'test/unit' class Rails @@ -48,4 +48,4 @@ FileUtils.rm(File.expand_path("../../tmp/fixture_builder.yml", __FILE__)) rescue end -end \ No newline at end of file +end debian/compat0000644000000000000000000000000212152135375010370 0ustar 7 debian/changelog0000644000000000000000000000073212230264763011047 0ustar ruby-fixture-builder (0.3.6-1) unstable; urgency=low * Team upload * Imported Upstream version 0.3.6 * Build against gem2deb >= 0.5.0~ and ruby-sqlite3 >= 1.3.8-1~ to provide Ruby 2.0 support (Closes: #725587) -- Cédric Boutillier Fri, 18 Oct 2013 18:37:48 +0200 ruby-fixture-builder (0.3.5-1) unstable; urgency=low * Initial release (Closes: #702307) -- Praveen Arimbrathodiyil Fri, 24 May 2013 00:59:25 +0530