diff -Nru emacs-neotree-0.5.2/debian/changelog emacs-neotree-0.5.2/debian/changelog --- emacs-neotree-0.5.2/debian/changelog 2019-08-12 01:03:27.000000000 +0000 +++ emacs-neotree-0.5.2/debian/changelog 2020-11-27 13:33:07.000000000 +0000 @@ -1,3 +1,14 @@ +emacs-neotree (0.5.2-3) unstable; urgency=medium + + * Rebuild with dh-elpa 2.0. + * Add 0001-declare-correct-version.patch. + * Migrate to debhelper-compat 13. + * Update my copyright years. + * Set Rules-Requires-Root: no. + * Declare Standards-Version: 4.5.1 (no changes required). + + -- Nicholas D Steeves Fri, 27 Nov 2020 08:33:07 -0500 + emacs-neotree (0.5.2-2) unstable; urgency=medium * debian/control: diff -Nru emacs-neotree-0.5.2/debian/control emacs-neotree-0.5.2/debian/control --- emacs-neotree-0.5.2/debian/control 2019-08-12 01:03:27.000000000 +0000 +++ emacs-neotree-0.5.2/debian/control 2020-11-27 13:33:07.000000000 +0000 @@ -3,9 +3,10 @@ Priority: optional Maintainer: Debian Emacsen team Uploaders: Nicholas D Steeves -Build-Depends: debhelper-compat (= 12) +Build-Depends: debhelper-compat (= 13) , dh-elpa -Standards-Version: 4.3.0 +Rules-Requires-Root: no +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-neotree Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-neotree.git Homepage: https://github.com/jaypei/emacs-neotree diff -Nru emacs-neotree-0.5.2/debian/copyright emacs-neotree-0.5.2/debian/copyright --- emacs-neotree-0.5.2/debian/copyright 2019-08-12 01:03:27.000000000 +0000 +++ emacs-neotree-0.5.2/debian/copyright 2020-11-27 13:33:07.000000000 +0000 @@ -8,7 +8,7 @@ License: GPL-3+ Files: debian/* -Copyright: 2017-2019 Nicholas D Steeves +Copyright: 2017-2020 Nicholas D Steeves License: GPL-3+ License: GPL-3+ diff -Nru emacs-neotree-0.5.2/debian/patches/0001-declare-correct-version.patch emacs-neotree-0.5.2/debian/patches/0001-declare-correct-version.patch --- emacs-neotree-0.5.2/debian/patches/0001-declare-correct-version.patch 1970-01-01 00:00:00.000000000 +0000 +++ emacs-neotree-0.5.2/debian/patches/0001-declare-correct-version.patch 2020-11-27 13:33:07.000000000 +0000 @@ -0,0 +1,21 @@ +From: Nicholas D Steeves +Date: Sun, 8 Nov 2020 15:39:43 -0500 +Subject: declare correct version + +--- + neotree.el | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/neotree.el b/neotree.el +index 163376e..0b48ef2 100644 +--- a/neotree.el ++++ b/neotree.el +@@ -4,7 +4,7 @@ + + ;; Author: jaypei + ;; URL: https://github.com/jaypei/emacs-neotree +-;; Version: 0.5 ++;; Version: 0.5.2 + ;; Package-Requires: ((cl-lib "0.5")) + + ;; This program is free software; you can redistribute it and/or modify diff -Nru emacs-neotree-0.5.2/debian/patches/series emacs-neotree-0.5.2/debian/patches/series --- emacs-neotree-0.5.2/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ emacs-neotree-0.5.2/debian/patches/series 2020-11-27 13:33:07.000000000 +0000 @@ -0,0 +1 @@ +0001-declare-correct-version.patch