summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog13
-rw-r--r--debian/control6
-rw-r--r--debian/patches/2000-shebang.patch (renamed from debian/patches/shebang.patch)0
-rw-r--r--debian/patches/2010-disable-default-ssl.patch (renamed from debian/patches/disable-default-ssl.patch)0
-rw-r--r--debian/patches/2020-bundle-connect-static-module.patch (renamed from debian/patches/bundle-connect-static-module.patch)0
-rw-r--r--debian/patches/2021-bundle-connect-static-mime-gettype.patch (renamed from debian/patches/2000-mime-gettype.patch)1
-rw-r--r--debian/patches/2030-bundle-curlydiff-module.patch (renamed from debian/patches/bundle-curlydiff-module.patch)0
-rw-r--r--debian/patches/2040-bundle-mv-module.patch (renamed from debian/patches/bundle-mv-module.patch)0
-rw-r--r--debian/patches/2050-bundle-human-size-module.patch (renamed from debian/patches/bundle-human-size-module.patch)0
-rw-r--r--debian/patches/series14
10 files changed, 23 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index 81eef72..86e384d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+groovebasin (1.4.0-4) unstable; urgency=medium
+
+ [ Felipe Sateler ]
+ * QA upload.
+ * Upload to unstable
+
+ [ Petter Reinholdtsen ]
+ * Really change maintainer address to the QA group.
+ * Rename patches to follow suggested name schema.
+ * Document increased versioned dependency on node-mime.
+
+ -- Felipe Sateler <fsateler@debian.org> Sun, 21 Oct 2018 13:18:53 -0300
+
groovebasin (1.4.0-3) unstable; urgency=medium
* QA upload.
diff --git a/debian/control b/debian/control
index acdd1f5..1556634 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,7 @@
Source: groovebasin
Section: sound
Priority: optional
-Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
-Uploaders: Andrew Kelley <superjoe30@gmail.com>
- , Felipe Sateler <fsateler@debian.org>
+Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper (>= 10)
, dh-buildinfo
@@ -32,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/shebang.patch b/debian/patches/2000-shebang.patch
index af67df0..af67df0 100644
--- a/debian/patches/shebang.patch
+++ b/debian/patches/2000-shebang.patch
diff --git a/debian/patches/disable-default-ssl.patch b/debian/patches/2010-disable-default-ssl.patch
index 4a2a14d..4a2a14d 100644
--- a/debian/patches/disable-default-ssl.patch
+++ b/debian/patches/2010-disable-default-ssl.patch
diff --git a/debian/patches/bundle-connect-static-module.patch b/debian/patches/2020-bundle-connect-static-module.patch
index 6daeebe..6daeebe 100644
--- a/debian/patches/bundle-connect-static-module.patch
+++ b/debian/patches/2020-bundle-connect-static-module.patch
diff --git a/debian/patches/2000-mime-gettype.patch b/debian/patches/2021-bundle-connect-static-mime-gettype.patch
index fdacd99..6adac69 100644
--- a/debian/patches/2000-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>
diff --git a/debian/patches/bundle-curlydiff-module.patch b/debian/patches/2030-bundle-curlydiff-module.patch
index 9df77ad..9df77ad 100644
--- a/debian/patches/bundle-curlydiff-module.patch
+++ b/debian/patches/2030-bundle-curlydiff-module.patch
diff --git a/debian/patches/bundle-mv-module.patch b/debian/patches/2040-bundle-mv-module.patch
index 78dccc9..78dccc9 100644
--- a/debian/patches/bundle-mv-module.patch
+++ b/debian/patches/2040-bundle-mv-module.patch
diff --git a/debian/patches/bundle-human-size-module.patch b/debian/patches/2050-bundle-human-size-module.patch
index dbf4ef8..dbf4ef8 100644
--- a/debian/patches/bundle-human-size-module.patch
+++ b/debian/patches/2050-bundle-human-size-module.patch
diff --git a/debian/patches/series b/debian/patches/series
index ea562dc..15eb7c2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,7 +1,7 @@
-shebang.patch
-disable-default-ssl.patch
-bundle-connect-static-module.patch
-bundle-curlydiff-module.patch
-bundle-mv-module.patch
-bundle-human-size-module.patch
-2000-mime-gettype.patch
+2000-shebang.patch
+2010-disable-default-ssl.patch
+2020-bundle-connect-static-module.patch
+2021-bundle-connect-static-mime-gettype.patch
+2030-bundle-curlydiff-module.patch
+2040-bundle-mv-module.patch
+2050-bundle-human-size-module.patch