debian/0000755000000000000000000000000012265724473007202 5ustar debian/rules0000755000000000000000000000115412114417636010254 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 override_dh_installdocs: dh_installdocs mv debian/ruby-librarian/usr/share/doc/ruby-librarian/CHANGELOG.md debian/ruby-librarian/usr/share/doc/ruby-librarian/changelog debian/docs0000644000000000000000000000002712114417636010045 0ustar README.md CHANGELOG.md debian/watch0000644000000000000000000000014712114417636010226 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/librarian .*/librarian-(.*).tar.gz debian/source/0000755000000000000000000000000012114417636010473 5ustar debian/source/format0000644000000000000000000000001412114417636011701 0ustar 3.0 (quilt) debian/require-rubygems.overrides0000644000000000000000000000031312114417636014423 0ustar debian/ruby-librarian/usr/lib/ruby/vendor_ruby/librarian/dependency.rb debian/ruby-librarian/usr/lib/ruby/vendor_ruby/librarian/manifest.rb debian/ruby-librarian/usr/lib/ruby/vendor_ruby/librarian/ui.rb debian/copyright0000644000000000000000000000251612114417636011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: librarian Source: https://github.com/yfeldblum/librarian Files: * Copyright: 2011 ApplicationsOnline, LLC. License: Expat Files: debian/* Copyright: 2013 Stig Sandbeck Mathisen 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/control0000644000000000000000000000260512265722521010600 0ustar Source: ruby-librarian Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Stig Sandbeck Mathisen Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-librarian.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-librarian.git;a=summary Homepage: https://github.com/applicationsonline/librarian XS-Ruby-Versions: all Package: ruby-librarian Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ruby | ruby-interpreter, ruby-archive-tar-minitar, ruby-highline, ruby-thor, Description: framework for writing bundlers Librarian is a framework for writing bundlers, which are tools that resolve, fetch, install, and isolate a project's dependencies, in Ruby. . A bundler written with Librarian will expect you to provide a specfile listing your project's declared dependencies, including any version constraints and including the upstream sources for finding them. Librarian can resolve the spec, write a lockfile listing the full resolution, fetch the resolved dependencies, install them, and isolate them in your project. . A bundler written with Librarian will be similar in kind to Bundler, the bundler for Ruby gems that many modern Rails applications use. debian/compat0000644000000000000000000000000212114417636010371 0ustar 7 debian/changelog0000644000000000000000000000152512265724473011057 0ustar ruby-librarian (0.1.1-2) unstable; urgency=medium * Team upload * Drop dependency on rubygems, since it is included in all supported versions of the Ruby interpreter -- Cédric Boutillier Thu, 16 Jan 2014 10:41:10 +0100 ruby-librarian (0.1.1-1) unstable; urgency=low * New upstream release * Bump standards version (no changes) * Remove unnecessary versions from dependencies -- Stig Sandbeck Mathisen Thu, 09 Jan 2014 10:54:41 +0100 ruby-librarian (0.1.0-1) unstable; urgency=low * New upstream version * librarian-chef is no longer included -- Stig Sandbeck Mathisen Sun, 05 May 2013 13:07:09 +0200 ruby-librarian (0.0.26-1) unstable; urgency=low * Initial release (Closes: #698210) -- Stig Sandbeck Mathisen Tue, 29 Jan 2013 10:49:48 +0100