summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@debian.org>2018-10-01 16:39:29 +0200
committerPetter Reinholdtsen <pere@debian.org>2018-10-01 16:39:29 +0200
commitddd82a924496e525fed1a6c6a8031d95894ccbcd (patch)
treecf77ded31d1f40f45846f7ec6bd5888318b7c27e
parentf670bfaaaa689eb2cb058313ea784767e0c0847a (diff)
Document increased versioned dependency on node-mime.
-rw-r--r--debian/control2
-rw-r--r--debian/patches/2021-bundle-connect-static-mime-gettype.patch1
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index dd32ab2..1556634 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Depends:
, node-lastfm (>= 0.9.2)
, node-leveldown (>= 1.0.0)
, node-mess (>= 0.1.2)
- , node-mime (>= 0.2.11)
+ , node-mime (>= 2.3.1)
, node-mkdirp (>= 0.5.0)
, node-multiparty (>= 4.0.0)
, node-music-library-index (>= 1.2.2)
diff --git a/debian/patches/2021-bundle-connect-static-mime-gettype.patch b/debian/patches/2021-bundle-connect-static-mime-gettype.patch
index fdacd99..6adac69 100644
--- a/debian/patches/2021-bundle-connect-static-mime-gettype.patch
+++ b/debian/patches/2021-bundle-connect-static-mime-gettype.patch
@@ -1,4 +1,5 @@
Description: Adjust bundled connect-static to work with recent mime library.
+ Version 2 of the mime library renamed lookup() to getType().
Bug-Debian: https://bugs.debian.org/907785
Author: Petter Reinholdtsen <pere@hungry.com>