diff -Nru treepy-el-0.1.2/debian/changelog treepy-el-0.1.2/debian/changelog --- treepy-el-0.1.2/debian/changelog 2020-08-17 22:14:45.000000000 +0000 +++ treepy-el-0.1.2/debian/changelog 2021-08-17 21:29:20.000000000 +0000 @@ -1,3 +1,13 @@ +treepy-el (0.1.2-2) unstable; urgency=medium + + [ Nicholas D Steeves ] + * Drop emacs25 from Enhances (package does not exist in bullseye). + + [ Matteo F. Vescovi ] + * debian/control: S-V bump 4.5.0 -> 4.5.1 (no changes needed) + + -- Matteo F. Vescovi Tue, 17 Aug 2021 23:29:20 +0200 + treepy-el (0.1.2-1) unstable; urgency=medium * New upstream release @@ -8,6 +18,13 @@ -- Matteo F. Vescovi Tue, 18 Aug 2020 00:14:45 +0200 +treepy-el (0.1.1-2) unstable; urgency=medium + + * Team upload. + * Rebuild with current dh-elpa + + -- David Bremner Thu, 29 Aug 2019 07:13:30 -0300 + treepy-el (0.1.1-1) unstable; urgency=medium * Initial release (Closes: #913769) diff -Nru treepy-el-0.1.2/debian/control treepy-el-0.1.2/debian/control --- treepy-el-0.1.2/debian/control 2020-08-17 22:14:06.000000000 +0000 +++ treepy-el-0.1.2/debian/control 2021-08-17 21:28:06.000000000 +0000 @@ -5,7 +5,7 @@ Uploaders: Matteo F. Vescovi Build-Depends: debhelper-compat (= 13), dh-elpa Rules-Requires-Root: no -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Homepage: https://github.com/volrath/treepy.el Vcs-Browser: https://salsa.debian.org/emacsen-team/treepy-el Vcs-Git: https://salsa.debian.org/emacsen-team/treepy-el.git @@ -15,7 +15,7 @@ Architecture: all Depends: ${elpa:Depends}, ${misc:Depends} Recommends: emacs (>= 47.0) -Enhances: emacs, emacs25 +Enhances: emacs Description: Generic tree traversal tools A set of generic functions for traversing tree-like data structures recursively and/or iteratively, ported from clojure.walk and