debian/0000755000000000000000000000000012215073115007163 5ustar debian/rules0000755000000000000000000000100412160614562010244 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 History.rdoc debian/watch0000644000000000000000000000015111635725526010230 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/mime-types .*/mime-types-(.*).tar.gz debian/source/0000755000000000000000000000000011635725526010502 5ustar debian/source/format0000644000000000000000000000001411635725526011710 0ustar 3.0 (quilt) debian/ruby-test-files.yaml0000644000000000000000000000010212215071147013101 0ustar --- - minitest - test/test_mime_type.rb - test/test_mime_types.rb debian/ruby-mime-types.docs0000644000000000000000000000001411674325317013114 0ustar README.rdoc debian/copyright0000644000000000000000000000731311772267404011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mime-types Source: http://mime-types.rubyforge.org/ Files: * Copyright: 2003-2012, Austin Ziegler License: Ruby or GPL-2+ or Artistic Comment: Based on prior work copyright Mark Overmeer Files: debian/* Copyright: 2008, Decklin Foster License: GPL-2+ License: Ruby Ruby is copyrighted free software by Yukihiro Matsumoto . You can redistribute it and/or modify it under either the terms of the GPL (see the file GPL), or the conditions below: . 1. You may make and give away verbatim copies of the source form of the software without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. . 2. You may modify your copy of the software in any way, provided that you do at least ONE of the following: . a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or by allowing the author to include your modifications in the software. . b) use the modified software only within your corporation or organization. . c) give non-standard binaries non-standard names, with instructions on where to get the original software distribution. . d) make other distribution arrangements with the author. . 3. You may distribute the software in object code or binary form, provided that you do at least ONE of the following: . a) distribute the binaries and library files of the software, together with instructions (in the manual page or equivalent) on where to get the original distribution. . b) accompany the distribution with the machine-readable source of the software. . c) give non-standard binaries non-standard names, with instructions on where to get the original software distribution. . d) make other distribution arrangements with the author. . 4. You may modify and include the part of the software into any other software (possibly commercial). But some files in the distribution are not written by the author, so that they are not under these terms. . For the list of those files and their copying conditions, see the file LEGAL. . 5. The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the copyright of the software, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this software. . 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. License: Artistic On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic`. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/control0000644000000000000000000000164112215070231010564 0ustar Source: ruby-mime-types Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Lucas Nussbaum , Cédric Boutillier Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-minitest (>= 5.0~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mime-types.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mime-types.git;a=summary Homepage: http://mime-types.rubyforge.org/ XS-Ruby-Versions: all Package: ruby-mime-types Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: guess MIME type of files This library allows for the identification of a file's likely MIME content type. The identification of MIME content type is based on a file's filename extensions. debian/compat0000644000000000000000000000000211635725526010400 0ustar 7 debian/changelog0000644000000000000000000000463712215073115011047 0ustar ruby-mime-types (1.25-1) unstable; urgency=low * Imported Upstream version 1.25 * debian/patches: drop ignore-refutation.diff, not needed anymore * debian/control: built against ruby-minitest >= 0.5 * debian/ruby-test-files.yaml: add minitest to the required files -- Cédric Boutillier Sat, 14 Sep 2013 16:13:18 +0200 ruby-mime-types (1.23-1) unstable; urgency=low * New upstream version * debian/control: + update my email address + remove obsolete DM-Upload-Allowed flag + use canonical URI in Vcs-* fields + drop transitional packages + depend on ruby instead of ruby1.8 + Bump Standards-Version to 3.9.4 (no changes needed) * debian/rules: install upstream changelog -- Cédric Boutillier Tue, 14 May 2013 16:08:59 +0200 ruby-mime-types (1.19-1) unstable; urgency=low * New upstream version * Bump Standars-Version to 3.9.3 (no changes needed) * Add myself to Uploaders: * Build-depend on gem2deb >=0.3.0 -- Cédric Boutillier Tue, 26 Jun 2012 10:07:11 +0200 ruby-mime-types (1.17.2-1) unstable; urgency=low * New upstream release. * Switch my email to @debian.org. * Fix priority for transitional package. * Add ignore-refutation.diff: work-around test failure. * README.txt was renamed to README.rdoc. * Bump standards-version to 3.9.2. No changes needed. -- Lucas Nussbaum Tue, 20 Dec 2011 19:25:27 +0100 ruby-mime-types (1.16-3) unstable; urgency=low * Switch to gem2deb-based packaging. Rename source and binary packages. * Support Ruby 1.9.1. Closes: #611824. -- Lucas Nussbaum Tue, 26 Apr 2011 12:59:05 +0200 libmime-types-ruby (1.16-2) unstable; urgency=low * Fix installation path (Closes: #563932) -- Decklin Foster Wed, 06 Jan 2010 09:16:39 -0500 libmime-types-ruby (1.16-1) unstable; urgency=low * New upstream version (Closes: #563598) * Install upstream changelog as changelog -- Decklin Foster Tue, 05 Jan 2010 09:20:24 -0500 libmime-types-ruby (1.15-2) unstable; urgency=low * Correctly install into ruby $libdir (Closes: #513824) -- Decklin Foster Sun, 01 Feb 2009 10:39:37 -0500 libmime-types-ruby (1.15-1) unstable; urgency=low * Initial release (Closes: #488873) -- Decklin Foster Thu, 26 Jun 2008 16:48:06 -0400