diff -Nru folding-mode-el-0+20170925.1538/debian/changelog folding-mode-el-0+20170925.1538/debian/changelog --- folding-mode-el-0+20170925.1538/debian/changelog 2018-09-21 01:33:53.000000000 +0000 +++ folding-mode-el-0+20170925.1538/debian/changelog 2019-03-01 22:45:18.000000000 +0000 @@ -1,3 +1,13 @@ +folding-mode-el (0+20170925.1538-2) unstable; urgency=medium + + * debian/rules: Fix typo. + * Add 0003-folding.el-Fix-typo-thanks-to-Reuben-Thomas.patch + to fix upstream typo. (Closes: #639222) + * Switch to debhelper-compat, and drop debian/compat. + * Declare Standards-Version: 4.3.0. (No changes needed) + + -- Nicholas D Steeves Fri, 01 Mar 2019 15:45:18 -0700 + folding-mode-el (0+20170925.1538-1) unstable; urgency=medium * Initial release. (Closes: #639221) diff -Nru folding-mode-el-0+20170925.1538/debian/compat folding-mode-el-0+20170925.1538/debian/compat --- folding-mode-el-0+20170925.1538/debian/compat 2018-09-21 01:33:53.000000000 +0000 +++ folding-mode-el-0+20170925.1538/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru folding-mode-el-0+20170925.1538/debian/control folding-mode-el-0+20170925.1538/debian/control --- folding-mode-el-0+20170925.1538/debian/control 2018-09-21 01:33:53.000000000 +0000 +++ folding-mode-el-0+20170925.1538/debian/control 2019-03-01 22:45:18.000000000 +0000 @@ -3,10 +3,10 @@ Priority: optional Maintainer: Debian Emacsen team Uploaders: Nicholas D Steeves -Build-Depends: debhelper (>= 11), +Build-Depends: debhelper-compat (= 11), dh-elpa, texinfo -Standards-Version: 4.2.1 +Standards-Version: 4.3.0 Homepage: https://github.com/jaalto/project-emacs--folding-mode Vcs-Browser: https://salsa.debian.org/emacsen-team/folding-mode-el Vcs-Git: https://salsa.debian.org/emacsen-team/folding-mode-el.git diff -Nru folding-mode-el-0+20170925.1538/debian/patches/0003-folding.el-Fix-typo-thanks-to-Reuben-Thomas.patch folding-mode-el-0+20170925.1538/debian/patches/0003-folding.el-Fix-typo-thanks-to-Reuben-Thomas.patch --- folding-mode-el-0+20170925.1538/debian/patches/0003-folding.el-Fix-typo-thanks-to-Reuben-Thomas.patch 1970-01-01 00:00:00.000000000 +0000 +++ folding-mode-el-0+20170925.1538/debian/patches/0003-folding.el-Fix-typo-thanks-to-Reuben-Thomas.patch 2019-03-01 22:45:18.000000000 +0000 @@ -0,0 +1,24 @@ +From: Nicholas D Steeves +Date: Sat, 1 Dec 2018 17:23:18 -0500 +Subject: folding.el: Fix typo, thanks to Reuben Thomas. +Forwarded: no + +--- + folding.el | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/folding.el b/folding.el +index 12a00a8..768f4b6 100644 +--- a/folding.el ++++ b/folding.el +@@ -167,8 +167,8 @@ + ;; hideshow.el + ;; o Organizing large blocks - use folding.el + ;; o For text, `outline-mode' is more non-intrusive than folding. +-;; Look at Emacs NEWS file (`C-x' `n') and you can see beatifully +-;; laid content. ++;; Look at Emacs NEWS file (`C-x' `n') and you can see beautifully ++;; laid out content. + ;; + ;; Tutorial + ;; diff -Nru folding-mode-el-0+20170925.1538/debian/patches/series folding-mode-el-0+20170925.1538/debian/patches/series --- folding-mode-el-0+20170925.1538/debian/patches/series 2018-09-21 01:33:53.000000000 +0000 +++ folding-mode-el-0+20170925.1538/debian/patches/series 2019-03-01 22:45:18.000000000 +0000 @@ -1,2 +1,3 @@ 0001-Add-Package-Version-used-in-MELPA-for-this-snapshot.patch 0002-Add-folding.texi.patch +0003-folding.el-Fix-typo-thanks-to-Reuben-Thomas.patch diff -Nru folding-mode-el-0+20170925.1538/debian/rules folding-mode-el-0+20170925.1538/debian/rules --- folding-mode-el-0+20170925.1538/debian/rules 2018-09-21 01:33:53.000000000 +0000 +++ folding-mode-el-0+20170925.1538/debian/rules 2019-03-01 22:45:18.000000000 +0000 @@ -8,7 +8,7 @@ dh_elpa # support the nodoc build profile ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),) - echo -e "\nnodoc build profile enabled, therefor not building docs.\n" + echo -e "\nnodoc build profile enabled, therefore not building docs.\n" else makeinfo --no-split folding.texi -o debian/tmp/folding.info endif