[Pkg-javascript-commits] [node-mime] 08/13: Remove patch that moves mime types to another location - use links instead

Jérémy Lal kapouer at moszumanska.debian.org
Sat Jun 14 14:10:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch master
in repository node-mime.

commit e56a4f578eb96bb873dd48223d3b71f09683858c
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sat Jun 14 16:04:51 2014 +0200

    Remove patch that moves mime types to another location - use links instead
---
 debian/patches/00-fix_support_files_location.patch | 24 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 25 deletions(-)

diff --git a/debian/patches/00-fix_support_files_location.patch b/debian/patches/00-fix_support_files_location.patch
deleted file mode 100644
index 64b9df3..0000000
--- a/debian/patches/00-fix_support_files_location.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: move *.types to /usr/share/node-mime/
-Forwarded: not-needed
-Author: David Paleino <dapal at debian.org>
-Last-Update: 2013-03-23
-
----
- mime.js |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/mime.js
-+++ b/mime.js
-@@ -86,10 +86,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');
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index cb13fc7..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-00-fix_support_files_location.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-mime.git



More information about the Pkg-javascript-commits mailing list