debian/0000755000000000000000000000000012247176405007176 5ustar debian/ruby-rack-mobile-detect.docs0000644000000000000000000000004312153113224014441 0ustar # FIXME: READMEs found # README.md debian/copyright0000644000000000000000000000252412153113224011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rack-mobile-detect Source: http://rubygems.org/gems/rack-mobile-detect Files: * Copyright: 2009 Tom Alison 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/rules0000755000000000000000000000100412153113224010233 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_installchangelogs: dh_installchangelogs CHANGELOG.md debian/source/0000755000000000000000000000000012153113224010460 5ustar debian/source/format0000644000000000000000000000001412153113224011666 0ustar 3.0 (quilt) debian/control0000644000000000000000000000205012247176244010577 0ustar Source: ruby-rack-mobile-detect Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5.0~), ruby-shoulda, ruby-rack Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rack-mobile-detect.git Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-rack-mobile-detect.git Homepage: http://github.com/talison/rack-mobile-detect XS-Ruby-Versions: all Package: ruby-rack-mobile-detect Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack # shoulda (>= 0, development), rack (>= 0) Description: rack middleware for ruby webapps to detect mobile devices Rack::MobileDetect detects mobile devices and adds an X_MOBILE_DEVICE header to the request if a mobile device is detected. Specific devices can be targeted with custom Regexps and redirect support is available. debian/watch0000644000000000000000000000017112153113224010210 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rack-mobile-detect .*/rack-mobile-detect-(.*).tar.gz debian/changelog0000644000000000000000000000065212247176405011053 0ustar ruby-rack-mobile-detect (0.4.0-2) unstable; urgency=low * Build-Depend on gem2deb 0.5.0 to build against Ruby 2.0 * Update Standards-Version to 3.9.5 (no changes) -- Christian Hofstaedtler Mon, 02 Dec 2013 22:34:54 +0100 ruby-rack-mobile-detect (0.4.0-1) unstable; urgency=low * Initial release (Closes: #703317) -- Praveen Arimbrathodiyil Mon, 18 Mar 2013 17:21:39 +0530 debian/compat0000644000000000000000000000000212153113224010356 0ustar 7 debian/ruby-test-files.yaml0000644000000000000000000000006712153113224013105 0ustar --- - test/helper.rb - test/test_rack-mobile-detect.rb