debian/0000755000000000000000000000000012216353243007167 5ustar debian/changelog0000644000000000000000000000226512216352401011041 0ustar node-mime (1.2.11-1) unstable; urgency=low * New upstream release, modify patch to apply clean. * Add myself to uploaders. -- Laszlo Boszormenyi (GCS) Mon, 16 Sep 2013 11:50:41 +0000 node-mime (1.2.10-1) unstable; urgency=low * Upstream update * control: + fix Homepage + canonicalize Vcs fields + fix Node.js name in description and add stub. * copyright: add Upstream-Contact, Source fields. -- Jérémy Lal Wed, 14 Aug 2013 11:48:50 +0200 node-mime (1.2.9-1) experimental; urgency=low [Jérémy Lal] * Upstream update * Copyright: + rename MIT to Expat + set the format url to copyright 1.0 instead of DEP-5 * rules: remove unneeded overrides * patches: refreshed, set some DEP-3 headers [ David Paleino ] * Added debian/watch -- Jérémy Lal Sat, 23 Mar 2013 17:51:05 +0100 node-mime (1.2.4-2) unstable; urgency=low * Compliance to Debian Javascript Policy -- David Paleino Sat, 15 Oct 2011 23:57:14 +0200 node-mime (1.2.4-1) unstable; urgency=low * Initial release (Closes: #645181) -- David Paleino Thu, 13 Oct 2011 12:54:34 +0200 debian/compat0000644000000000000000000000000212123353324010362 0ustar 8 debian/control0000644000000000000000000000136412216353201010570 0ustar Source: node-mime Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Jérémy Lal , Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 8~) , dh-buildinfo Standards-Version: 3.9.4 Homepage: https://github.com/broofa/node-mime Vcs-Git: git://anonscm.debian.org/collab-maint/node-mime.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-mime.git Package: node-mime Architecture: all Depends: ${misc:Depends} , nodejs Description: library for mime-type mapping for Node.js mime is a Node.js library for mime-type mapping. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000274712215570505011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mime Upstream-Contact: https://github.com/broofa/node-mime/issues Source: https://github.com/broofa/node-mime Files: * Copyright: 2010, Benjamin Thomas 2010, Robert Kieffer License: Expat Files: debian/* Copyright: 2011, David Paleino , 2013, Jérémy Lal , 2013, Laszlo Boszormenyi (GCS) 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/docs0000644000000000000000000000001212123353324010030 0ustar README.md debian/install0000644000000000000000000000006512123353324010556 0ustar mime.js usr/lib/nodejs/ types/* usr/share/node-mime/ debian/patches/0000755000000000000000000000000012215570013010611 5ustar debian/patches/00-fix_support_files_location.patch0000644000000000000000000000124312215570013017503 0ustar Description: move *.types to /usr/share/node-mime/ Forwarded: not-needed Author: David Paleino Last-Update: 2013-03-23 --- mime.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/mime.js +++ b/mime.js @@ -87,10 +87,10 @@ // Load local copy of // http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types -mime.load(path.join(__dirname, 'types/mime.types')); +mime.load('/usr/share/node-mime/mime.types'); // Load additional types from node.js community -mime.load(path.join(__dirname, 'types/node.types')); +mime.load('/usr/share/node-mime/node.types'); // Default type mime.default_type = mime.lookup('bin'); debian/patches/series0000644000000000000000000000004412123353324012026 0ustar 00-fix_support_files_location.patch debian/rules0000755000000000000000000000016112216353213010242 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/source/0000755000000000000000000000000012123353324010464 5ustar debian/source/format0000644000000000000000000000001412123353324011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000023112202650473010214 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-mime-$1.tar.gz/ \ https://github.com/broofa/node-mime/tags .*/archive/v?([\d\.]+).tar.gz