{"base_revision":"git-v1:37206db6085222f1e7886416c98197bf6657753e","content":"diff --git a/debian/changelog b/debian/changelog\nindex 46cb238..1ed1635 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,7 +1,16 @@\n diminish-el (0.45-7) UNRELEASED; urgency=medium\n \n+  [ Nicholas D Steeves ]\n   * Drop emacs24 from Enhances (package does not exist in bullseye).\n \n+  [ Debian Janitor ]\n+  * Drop unnecessary dh arguments: --parallel\n+  * Update watch file format version to 5.\n+  * Use GitHub template in watch file instead of explicit\n+    Source/Matching-Pattern.\n+  * Bump debhelper from old 10 to 13.\n+  * Set debhelper-compat version in Build-Depends.\n+\n  -- Nicholas D Steeves <sten@debian.org>  Wed, 28 Jul 2021 18:20:00 -0400\n \n diminish-el (0.45-6) unstable; urgency=medium\ndiff --git a/debian/compat b/debian/compat\ndeleted file mode 100644\nindex f599e28..0000000\n--- a/debian/compat\n+++ /dev/null\n@@ -1 +0,0 @@\n-10\ndiff --git a/debian/control b/debian/control\nindex d23c3ad..9a7b96b 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -3,8 +3,7 @@ Section: lisp\n Priority: optional\n Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>\n Uploaders: Lev Lamberov <dogsleg@debian.org>\n-Build-Depends: debhelper (>= 10),\n-               dh-elpa\n+Build-Depends: debhelper-compat (= 13), dh-elpa\n Standards-Version: 3.9.8\n Homepage: https://github.com/myrjola/diminish.el\n Vcs-Browser: https://salsa.debian.org/emacsen-team/diminish-el\ndiff --git a/debian/rules b/debian/rules\nindex 8eb7ccb..e8e22ba 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -1,4 +1,4 @@\n #!/usr/bin/make -f\n \n %:\n-\tdh $@ --parallel --with elpa\n+\tdh $@ --with elpa\ndiff --git a/debian/watch b/debian/watch\nindex 1428b44..6070879 100644\n--- a/debian/watch\n+++ b/debian/watch\n@@ -1,4 +1,8 @@\n-version=4\n-         opts=\"filenamemangle=s%(?:.*?)?v?(\\d[\\d.]*)\\.tar\\.gz%diminish-el-$1.tar.gz%\" \\\n-             https://github.com/myrjola/diminish.el/tags \\\n-             (?:.*?/)?v?(\\d[\\d.]*)\\.tar\\.gz debian uupdate\n+Version: 5\n+\n+Version-Policy: debian\n+Script: uupdate\n+Filenamemangle: s%(?:.*?)?v?(\\d[\\d.]*)\\.tar\\.gz%diminish-el-$1.tar.gz%\n+Template: GitHub\n+Owner: myrjola\n+Project: diminish.el\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:ba25c38bffb87d1bb93381a0e4a1fb3db02d8c20"}