debian/0000755000000000000000000000000012320325722007164 5ustar debian/ruby-rinku-doc.install0000644000000000000000000000005412154207764013437 0ustar doc/* /usr/share/doc/ruby-rinku-doc/html/ debian/copyright0000644000000000000000000000217112154207612011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Rinku Source: http://github.com/vmg/rinku Files: * Copyright: 2011-2013 Vicent Marti License: ISC Files: ext/rinku/buffer.c ext/rinku/buffer.h Copyright: 2008 Natacha Porté 2011 Vicent Marti License: ISC Files: debian/* Copyright: 2013 Per Andersson License: ISC License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/changelog0000644000000000000000000000051412320325717011042 0ustar ruby-rinku (1.7.3-1build1) trusty; urgency=medium * No-change upload to drop dependencies on ruby1.8. -- Matthias Klose Sun, 06 Apr 2014 21:03:48 +0200 ruby-rinku (1.7.3-1) unstable; urgency=low * Initial release (Closes: #711458) -- Per Andersson Fri, 07 Jun 2013 02:08:18 +0200 debian/ruby-tests.rb0000644000000000000000000000004012154223344011626 0ustar require 'test/autolink_test.rb' debian/compat0000644000000000000000000000000212154170150010360 0ustar 7 debian/control0000644000000000000000000000315012154213571010571 0ustar Source: ruby-rinku Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Per Andersson Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rinku.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-rinku.git;a=summary Homepage: http://github.com/vmg/rinku XS-Ruby-Versions: all Package: ruby-rinku Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Suggests: ruby-rinku-doc Description: autolinker for Ruby Rinku is a Ruby library that does autolinking. . It parses text and turns anything that remotely resembles a link into an HTML link, just like the Ruby on Rails `auto_link` method -- but it's about 20 times faster, because it's written in C, and it's about 20 times smarter when linking, because it does actual parsing instead of RegEx replacements. Package: ruby-rinku-doc Section: doc Architecture: all Depends: ${misc:Depends}, libjs-jquery Suggests: ruby-rinku Description: autolinker for Ruby (documentation) Rinku is a Ruby library that does autolinking. . It parses text and turns anything that remotely resembles a link into an HTML link, just like the Ruby on Rails `auto_link` method -- but it's about 20 times faster, because it's written in C, and it's about 20 times smarter when linking, because it does actual parsing instead of RegEx replacements. . This package contains the documentation for ruby-rinku. debian/ruby-rinku.docs0000644000000000000000000000002012154170560012140 0ustar README.markdown debian/rules0000755000000000000000000000132212154170532010244 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_auto_clean: dh_auto_clean rm -rf doc override_dh_auto_build: dh_auto_build # build documentation rdoc lib override_dh_auto_install: dh_auto_install # remove bundled jquery.js rm -f debian/ruby-rinku-doc/usr/share/doc/ruby-rinku-doc/html/js/jquery.js debian/source/0000755000000000000000000000000012154170143010464 5ustar debian/source/format0000644000000000000000000000001412154170133011671 0ustar 3.0 (quilt) debian/ruby-rinku-doc.doc-base0000644000000000000000000000115512154206407013442 0ustar Document: ruby-rinku-doc Title: Debian ruby-rinku Manual Author: Vicent Marti Abstract: autolinker for Ruby Rinku is a Ruby library that does autolinking. . It parses text and turns anything that remotely resembles a link into an HTML link, just like the Ruby on Rails `auto_link` method -- but it's about 20 times faster, because it's written in C, and it's about 20 times smarter when linking, because it does actual parsing instead of RegEx replacements. Section: Programming/Ruby Format: HTML Index: /usr/share/doc/ruby-rinku-doc/html/index.html Files: /usr/share/doc/ruby-rinku-doc/html/* debian/watch0000644000000000000000000000011112154170212010203 0ustar version=3 http://githubredir.debian.net/github/vmg/rinku/ v(.*)\.tar\.gz debian/ruby-rinku-doc.links0000644000000000000000000000012512154210024013067 0ustar usr/share/javascript/jquery/jquery.js usr/share/doc/ruby-rinku-doc/html/js/jquery.js