diff --git a/debhelper-debian-13.5.2.tar.gz b/debhelper-debian-13.5.2.tar.gz
deleted file mode 100644
index 69118f6..0000000
--- a/debhelper-debian-13.5.2.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:66a6a9ffeafb95c483e6a2688fc41e05f3811a722dbd59dd489b3eb21b88da0b
-size 1081293
diff --git a/debhelper-debian-13.6.tar.gz b/debhelper-debian-13.6.tar.gz
new file mode 100644
index 0000000..a69e97f
--- /dev/null
+++ b/debhelper-debian-13.6.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6be74ac92874b4450e3b35ef22ca6468f148bacdb53b7c2df066f1060f9038b0
+size 1085403
diff --git a/debhelper.changes b/debhelper.changes
index 8e9d3b1..4da61c2 100644
--- a/debhelper.changes
+++ b/debhelper.changes
@@ -1,7 +1,32 @@
+-------------------------------------------------------------------
+Mon Jan  3 10:46:23 UTC 2022 - Jan Baier <jbaier@suse.com>
+
+- Update to version 13.6
+  * dh_assistant: Avoid creating `debian/.debhelper` when the
+    which-build-system sub command is invoked.  Thanks to
+    Jelmer Vernooij for spotting that bug.
+  * dh_assistant: Add new active-compat-level command, which
+    outputs information about which compat level is declared
+    and active.  It also tells how the compat level was
+    declared.
+  * Dh_Lib.pm: Add new function, get_non_binnmu_date_epoch,
+    only needed for dh_strip_nondeterminism.
+  * dh_installcron: Add support for `cron.yearly` packaging
+    file.  Thanks to Martin-Éric Racine for the suggestion.
+    (Closes: #1000363)
+  * Dh_Lib.pm: Remove support for compat 5 and 6.
+  * debhelper.pod,debhelper-obsolete-compat.pod: Update to
+    reflect the new status for compat 5 and 6.
+  * dh: Add missing _ in execute_after example in POD.
+  * dh_compress: Exclude .woff and .woff2 by default.
+  * Update Portuguese translation (Américo Monteiro)
+    (Closes: #1000719)
+
+
 -------------------------------------------------------------------
 Mon Oct 18 10:28:08 UTC 2021 - Jan Baier <jbaier@suse.com>
 
--Update to version 13.5.2
+- Update to version 13.5.2
    * dh_installsystemd: Revert change to deploy systemd files into
      usr/lib/systemd.  (Closes: #993316, #993759)
    * dh_installinit: Ditto.
diff --git a/debhelper.spec b/debhelper.spec
index 10803b4..d0bf146 100644
--- a/debhelper.spec
+++ b/debhelper.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package debhelper
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           debhelper
-Version:        13.5.2
+Version:        13.6
 Release:        0
 Summary:        Helper programs for debian/rules
 License:        GPL-2.0-or-later