debian/0000755000000000000000000000000012246436435007177 5ustar debian/source/0000755000000000000000000000000012246436435010477 5ustar debian/source/format0000644000000000000000000000001412246436435011705 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212246436435010375 0ustar 9 debian/copyright0000644000000000000000000000251512246436435011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: polyglot Source: http://rubygems.org/gems/polyglot Files: * Copyright: 2007 Clifford Heath License: MIT Files: debian/* Copyright: Vasudev Kamath License: MIT License: MIT 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/changelog0000644000000000000000000000344412246436435011056 0ustar ruby-polyglot (0.3.3-4) unstable; urgency=low [ Vasudev Kamath ] * Dropped myself from Uploaders field. [ Cédric Boutillier ] * use canonical URI in Vcs-* fields [ Jonas Genannt ] * d/control: - bumped standards version to 3.9.5 (no changes needed) - fixed Vcs-Browser url (.git missing) - added myself as Uploader (every package needs one human contact in Uploaders) - removed version dependency of ruby1.8, changed it to ruby -- Jonas Genannt Sat, 30 Nov 2013 20:31:28 +0100 ruby-polyglot (0.3.3-3) unstable; urgency=low * Bump build dependency on gem2deb to >= 0.3.0~ -- Antonio Terceiro Tue, 26 Jun 2012 12:56:30 -0300 ruby-polyglot (0.3.3-2) unstable; urgency=low * debian/control: + Changed minimum version of debhelper required to 9 + Bumped the Standards-Version to 3.9.3. This change did not require any changes to package source * debian/copyright: + Format URI now confirms to Debian copyright-format 1.0 * Set debian/compat to 9 -- Vasudev Kamath Sun, 17 Jun 2012 13:06:32 +0530 ruby-polyglot (0.3.3-1) unstable; urgency=low * Imported Upstream version 0.3.3 * debian/copyright + Dep5 format fix applied -- Vasudev Kamath Sun, 13 Nov 2011 11:38:32 +0530 ruby-polyglot (0.3.2-1) unstable; urgency=low * Imported Upstream version 0.3.2 * Bumped Standards-Version to 3.9.2 * Fixed a typo in control file * Removed the ruby-test.yaml file as there is no test in upstream -- Vasudev Kamath Mon, 15 Aug 2011 16:32:09 +0530 ruby-polyglot (0.3.1-1) unstable; urgency=low * Initial release (Closes: #623080) -- Vasudev Kamath Thu, 21 Apr 2011 21:56:27 +0530 debian/rules0000755000000000000000000000053112246436435010256 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 %: dh $@ --buildsystem=ruby --with ruby debian/watch0000644000000000000000000000014512246436435010230 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/polyglot .*/polyglot-(.*).tar.gz debian/ruby-polyglot.docs0000644000000000000000000000001312246436435012673 0ustar README.txt debian/control0000644000000000000000000000217412246436435010606 0ustar Source: ruby-polyglot Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Jonas Genannt Build-Depends: debhelper (>= 9), gem2deb (>= 0.3.0~) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-polyglot.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-polyglot.git;a=summary Homepage: http://polyglot.rubyforge.org XS-Ruby-Versions: all Package: ruby-polyglot Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Custom language loaders for specified file extensions Allows one to write custom language loaders for specified file extensions to be hooked into require. . This supports the creation of DSLs having a syntax that is most appropriate to their purpose, instead of abusing the Ruby syntax. . Required files are attempted first using the normal Ruby loader, and if that fails, Polyglot conducts a search for a file having a supported extension.