diff --git a/debian/changelog b/debian/changelog
index d2b2e59..6e9ed56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+armitage (20160709+ds1+git20160708.1.c8ca6c0-0kali1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Kali Janitor <janitor@kali.org>  Fri, 16 Jul 2021 17:30:04 -0000
+
 armitage (20160709+ds1-0kali2) kali-dev; urgency=medium
 
   [ Kali Janitor ]
diff --git a/debian/patches/fix-launch-script.patch b/debian/patches/fix-launch-script.patch
index 53c6210..d59afda 100644
--- a/debian/patches/fix-launch-script.patch
+++ b/debian/patches/fix-launch-script.patch
@@ -6,8 +6,10 @@ Bug-kali: https://bugs.kali.org/view.php?id=4006
 Last-Update: 2017-05-11
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/dist/unix/armitage
-+++ b/dist/unix/armitage
+Index: armitage/dist/unix/armitage
+===================================================================
+--- armitage.orig/dist/unix/armitage
++++ armitage/dist/unix/armitage
 @@ -1,2 +1,2 @@
  #!/bin/sh
 -java -XX:+AggressiveHeap -XX:+UseParallelGC -jar armitage.jar $@
diff --git a/debian/patches/fix-meterpreter.patch b/debian/patches/fix-meterpreter.patch
index c101396..cefe53d 100644
--- a/debian/patches/fix-meterpreter.patch
+++ b/debian/patches/fix-meterpreter.patch
@@ -9,8 +9,10 @@ Fix issue with Auxiliary scanner output
  scripts/meterpreter.sl | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
---- a/scripts/meterpreter.sl
-+++ b/scripts/meterpreter.sl
+Index: armitage/scripts/meterpreter.sl
+===================================================================
+--- armitage.orig/scripts/meterpreter.sl
++++ armitage/scripts/meterpreter.sl
 @@ -378,7 +378,7 @@ sub launch_msf_scans {
  			local('$text $host $port $hosts $modules $module $options');