diff -Nru emacs-ctable-0.1.2/debian/changelog emacs-ctable-0.1.2/debian/changelog --- emacs-ctable-0.1.2/debian/changelog 2019-08-25 17:31:46.000000000 +0000 +++ emacs-ctable-0.1.2/debian/changelog 2020-12-31 10:23:42.000000000 +0000 @@ -1,3 +1,20 @@ +emacs-ctable (0.1.2-6) unstable; urgency=medium + + [ David Krauser ] + * Update maintainer email address + + [ Lev Lamberov ] + * Add upstream metadata + * Migrate to dh 13 without d/compat + * d/control: Declare Standards-Version 4.5.1 (no changes needed) + * d/control: Add Rules-Requires-Root: no + * d/control: Clean Depends and Enhances + * d/control: Drop Built-Using field + * d/copyright: Bump copyright years + * d/rules: Do not pass --parallel to dh + + -- Lev Lamberov Thu, 31 Dec 2020 15:23:42 +0500 + emacs-ctable (0.1.2-5) unstable; urgency=medium * Team upload. diff -Nru emacs-ctable-0.1.2/debian/compat emacs-ctable-0.1.2/debian/compat --- emacs-ctable-0.1.2/debian/compat 2019-08-25 17:31:46.000000000 +0000 +++ emacs-ctable-0.1.2/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru emacs-ctable-0.1.2/debian/control emacs-ctable-0.1.2/debian/control --- emacs-ctable-0.1.2/debian/control 2019-08-25 17:31:46.000000000 +0000 +++ emacs-ctable-0.1.2/debian/control 2020-12-31 10:23:42.000000000 +0000 @@ -1,11 +1,12 @@ Source: emacs-ctable Section: lisp Priority: optional -Maintainer: Debian Emacs addons team +Maintainer: Debian Emacsen team Uploaders: Lev Lamberov -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 13), dh-elpa -Standards-Version: 3.9.8 +Standards-Version: 4.5.1 +Rules-Requires-Root: no Testsuite: autopkgtest-pkg-elpa Homepage: https://github.com/kiwanami/emacs-ctable Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-ctable @@ -14,12 +15,9 @@ Package: elpa-ctable Architecture: all Depends: ${elpa:Depends}, - ${misc:Depends}, - emacs + ${misc:Depends} Recommends: emacs (>= 46.0) -Enhances: emacs, - emacs24 -Built-Using: ${misc:Built-Using} +Enhances: emacs Description: table component for Emacs Lisp Table component for Emacs Lisp. Emacs Lisp programs can display a nice table view from an abstract data model. Many Emacs programs have the code for diff -Nru emacs-ctable-0.1.2/debian/copyright emacs-ctable-0.1.2/debian/copyright --- emacs-ctable-0.1.2/debian/copyright 2019-08-25 17:31:46.000000000 +0000 +++ emacs-ctable-0.1.2/debian/copyright 2020-12-31 10:23:42.000000000 +0000 @@ -7,7 +7,7 @@ License: GPL-3+ Files: debian/* -Copyright: (C) 2016 Lev Lamberov +Copyright: (C) 2016-2020 Lev Lamberov License: GPL-3+ License: GPL-3+ diff -Nru emacs-ctable-0.1.2/debian/rules emacs-ctable-0.1.2/debian/rules --- emacs-ctable-0.1.2/debian/rules 2019-08-25 17:31:46.000000000 +0000 +++ emacs-ctable-0.1.2/debian/rules 2020-12-31 10:23:42.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --parallel --with elpa + dh $@ --with elpa override_dh_auto_test: emacs --batch -Q \ diff -Nru emacs-ctable-0.1.2/debian/upstream/metadata emacs-ctable-0.1.2/debian/upstream/metadata --- emacs-ctable-0.1.2/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ emacs-ctable-0.1.2/debian/upstream/metadata 2020-12-31 10:23:42.000000000 +0000 @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/kiwanami/emacs-ctable/issues +Bug-Submit: https://github.com/kiwanami/emacs-ctable/issues/new +Repository: https://github.com/kiwanami/emacs-ctable.git +Repository-Browse: https://github.com/kiwanami/emacs-ctable