debian/0000755000000000000000000000000012076356175007202 5ustar debian/ruby-ref.docs0000644000000000000000000000001412076355433011576 0ustar README.rdoc debian/rules0000755000000000000000000000070112076355433010254 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/watch0000644000000000000000000000017512076355433010232 0ustar version=3 opts=dversionmangle=s/\+dfsg// \ http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/ref .*/ref-(.*).tar.gz debian/source/0000755000000000000000000000000012076355433010476 5ustar debian/source/format0000644000000000000000000000001412076355433011704 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000007012076355433010612 0ustar [git-import-orig] filter=*.jar filter-pristine-tar=true debian/copyright0000644000000000000000000000262112076355433011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ref Source: https://github.com/bdurand/ref Comment: Upstream tarball repacked to remove binary .jar file Files: * Copyright: 2011 Brian Durand License: Expat Files: debian/* Copyright: 2012 Markus Tornow 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/control0000644000000000000000000000206212076355433010601 0ustar Source: ruby-ref Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Markus Tornow Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-ref.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-ref.git;a=summary Homepage: http://github.com/bdurand/ref XS-Ruby-Versions: all Package: ruby-ref Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: library implements weak, soft, and strong references in Ruby This library provides object references for Ruby as well as some common utilities for working with references. Object references are used to point to other objects and come in three distinct flavors (weak, soft, and strong), that interact differently with the garbage collector. . It also includes an implementation of maps and hashes that use references and a reference queue. debian/compat0000644000000000000000000000000212076355433010374 0ustar 7 debian/README.source0000644000000000000000000000062712076355433011362 0ustar This package uses the Debian 3.0 (quilt) source package format. The upstream tarball has been repacked to remove the compiled Java archive lib/org/jruby/ext/ref/references.jar. The removal has been done with git-buildpackage, during the import of the upstream tarball via git import-orig command and its filter option (see debian/gbp.conf). Cédric Boutillier Last Update: 2012-12-18 debian/changelog0000644000000000000000000000047112076355433011052 0ustar ruby-ref (1.0.2+dfsg-1) unstable; urgency=low [ Markus Tornow ] * Initial release (Closes: #698448) [ Cédric Boutillier ] * Repack upstream tarball to remove .jar file * Override lintian message about missing upstream changelog -- Markus Tornow Sun, 16 Dec 2012 05:44:08 +0100 debian/ruby-ref.lintian-overrides0000644000000000000000000000004012076355433014303 0ustar ruby-ref: no-upstream-changelog debian/ruby-tests.rb0000644000000000000000000000006212076356175011646 0ustar Dir['{spec,test}/**/*.rb'].each { |f| require f }