diff --git a/.tagconfig.json b/.tagconfig.json
deleted file mode 100644
index 8d2e997..0000000
--- a/.tagconfig.json
+++ /dev/null
@@ -1,136 +0,0 @@
-{
-  "files": [
-    {
-      "name": "README.md",
-      "regexs": [
-        "Version ###"
-      ]
-    },
-    {
-      "name": "src/opentip.coffee",
-      "regexs": [
-        "Opentip v###",
-        "Opentip\\.version = \"###\""
-      ]
-    },
-    {
-      "name": "lib/opentip.js",
-      "regexs": [
-        "Opentip v###",
-        "Opentip\\.version = \"###\""
-      ]
-    },
-    {
-      "name": "component.json",
-      "regexs": [
-        "\"version\": \"###\""
-      ]
-    },
-    {
-      "name": "bower.json",
-      "regexs": [
-        "\"version\": \"###\""
-      ]
-    },
-    {
-      "name": "package.json",
-      "regexs": [
-        "\"version\": \"###\""
-      ]
-    },
-
-
-    {
-      "name": "downloads/opentip-jquery-excanvas.js",
-      "regexs": [
-        "Opentip\\.version = \"###\"",
-        "Opentip v###"
-      ]
-    },
-    {
-      "name": "downloads/opentip-jquery.js",
-      "regexs": [
-        "Opentip\\.version = \"###\"",
-        "Opentip v###"
-      ]
-    },
-    {
-      "name": "downloads/opentip-native-excanvas.js",
-      "regexs": [
-        "Opentip\\.version = \"###\"",
-        "Opentip v###"
-      ]
-    },
-    {
-      "name": "downloads/opentip-native.js",
-      "regexs": [
-        "Opentip\\.version = \"###\"",
-        "Opentip v###"
-      ]
-    },
-    {
-      "name": "downloads/opentip-prototype-excanvas.js",
-      "regexs": [
-        "Opentip\\.version = \"###\"",
-        "Opentip v###"
-      ]
-    },
-    {
-      "name": "downloads/opentip-prototype.js",
-      "regexs": [
-        "Opentip\\.version = \"###\"",
-        "Opentip v###"
-      ]
-    },
-
-    {
-      "name": "downloads/opentip-jquery-excanvas.min.js",
-      "regexs": [
-        "Opentip\\.version=\"###\"",
-        "Opentip v###"
-      ]
-    },
-    {
-      "name": "downloads/opentip-jquery.min.js",
-      "regexs": [
-        "Opentip\\.version=\"###\"",
-        "Opentip v###"
-      ]
-    },
-    {
-      "name": "downloads/opentip-native-excanvas.min.js",
-      "regexs": [
-        "Opentip\\.version=\"###\"",
-        "Opentip v###"
-      ]
-    },
-    {
-      "name": "downloads/opentip-native.min.js",
-      "regexs": [
-        "Opentip\\.version=\"###\"",
-        "Opentip v###"
-      ]
-    },
-    {
-      "name": "downloads/opentip-prototype-excanvas.min.js",
-      "regexs": [
-        "Opentip\\.version=\"###\"",
-        "Opentip v###"
-      ]
-    },
-    {
-      "name": "downloads/opentip-prototype.min.js",
-      "regexs": [
-        "Opentip\\.version=\"###\"",
-        "Opentip v###"
-      ]
-    },
-    {
-      "name": "Gruntfile.coffee",
-      "regexs": [
-        "Opentip v###"
-      ]
-    }
-
-  ]
-}
diff --git a/debian/changelog b/debian/changelog
index 3b2164b..e67ab52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-opentip (2.4.6+git20130415.1.4913cbf-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 16 Apr 2022 06:39:48 -0000
+
 node-opentip (2.4.6-3) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/css.patch b/debian/patches/css.patch
index 6af75bf..70f3369 100644
--- a/debian/patches/css.patch
+++ b/debian/patches/css.patch
@@ -1,6 +1,8 @@
 Remove reference to missing and unused styles
---- a/css/stylus/opentip.styl
-+++ b/css/stylus/opentip.styl
+Index: node-opentip/css/stylus/opentip.styl
+===================================================================
+--- node-opentip.orig/css/stylus/opentip.styl
++++ node-opentip/css/stylus/opentip.styl
 @@ -1,6 +1,3 @@
 -@import "nib"
 -
diff --git a/debian/patches/gruntfile.patch b/debian/patches/gruntfile.patch
index 03646b0..4a2a7e2 100644
--- a/debian/patches/gruntfile.patch
+++ b/debian/patches/gruntfile.patch
@@ -1,7 +1,9 @@
 Update library paths and disable grunt tasks using wrappers not packaged for Debian
---- a/Gruntfile.coffee
-+++ b/Gruntfile.coffee
-@@ -55,13 +55,13 @@
+Index: node-opentip/Gruntfile.coffee
+===================================================================
+--- node-opentip.orig/Gruntfile.coffee
++++ node-opentip/Gruntfile.coffee
+@@ -55,13 +55,13 @@ module.exports = (grunt) ->
        js:
          files:
            "downloads/opentip-jquery.js": [ "lib/opentip.js", "lib/adapter-jquery.js" ]
@@ -19,7 +21,7 @@ Update library paths and disable grunt tasks using wrappers not packaged for Deb
  
  
      uglify:
-@@ -85,12 +85,8 @@
+@@ -85,12 +85,8 @@ module.exports = (grunt) ->
  
  
    grunt.loadNpmTasks "grunt-contrib-coffee"
@@ -32,7 +34,7 @@ Update library paths and disable grunt tasks using wrappers not packaged for Deb
  
    # Default tasks
    grunt.registerTask "default", [ "downloads" ]
-@@ -99,4 +95,4 @@
+@@ -99,4 +95,4 @@ module.exports = (grunt) ->
  
    grunt.registerTask "js", "Compile coffeescript and create all download files", [ "coffee" ]